TextParagraphAlignment Enum
Lists values that specify the paragraph alignment.
Declaration
public enum TextParagraphAlignment extends Enum<TextParagraphAlignment> implements IIntEnum
Members
| Name | Description |
|---|---|
CENTER
|
Specifies a center-aligned paragraph. |
DISTRIBUTED
|
Specifies that paragraph characters are distributed to fill the entire paragraph width. |
JUSTIFIED
|
Specifies a fully justified paragraph. |
JUSTIFIED_LOW
|
Specifies that a paragraph uses the small length kashida for Arabic text. For other languages, paragraph text is justified with a low character compression ratio. |
LEFT
|
Specifies a left-aligned paragraph. |
RIGHT
|
Specifies a right-aligned paragraph. |
THAI_DISTRIBUTED
|
Specifies that paragraph text is justified using Thai distributed justification for the Thai language. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |