Property Getters/Setters Summary | ||
---|---|---|
function | getComment() | |
Contains the comment text in string format for a shape. | ||
function | getDate() | |
specifies when a comment was created | ||
function | getDel() | |
function | 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. | ||
function | getEditDate() | |
Specifies when a comment was last changed | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getLangID() | |
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered. | ||
function | getMarkerIndex() | |
Specifies the index number assigned to a comment marker. | ||
function | getReviewerID() | |
Contains the ID number of the reviewer adding markup to the document. | ||
function | getShapeID() | |
function | setShapeID(value) | |
The shape ID of the comment. | ||
function | getX() | |
The x-coordinate of the comment marker in page coordinates. | ||
function | getY() | |
The y-coordinate of the comment marker in page coordinates. |
Property Getters/Setters Detail |
---|
getShapeID/setShapeID : Number | |
function getShapeID() / function setShapeID(value) |
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getX : DoubleValue | |
function getX() |
getY : DoubleValue | |
function getY() |
getReviewerID : IntValue | |
function getReviewerID() |
getMarkerIndex : IntValue | |
function getMarkerIndex() |
getDate : DateValue | |
function getDate() |
getEditDate : DateValue | |
function getEditDate() |
getComment : Str2Value | |
function getComment() |
getLangID : IntValue | |
function getLangID() |