Class XlsRectangleShape
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsRectangleShape : XlsPrstGeomShape, IDisposable, ICloneParent, INamedObject, IRectangleShape, ITextBox, IPrstGeomShape, IShape, IExcelApplication
- Inheritance
-
XlsRectangleShape
- Implements
- Inherited Members
Properties
HAlignment
public CommentHAlignType HAlignment { get; set; }
Property Value
HyLink
public IHyperLink HyLink { get; }
Property Value
IsTextLocked
public bool IsTextLocked { get; set; }
Property Value
PrstShapeType
public PrstGeomShapeType PrstShapeType { get; }
Property Value
RectShapeType
public RectangleShapeType RectShapeType { get; }
Property Value
RichText
public IRichTextString RichText { get; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
Text
public string Text { get; set; }
Property Value
TextRotation
public TextRotationType TextRotation { get; set; }
Property Value
VAlignment
public CommentVAlignType VAlignment { get; set; }
Property Value
Methods
Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)
public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)
Parameters
parent
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollections
bool