Class FontAlignmentProp
- java.lang.Object
-
- org.apache.poi.hslf.model.textproperties.TextProp
-
- org.apache.poi.hslf.model.textproperties.FontAlignmentProp
-
- All Implemented Interfaces:
java.lang.Cloneable
public class FontAlignmentProp extends TextProp
Definition for the font alignment property.
-
-
Constructor Summary
Constructors Constructor Description FontAlignmentProp()
-
-
-
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
-
-