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

In This Topic
    ThemeFontType Enumeration
    In This Topic
    Specifies a theme font type that can be referenced as a theme font. This theme font is a reference to one of the predefined theme fonts, located in the document, which allows for font information to be set centrally in the document.
    Syntax
    'Declaration
     
    Public Enum ThemeFontType 
       Inherits System.Enum
    public enum ThemeFontType : System.Enum 
    Members
    MemberDescription
    MajorAscii Specifies that the current font is a reference to the major theme font for the range of characters from U+0000–U+007F.
    MajorBidi Specifies that the current font is a reference to the major theme font for the Complex Script range.
    MajorEastAsia Specifies that the current font is a reference to the major theme font for the East Asian range.
    MajorHighAnsi Specifies that the current font is a reference to the major theme font for the High ANSI range.
    MinorAscii Specifies that the current font is a reference to the minor theme font for the range of characters from U+0000–U+007F.
    MinorBidi Specifies that the current font is a reference to the minor theme font for the Complex Script range.
    MinorEastAsia Specifies that the current font is a reference to the minor theme font for the East Asian range.
    MinorHighAnsi Specifies that the current font is a reference to the minor theme font for the High ANSI range.
    Inheritance Hierarchy

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

    See Also