ICommentShape Interface Members
The following tables list the members exposed by ICommentShape.
Public Properties
Name | Description | |
---|---|---|
![]() | AlternativeText | Alternative text. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Application | Gets the application object. (Inherited from Syncfusion.XlsIO.IParentApplication) |
![]() | Author | Returns or sets the author of the comment. Read-only String. (Inherited from Syncfusion.XlsIO.IComment) |
![]() | AutoSize | True if the size of the specified object is changed automatically to fit text within its boundaries. Read/write Boolean. (Inherited from Syncfusion.XlsIO.IComment) |
![]() | Column | Column of the commented cell. Read-only. (Inherited from Syncfusion.XlsIO.IComment) |
![]() | Fill | Represents fill properties. Read-only. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | HAlignment | Horizontal alignment of the text. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | Height | Height of the shape. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Hyperlink | Get object that represents the IHyperLink for the shape. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Id | Shape id. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | IsMoveWithCell | Indicates whether shape must be moved with cells. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | IsShapeVisible | Indicates whether shape is visible. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | IsSizeWithCell | Indicates whether shape must be sized with cells. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | IsTextLocked | Indicates whether comment text is locked. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | IsVisible | Determines whether the object is visible. Read / write Boolean. (Inherited from Syncfusion.XlsIO.IComment) |
![]() | Left | Left position of the shape. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Line | Represents line format properties. Read-only. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Name | Name of the shape. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | OnAction | Gets or sets macro associated with this shape (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Parent | Gets the parent object. (Inherited from Syncfusion.XlsIO.IParentApplication) |
![]() | RichText | Text of the comment. Read-only. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | Row | Row of the commented cell. Read-only. (Inherited from Syncfusion.XlsIO.IComment) |
![]() | Shadow | Gets the Shadow of the shape (Inherited from Syncfusion.XlsIO.IShape) |
![]() | ShapeRotation | Returns or sets the rotation of the shape, in degrees. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | ShapeType | Shape type. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Text | Text of the comment. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | TextFrame | Returns a ITextFrame object that contains the alignment and anchoring properties for the specified shape. Read-only. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | TextRotation | Text rotation. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | ThreeD | Gets the Three dimensional format of the shape. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Top | Top position of the shape. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | VAlignment | Vertical alignment of the text. (Inherited from Syncfusion.XlsIO.ITextBox) |
![]() | Width | Width of the shape. (Inherited from Syncfusion.XlsIO.IShape) |
Public Methods
Name | Description | |
---|---|---|
![]() | Remove | Removes this IShape from IShapes collection. (Inherited from Syncfusion.XlsIO.IShape) |
![]() | Scale | Scales the shape. (Inherited from Syncfusion.XlsIO.IShape) |
See Also