[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ThemeFontType

ThemeFontType Enum

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.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum ThemeFontType
Public Enum ThemeFontType

Fields

Name Description
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.