Class ExcelDxfFontBase
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
A base class for differential formatting font styles
public class ExcelDxfFontBase : DxfStyleBase
- Inheritance
-
ExcelDxfFontBase
- Derived
- Inherited Members
Properties
Bold
Font bold
public bool? Bold { get; set; }
Property Value
- bool?
Color
The color of the text
public ExcelDxfColor Color { get; set; }
Property Value
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
Italic
Font Italic
public bool? Italic { get; set; }
Property Value
- bool?
Strike
Font-Strikeout
public bool? Strike { get; set; }
Property Value
- bool?
Underline
The underline type
public ExcelUnderLineType? Underline { get; set; }
Property Value
Methods
Clear()
Clears all properties
public override void Clear()