Show / Hide Table of Contents

Class ExcelDrawingFontBase

Base class a font

Inheritance
System.Object
XmlHelper
ExcelDrawingFontBase
ExcelDrawingFont
ExcelDrawingFontSpecial
Inherited Members
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.Style.Font
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingFontBase : XmlHelper

Properties

Typeface

The typeface or the name of the font

Declaration
public string Typeface { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX