Show / Hide Table of Contents

Class ExcelDrawingFontSpecial

Represents a special font, Complex, Latin or East asian

Inheritance
object
XmlHelper
ExcelDrawingFontBase
ExcelDrawingFontSpecial
Inherited Members
ExcelDrawingFontBase.Typeface
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Font
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingFontSpecial : ExcelDrawingFontBase

Properties

Panose

Specifies the Panose-1 classification number for the current font using the mechanism defined in ยง5.2.7.17 of ISO/IEC 14496-22. This value is used as one piece of information to guide selection of a similar alternate font if the desired font is unavailable.

Declaration
public string Panose { get; set; }
Property Value
Type Description
string

PitchFamily

The font pitch as well as the font family for the font

Declaration
public ePitchFamily PitchFamily { get; set; }
Property Value
Type Description
ePitchFamily

Type

The type of font

Declaration
public eFontType Type { get; }
Property Value
Type Description
eFontType
In this article
Back to top Generated by DocFX