Class ExcelControlWithText
An abstract class used for formcontrols with text properties.
Inheritance
Object
ExcelControlWithText
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Boolean |
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 |
Implements
System.IDisposable