ParagraphAlignment Enum
Lists values that specify the paragraph alignment.
#Declaration
export enum ParagraphAlignment {
Left = 0,
Right = 1,
Center = 2,
Justify = 3
}
#Members
Name | Description |
---|---|
Center
|
Text is aligned to the center of the paragraph. |
Justify
|
Text is justified to the entire width of the paragraph. |
Left
|
Text is aligned to the left of the paragraph. |
Right
|
Text is aligned to the right of the paragraph. |
#Remarks
Values listed by this enumeration are used to set the alignment property.