org.apache.poi.hslf.model.textproperties
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.
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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
FontAlignmentProp
public FontAlignmentProp()
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.