Class TextAlignmentProp
- java.lang.Object
-
- org.apache.poi.hslf.model.textproperties.TextProp
-
- org.apache.poi.hslf.model.textproperties.TextAlignmentProp
-
- All Implemented Interfaces:
java.lang.Cloneable
public class TextAlignmentProp extends TextProp
Definition for the text alignment property.
-
-
Field Summary
Fields Modifier and Type Field Description static intCENTERFor horizontal text, centered.static intDISTRIBUTEDDistribute space between characters.static intJUSTIFYFor horizontal text, flush left and right.static intJUSTIFYLOWKashida justify low.static intLEFTFor horizontal text, left aligned.static intRIGHTFor horizontal text, right aligned.static intTHAIDISTRIBUTEDThai distribution justification.
-
Constructor Summary
Constructors Constructor Description TextAlignmentProp()
-
-
-
Field Detail
-
LEFT
public static final int LEFT
For horizontal text, left aligned. For vertical text, top aligned.- See Also:
- Constant Field Values
-
CENTER
public static final int CENTER
For horizontal text, centered. For vertical text, middle aligned.- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
For horizontal text, right aligned. For vertical text, bottom aligned.- See Also:
- Constant Field Values
-
JUSTIFY
public static final int JUSTIFY
For horizontal text, flush left and right. For vertical text, flush top and bottom.- See Also:
- Constant Field Values
-
DISTRIBUTED
public static final int DISTRIBUTED
Distribute space between characters.- See Also:
- Constant Field Values
-
THAIDISTRIBUTED
public static final int THAIDISTRIBUTED
Thai distribution justification.- See Also:
- Constant Field Values
-
JUSTIFYLOW
public static final int JUSTIFYLOW
Kashida justify low.- See Also:
- Constant Field Values
-
-