Property Getters/Setters Summary | ||
---|---|---|
method | getComment() | |
Contains the comment text in string format for a shape.
|
||
method | getDate() | |
specifies when a comment was created
|
||
method | getDel() | |
method | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
method | getEditDate() | |
Specifies when a comment was last changed
|
||
method | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getLangID() | |
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
|
||
method | getMarkerIndex() | |
Specifies the index number assigned to a comment marker.
|
||
method | getReviewerID() | |
Contains the ID number of the reviewer adding markup to the document.
|
||
method | getShapeID() | |
method | setShapeID(value) | |
The shape ID of the comment. | ||
method | getX() | |
The x-coordinate of the comment marker in page coordinates.
|
||
method | getY() | |
The y-coordinate of the comment marker in page coordinates.
|
int getShapeID() / setShapeID(value)
int getIX() / setIX(value)
int getDel() / setDel(value)
DoubleValue getX()
DoubleValue getY()
IntValue getReviewerID()
IntValue getMarkerIndex()
Str2Value getComment()