Table of Contents

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

ExcelThemeFontCollection

MinorFont

A collection of minor fonts

public ExcelThemeFontCollection MinorFont { get; }

Property Value

ExcelThemeFontCollection

Name

The name of the font scheme

public string Name { get; set; }

Property Value

string