|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HorizontalAlignment>
com.spire.doc.documents.HorizontalAlignment
public enum HorizontalAlignment
Specifies type of the horizontal alignment.
Enum Constant Summary | |
---|---|
Center
Specifies alignment to the center. |
|
Distribute
Specifies that the text shall be justified between both of the text margins in the document. |
|
Hight_Kashida
Specifies that the kashida length for text in the current paragraph shall be extended to its wides possible length. |
|
Justify
Specifies alignment to both left and right. |
|
Left
Specifies alignment to the left. |
|
Low_Kashida
Specifies that the kashida length for text in the current paragraph shall be exended to a slightly longer length. |
|
Medium_Kashida
Specifies that the kashida length for text in the current paragraph shall be extended to a medium length determined by the consumer. |
|
Right
Specifies alignment to the right. |
|
Thai_Distribute
Specifies that the text shall be justified with an optimization for Thai. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final HorizontalAlignment Left
public static final HorizontalAlignment Center
public static final HorizontalAlignment Right
public static final HorizontalAlignment Justify
public static final HorizontalAlignment Distribute
public static final HorizontalAlignment Thai_Distribute
public static final HorizontalAlignment Hight_Kashida
public static final HorizontalAlignment Low_Kashida
public static final HorizontalAlignment Medium_Kashida
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |