Class ExcelControlWithText
An abstract class used for formcontrols with text properties.
Inheritance
System.Object
    
    
    
    ExcelControlWithText
      
      
      
      
      
  Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| System.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 | 
|---|---|
| System.String | 
TextBody
Access to text body properties.
Declaration
public ExcelTextBody TextBody { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelTextBody | 
Implements
      System.IDisposable