Table of Contents

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

double

Bold

Bold text

public bool Bold { get; set; }

Property Value

bool

Capitalization

The capitalization that is to be applied

public eTextCapsType Capitalization { get; set; }

Property Value

eTextCapsType

FontSize

Fontsize Spans from 0-4000

public double FontSize { get; set; }

Property Value

double

Italic

Italic text

public bool Italic { get; set; }

Property Value

bool

Kerning

The minimum font size at which character kerning occurs

public double Kerning { get; set; }

Property Value

double

Spacing

The spacing between between characters

public double Spacing { get; set; }

Property Value

double

Strike

Strike-out text

public eStrikeType Strike { get; set; }

Property Value

eStrikeType

UnderLine

Underlined text

public eUnderLineType UnderLine { get; set; }

Property Value

eUnderLineType