org.apache.poi.hslf.model.textproperties
Class FontAlignmentProp

java.lang.Object
  extended by org.apache.poi.hslf.model.textproperties.TextProp
      extended by org.apache.poi.hslf.model.textproperties.FontAlignmentProp
All Implemented Interfaces:
java.lang.Cloneable

public class FontAlignmentProp
extends TextProp

Definition for the font alignment property.


Field Summary
static int BASELINE
           
static int BOTTOM
           
static int CENTER
           
static java.lang.String NAME
           
static int TOP
           
 
Constructor Summary
FontAlignmentProp()
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hslf.model.textproperties.TextProp
clone, equals, getMask, getName, getSize, getValue, getWriteMask, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

BASELINE

public static final int BASELINE
See Also:
Constant Field Values

TOP

public static final int TOP
See Also:
Constant Field Values

CENTER

public static final int CENTER
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values
Constructor Detail

FontAlignmentProp

public FontAlignmentProp()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.