'Declaration Public Enum TextDecorations Inherits System.Enum
public enum TextDecorations : System.Enum
'Declaration Public Enum TextDecorations Inherits System.Enum
public enum TextDecorations : System.Enum
Member | Description |
---|---|
DoubleUnderline | Double underline is applied to the text. |
None | No text decorations are applied. |
Strikethrough | Strikethrough is applied to the text. |
Underline | Underline is applied to the text. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.TextDecorations