aspose.diagram
Class Annotation

Contains elements that contain information about comments inserted into a document page.

Property Getters/Setters Summary
functiongetComment()
           Contains the comment text in string format for a shape.
functiongetDate()
           specifies when a comment was created
functiongetDel()
functionsetDel(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.
functiongetEditDate()
           Specifies when a comment was last changed
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetLangID()
           Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
functiongetMarkerIndex()
           Specifies the index number assigned to a comment marker.
functiongetReviewerID()
           Contains the ID number of the reviewer adding markup to the document.
functiongetShapeID()
functionsetShapeID(value)
           The shape ID of the comment.
functiongetX()
           The x-coordinate of the comment marker in page coordinates.
functiongetY()
           The y-coordinate of the comment marker in page coordinates.
 

Property Getters/Setters Detail

getShapeID/setShapeID : Number 

function getShapeID() / function setShapeID(value)
The shape ID of the comment.

getIX/setIX : Number 

function getIX() / function setIX(value)
The zero-based index of the element within its parent element.

getDel/setDel : Number 

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.

getX : DoubleValue 

function getX()
The x-coordinate of the comment marker in page coordinates.

getY : DoubleValue 

function getY()
The y-coordinate of the comment marker in page coordinates.

getReviewerID : IntValue 

function getReviewerID()
Contains the ID number of the reviewer adding markup to the document.

getMarkerIndex : IntValue 

function getMarkerIndex()
Specifies the index number assigned to a comment marker.

getDate : DateValue 

function getDate()
specifies when a comment was created

getEditDate : DateValue 

function getEditDate()
Specifies when a comment was last changed

getComment : Str2Value 

function getComment()
Contains the comment text in string format for a shape.

getLangID : IntValue 

function getLangID()
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.