PDFStandardLayoutTextDecorationType¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Specifies the available values for PDFStandardLayoutAttribute.TextDecorationType property.
Inheritance Object → ValueType → Enum → PDFStandardLayoutTextDecorationType
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| None | 0 | No text decoration. |
| Underline | 1 | A line below the text. |
| Overline | 2 | A line above the text. |
| LineThrough | 3 | A line through the middle of the text. |