Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / StyleType Enumeration

In This Topic
    StyleType Enumeration
    In This Topic
    Specifies the type of a style.
    Syntax
    'Declaration
     
    Public Enum StyleType 
       Inherits System.Enum
    public enum StyleType : System.Enum 
    Members
    MemberDescription
    Character The style is a character style.
    List The style is a list style.
    Paragraph The style is a paragraph style.
    Table The style is a table style.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.StyleType

    See Also