Class ExcelTextRun
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
A richtext part
public class ExcelTextRun : XmlHelper
- Inheritance
-
ExcelTextRun
- Inherited Members
Properties
Baseline
The baseline for both the superscript and subscript fonts in percentage
public double Baseline { get; set; }
Property Value
Bold
Bold text
public bool Bold { get; set; }
Property Value
Capitalization
The capitalization that is to be applied
public eTextCapsType Capitalization { get; set; }
Property Value
FontSize
Fontsize Spans from 0-4000
public double FontSize { get; set; }
Property Value
Italic
Italic text
public bool Italic { get; set; }
Property Value
Kerning
The minimum font size at which character kerning occurs
public double Kerning { get; set; }
Property Value
Spacing
The spacing between between characters
public double Spacing { get; set; }
Property Value
Strike
Strike-out text
public eStrikeType Strike { get; set; }
Property Value
UnderLine
Underlined text
public eUnderLineType UnderLine { get; set; }