TextAlignmentType Enum
TextAlignmentType Enum
Enumerates text alignment types.
type TextAlignmentType int32
Fields
| Field | Description |
|---|---|
| General | Represents general text alignment. |
| Bottom | Represents bottom text alignment. |
| Center | Represents center text alignment. |
| CenterAcross | Represents center across text alignment. |
| Distributed | Represents distributed text alignment. |
| Fill | Represents fill text alignment. |
| Justify | Represents justify text alignment. |
| Left | Represents left text alignment. |
| Right | Represents right text alignment. |
| Top | Represents top text alignment. |
| JustifiedLow | Aligns the text with an adjusted kashida length for Arabic text. |
| ThaiDistributed | Distributes Thai text specially, because each character is treated as a word. |