PDFStandardLayoutTextAlign¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Specifies the available values for PDFStandardLayoutAttribute.TextAlign property.
Inheritance Object → ValueType → Enum → PDFStandardLayoutTextAlign
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Start | 0 | Aligned with the start edge. |
| Center | 1 | Centred between the start and end edges. |
| End | 2 | Aligned with the end edge. |
| Justify | 3 | Aligned with both the start and end edges, with internal spacing within each line expanded, if necessary, to achieve such alignment. The last (or only) line shall be aligned with the start edge only. |