IThemeFontScheme Interface
Represents the fonts for a theme.
Syntax
Unit: FlexCel.Core
IThemeFontScheme = interface(IInterface);
Methods
| Name |
Description |
| Clone |
Returns a deep copy of this object.
|
Properties
| Name |
Description |
| Name |
Name of the font definition. This will be shown in Excel UI.
|
| MajorFont |
This element defines the set of major fonts which are to be used under different languages or locals.
|
| MinorFont |
This element defines the set of minor fonts which are to be used under different languages or locals.
|
| IsStandard2007 |
Returns true is this is a standard theme as in office 2007.
|