Show / Hide Table of Contents

Class ExcelFontScheme

Defines the font scheme within the theme

Inheritance
System.Object
XmlHelper
ExcelFontScheme
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String
Back to top Generated by DocFX