Show / Hide Table of Contents

Class ExcelDxfFontBase

Inheritance
System.Object
DxfStyleBase<ExcelDxfFontBase>
ExcelDxfFontBase
Inherited Members
DxfStyleBase<ExcelDxfFontBase>._styles
DxfStyleBase<ExcelDxfFontBase>.AllowChange
DxfStyleBase<ExcelDxfFontBase>.GetAsString(Object)
DxfStyleBase<ExcelDxfFontBase>.SetValue(XmlHelper, String, Object)
DxfStyleBase<ExcelDxfFontBase>.SetValueBool(XmlHelper, String, Nullable<Boolean>)
DxfStyleBase<ExcelDxfFontBase>.SetValueColor(XmlHelper, String, ExcelDxfColor)
DxfStyleBase<ExcelDxfFontBase>.SetValueEnum(XmlHelper, String, Enum)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style.Dxf
Assembly: Experior.Core.dll
Syntax
public class ExcelDxfFontBase : DxfStyleBase<ExcelDxfFontBase>

Constructors

ExcelDxfFontBase(ExcelStyles)

Declaration
public ExcelDxfFontBase(ExcelStyles styles)
Parameters
Type Name Description
ExcelStyles styles

Properties

Bold

Font bold

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

Color

Declaration
public ExcelDxfColor Color { get; set; }
Property Value
Type Description
ExcelDxfColor

HasValue

Declaration
protected override bool HasValue { get; }
Property Value
Type Description
System.Boolean
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfFontBase>.HasValue

Id

Declaration
protected override string Id { get; }
Property Value
Type Description
System.String
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfFontBase>.Id

Italic

Font Italic

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

Strike

Font-Strikeout

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

Underline

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

Methods

Clone()

Declaration
protected override ExcelDxfFontBase Clone()
Returns
Type Description
ExcelDxfFontBase
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfFontBase>.Clone()

CreateNodes(XmlHelper, String)

Declaration
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
Type Name Description
XmlHelper helper
System.String path
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfFontBase>.CreateNodes(Experior.Core.Data.OfficeOpenXml.XmlHelper, System.String)
Back to top Generated by DocFX