Class ExcelTextRun
A richtext part
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
|---|---|
| Double |
Bold
Bold text
Declaration
public bool Bold { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| Double |
Italic
Italic text
Declaration
public bool Italic { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Kerning
The minimum font size at which character kerning occurs
Declaration
public double Kerning { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |
Spacing
The spacing between between characters
Declaration
public double Spacing { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |