ExcelCommentObject Class |
Namespace: Spire.Xls
The ExcelCommentObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AlternativeText |
Gets or sets the alternative text associated with the comment.
|
|
|
Author |
Gets or sets the author of the comment.
|
|
|
AutoSize |
Indicates whether the size of the specified object is changed automatically
to fit text within its boundaries. Read/write Boolean.
|
|
|
Column |
Gets the column number associated with the comment.
|
|
|
Fill |
Gets the fill format of the comment.
|
|
|
Glow |
Gets the glow effect of the comment.
|
|
|
HAlignment |
Gets or sets the horizontal alignment of the comment.
|
|
|
Height |
Gets or sets the height of the comment.
|
|
|
HtmlString |
Gets or sets the HTML string associated with the comment.
|
|
|
ID |
Gets the ID of the comment.
|
|
|
IsLockAspectRatio |
Gets or sets a value indicating whether the aspect ratio of the comment is locked.
|
|
|
IsLocked |
Gets or sets a value indicating whether the comment is locked.
|
|
|
IsPrintable |
Gets or sets a value indicating whether the comment is printable.
|
|
|
IsSmartArt |
Indicates whether the object is a SmartArt shape.
|
|
|
IsTextLocked |
Gets or sets a value indicating whether the text is locked.
|
|
|
IsVisible |
Gets or sets the visibility of the comment.
|
|
|
Left |
Gets or sets the left position of the comment.
|
|
|
Line |
Gets the line format of the comment.
|
|
|
LinkedCell |
Gets or sets the linked cell of the range.
|
|
|
Name |
Gets or sets the name of the comment.
|
|
|
OnAction |
Gets or sets the action associated with the comment.
|
|
|
Parent |
Gets the parent object of the current instance.
|
|
|
Reflection |
Gets the reflection effect of the comment.
|
|
|
ResizeBehave |
Specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted.
|
|
|
RichText |
Gets the rich text string associated with the comment.
|
|
|
Rotation |
Gets or sets the rotation of the comment,in degrees.
|
|
|
Row |
Gets the row number of the comment.
|
|
|
Shadow |
Gets the shadow of the comment.
|
|
|
ShapeType |
Gets or sets the shape type of the Excel shape.
|
|
|
Text |
Gets or sets the text associated with the comment.
|
|
|
TextFrame |
Gets the text frame of the comment.
|
|
|
TextRotation |
Gets or sets the rotation of the text in the comment.
|
|
|
ThreeD |
Gets the 3D formatting of the comment.
|
|
|
Top |
Gets or sets the top position of the comment.
|
|
|
VAlignment |
Gets or sets the vertical alignment of the comment.
|
|
|
Visible |
Gets or sets the visibility of the comment.
|
|
|
Width |
Gets or sets the width of the comment.
|
| Name | Description | |
|---|---|---|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes the comment .
|
|
|
Scale |
Scales the comment based on the provided width and height.
|
|
|
SetCommentLocation |
Sets the location of the comment.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|