Class ExcelTextFont
- Namespace
- OfficeOpenXml.Style
- Assembly
- Magicodes.EPPlus.dll
public class ExcelTextFont : XmlHelper
- Inheritance
-
ExcelTextFont
- Derived
-
- Inherited Members
-
- Extension Methods
-
Properties
Bold
public bool Bold { get; set; }
Property Value
- bool
Color
public Color Color { get; set; }
Property Value
- Color
ComplexFont
public string ComplexFont { get; set; }
Property Value
- string
Italic
public bool Italic { get; set; }
Property Value
- bool
LatinFont
public string LatinFont { get; set; }
Property Value
- string
Size
public float Size { get; set; }
Property Value
- float
Strike
public eStrikeType Strike { get; set; }
Property Value
- eStrikeType
UnderLine
public eUnderLineType UnderLine { get; set; }
Property Value
- eUnderLineType
UnderLineColor
public Color UnderLineColor { get; set; }
Property Value
- Color
Methods
CreateTopNode()
protected void CreateTopNode()
SetFromFont(Font)
public void SetFromFont(Font Font)
Parameters
Font
Font