Documents for PDF, .NET Edition Documentation
TextDecorations Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : TextDecorations Enumeration
Defines constants that specify the decorations applied to text.
Syntax
'Declaration
 
Public Enum TextDecorations 
   Inherits System.Enum
public enum TextDecorations : System.Enum 
Members
MemberDescription
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

Reference

GrapeCity.Documents.Text Namespace