Show / Hide Table of Contents

Class ExcelFontScheme

Defines the font scheme within the theme

Inheritance
object
XmlHelper
ExcelFontScheme
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX