Class ExcelRichText
- Namespace
- OfficeOpenXml.Style
- Assembly
- Magicodes.EPPlus.dll
public class ExcelRichText : XmlHelper
- Inheritance
-
ExcelRichText
- Inherited Members
-
- Extension Methods
-
Properties
Bold
public bool Bold { get; set; }
Property Value
- bool
Color
public Color Color { get; set; }
Property Value
- Color
FontName
public string FontName { get; set; }
Property Value
- string
Italic
public bool Italic { get; set; }
Property Value
- bool
PreserveSpace
public bool PreserveSpace { get; set; }
Property Value
- bool
Size
public float Size { get; set; }
Property Value
- float
Strike
public bool Strike { get; set; }
Property Value
- bool
Text
public string Text { get; set; }
Property Value
- string
UnderLine
public bool UnderLine { get; set; }
Property Value
- bool
VerticalAlign
public ExcelVerticalAlignmentFont VerticalAlign { get; set; }
Property Value
- ExcelVerticalAlignmentFont
_collection
public ExcelRichTextCollection _collection { get; set; }
Property Value
- ExcelRichTextCollection