[]
Represents the font scheme within the theme. The font scheme consists of a pair of major and minor fonts for which to used in a document.
public sealed class ThemeFontScheme
Public NotInheritable Class ThemeFontScheme
Name | Description |
---|---|
Default | Gets or sets the name of the font scheme. |
Major | Gets the font setting for the "Headings" in a document. |
Minor | Gets the font settings for the "Body" of a document. |
Name | The name of the font scheme shown in the user interface |
Name | Description |
---|---|
Clone() | Clones this to a new instance. |
GetFontScheme(BuiltInFontSchemes) | Gets the built-in font scheme. |
GetRenderFont(IWorkbook, ref Font) | Gets the display font from the special font. |