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
RichText
Richtext collection. Used to format specific parts of the text
public ExcelParagraphCollection RichText { get; }
Property Value
Text
Text inside the shape
public string Text { get; set; }
Property Value
TextBody
Access to text body properties.
public ExcelTextBody TextBody { get; }