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