Show / Hide Table of Contents

Class ExcelControlWithText

An abstract class used for formcontrols with text properties.

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelControl
ExcelControlWithText
ExcelControlButton
ExcelControlEditBox
ExcelControlGroupBox
ExcelControlLabel
ExcelControlWithColorsAndLines
Implements
System.IDisposable
Inherited Members
ExcelControl.ControlPropertiesXml
ExcelControl.ControlType
ExcelControl.Name
ExcelControl.AlternativeText
ExcelControl.Macro
ExcelControl.Print
ExcelControl.Locked
ExcelControl.AutoFill
ExcelControl.AutoPict
ExcelControl.DefaultSize
ExcelControl.Disabled
ExcelControl.ThreeDEffects
ExcelControl.LinkedCell
ExcelControl.DrawingType
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.Copy(ExcelWorksheet, Int32, Int32, Int32, Int32)
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
In This Article
Back to top Generated by DocFX