[]
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.
public enum ThemeFontType
Public Enum ThemeFontType
| 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. |