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