Table of Contents

Class ExcelControlWithText

Namespace
OfficeOpenXml.Drawing.Controls
Assembly
EPPlus.dll

An abstract class used for formcontrols with text properties.

public abstract class ExcelControlWithText : ExcelControl, IDisposable
Inheritance
ExcelControlWithText
Implements
Derived
Inherited Members

Properties

LockedText

Gets or sets whether a controls text is locked when the worksheet is protected.

public bool LockedText { get; set; }

Property Value

bool

RichText

Richtext collection. Used to format specific parts of the text

public ExcelParagraphCollection RichText { get; }

Property Value

ExcelParagraphCollection

Text

Text inside the shape

public string Text { get; set; }

Property Value

string

TextBody

Access to text body properties.

public ExcelTextBody TextBody { get; }

Property Value

ExcelTextBody