Class ExcelControlWithText
An abstract class used for formcontrols with text properties.
Inheritance
ExcelControlWithText
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public abstract class ExcelControlWithText : ExcelControl, IDisposable
Properties
LockedText
Gets or sets whether a controls text is locked when the worksheet is protected.
Declaration
public bool LockedText { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RichText
Richtext collection. Used to format specific parts of the text
Declaration
public ExcelParagraphCollection RichText { get; }
Property Value
| Type | Description |
|---|---|
| ExcelParagraphCollection |
Text
Text inside the shape
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextBody
Access to text body properties.
Declaration
public ExcelTextBody TextBody { get; }
Property Value
| Type | Description |
|---|---|
| ExcelTextBody |