Class ExcelDxfFontBase
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- Magicodes.EPPlus.dll
public class ExcelDxfFontBase : DxfStyleBase<ExcelDxfFontBase>
- Inheritance
-
ExcelDxfFontBase
- Inherited Members
-
- Extension Methods
-
Constructors
ExcelDxfFontBase(ExcelStyles)
public ExcelDxfFontBase(ExcelStyles styles)
Parameters
styles
ExcelStyles
Properties
Bold
public bool? Bold { get; set; }
Property Value
- bool?
Color
public ExcelDxfColor Color { get; set; }
Property Value
- ExcelDxfColor
HasValue
protected override bool HasValue { get; }
Property Value
- bool
Id
protected override string Id { get; }
Property Value
- string
Italic
public bool? Italic { get; set; }
Property Value
- bool?
Strike
public bool? Strike { get; set; }
Property Value
- bool?
Underline
public ExcelUnderLineType? Underline { get; set; }
Property Value
- ExcelUnderLineType?
Methods
Clone()
protected override ExcelDxfFontBase Clone()
Returns
- ExcelDxfFontBase
CreateNodes(XmlHelper, string)
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
helper
XmlHelper
path
string