Show / Hide Table of Contents

Class ExcelDxfFont

Inheritance
System.Object
DxfStyleBase
ExcelDxfFontBase
ExcelDxfFont
Inherited Members
ExcelDxfFontBase.Bold
ExcelDxfFontBase.Italic
ExcelDxfFontBase.Strike
ExcelDxfFontBase.Color
ExcelDxfFontBase.Underline
DxfStyleBase.SetValueColor(XmlHelper, String, ExcelDxfColor)
DxfStyleBase.SetValueEnum(XmlHelper, String, Enum)
DxfStyleBase.SetValue(XmlHelper, String, Object)
DxfStyleBase.SetValue(XmlHelper, String, String)
DxfStyleBase.SetValueBool(XmlHelper, String, Nullable<Boolean>)
DxfStyleBase.GetAsString(Object)
DxfStyleBase.AllowChange
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.Style.Dxf
Assembly: EPPlus.dll
Syntax
public class ExcelDxfFont : ExcelDxfFontBase

Properties

Condense

Declaration
public bool? Condense { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Extend

Declaration
public bool? Extend { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Family

Font family

Declaration
public int? Family { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

HasValue

If the object has any properties set

Declaration
public override bool HasValue { get; }
Property Value
Type Description
System.Boolean
Overrides
ExcelDxfFontBase.HasValue

Id

Declaration
protected override string Id { get; }
Property Value
Type Description
System.String
Overrides
ExcelDxfFontBase.Id

Name

The name of the font

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Outline

Declaration
public bool? Outline { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Scheme

Declaration
public eThemeFontCollectionType? Scheme { get; set; }
Property Value
Type Description
System.Nullable<eThemeFontCollectionType>

Shadow

Declaration
public bool? Shadow { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Size

The font size

Declaration
public float? Size { get; set; }
Property Value
Type Description
System.Nullable<System.Single>

VerticalAlign

Font-Vertical Align

Declaration
public ExcelVerticalAlignmentFont VerticalAlign { get; set; }
Property Value
Type Description
ExcelVerticalAlignmentFont

Methods

Clear()

Clears all properties

Declaration
public override void Clear()
Overrides
ExcelDxfFontBase.Clear()

Clone()

Clone the object

Declaration
protected override DxfStyleBase Clone()
Returns
Type Description
DxfStyleBase

A new instance of the object

Overrides
ExcelDxfFontBase.Clone()

CreateNodes(XmlHelper, String)

Declaration
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
Type Name Description
XmlHelper helper
System.String path
Overrides
ExcelDxfFontBase.CreateNodes(XmlHelper, String)

SetValuesFromXml(XmlHelper)

Declaration
protected override void SetValuesFromXml(XmlHelper helper)
Parameters
Type Name Description
XmlHelper helper
Overrides
ExcelDxfFontBase.SetValuesFromXml(XmlHelper)
Back to top Generated by DocFX