[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextDecorations

Enum TextDecorations

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Defines constants that specify the decorations applied to text.

[Flags]
public enum TextDecorations

Fields

DoubleUnderline = 4

Double underline is applied to the text.

None = 0

No text decorations are applied.

Strikethrough = 1

Strikethrough is applied to the text.

Underline = 2

Underline is applied to the text.