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