Class ExcelDxfFont
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.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
Id
Declaration
protected override string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
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
Clone()
Clone the object
Declaration
protected override DxfStyleBase Clone()
Returns
Type | Description |
---|---|
DxfStyleBase | A new instance of the object |
Overrides
CreateNodes(XmlHelper, String)
Declaration
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
Type | Name | Description |
---|---|---|
XmlHelper | helper | |
System.String | path |
Overrides
SetValuesFromXml(XmlHelper)
Declaration
protected override void SetValuesFromXml(XmlHelper helper)
Parameters
Type | Name | Description |
---|---|---|
XmlHelper | helper |