Class ExcelShape
An Excel shape.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelShape : ExcelDrawing
Properties
Border
Border
Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingBorder |
Fill
Fill
Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type | Description |
---|---|
ExcelDrawingFill |
Font
Declaration
public ExcelTextFont Font { get; }
Property Value
Type | Description |
---|---|
ExcelTextFont |
Indent
Indentation
Declaration
public int Indent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LockText
Lock drawing
Declaration
public bool LockText { 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 |
Style
Shape style
Declaration
public eShapeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
eShapeStyle |
Text
TextBlock inside the shape
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextAlignment
How the text is aligned
Declaration
public eTextAlignment TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
eTextAlignment |
TextAnchoring
TextBlock Anchoring
Declaration
public eTextAnchoringType TextAnchoring { get; set; }
Property Value
Type | Description |
---|---|
eTextAnchoringType |
TextAnchoringControl
Specifies the centering of the text box.
Declaration
public bool TextAnchoringControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextVertical
Vertical text
Declaration
public eTextVerticalType TextVertical { get; set; }
Property Value
Type | Description |
---|---|
eTextVerticalType |