Class ExcelFontScheme
Defines the font scheme within the theme
Inherited Members
Namespace: OfficeOpenXml.Drawing.Theme
Assembly: EPPlus.dll
Syntax
public class ExcelFontScheme : XmlHelper
Properties
MajorFont
A collection of major fonts
Declaration
public ExcelThemeFontCollection MajorFont { get; }
Property Value
| Type | Description |
|---|---|
| ExcelThemeFontCollection |
MinorFont
A collection of minor fonts
Declaration
public ExcelThemeFontCollection MinorFont { get; }
Property Value
| Type | Description |
|---|---|
| ExcelThemeFontCollection |
Name
The name of the font scheme
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |