Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextDecorations Enumeration

In This Topic
    TextDecorations Enumeration
    In This Topic
    Defines constants that specify the decorations applied to text.
    Syntax
    'Declaration
     
    Public Enum TextDecorations 
       Inherits System.Enum
    public enum TextDecorations : System.Enum 
    Members
    MemberDescription
    DoubleUnderlineDouble underline is applied to the text.
    NoneNo text decorations are applied.
    StrikethroughStrikethrough is applied to the text.
    UnderlineUnderline is applied to the text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.TextDecorations

    See Also