Show / Hide Table of Contents

Class ExcelTextRun

A richtext part

Inheritance
object
XmlHelper
ExcelTextRun
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
bool

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
bool

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
In this article
Back to top Generated by DocFX