|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.textproperties.TextProp
org.apache.poi.hslf.model.textproperties.TextAlignmentProp
public class TextAlignmentProp
Definition for the text alignment property.
Field Summary | |
---|---|
static int |
CENTER
For horizontal text, centered. |
static int |
DISTRIBUTED
Distribute space between characters. |
static int |
JUSTIFY
For horizontal text, flush left and right. |
static int |
JUSTIFYLOW
Kashida justify low. |
static int |
LEFT
For horizontal text, left aligned. |
static int |
RIGHT
For horizontal text, right aligned. |
static int |
THAIDISTRIBUTED
Thai distribution justification. |
Constructor Summary | |
---|---|
TextAlignmentProp()
|
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 |
---|
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int JUSTIFY
public static final int DISTRIBUTED
public static final int THAIDISTRIBUTED
public static final int JUSTIFYLOW
Constructor Detail |
---|
public TextAlignmentProp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |