asposediagram.api

Class Annotation

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

Property Getters/Setters Summary
methodgetComment()
Contains the comment text in string format for a shape.
methodgetDate()
specifies when a comment was created
methodgetDel()
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.
methodgetEditDate()
Specifies when a comment was last changed
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodgetLangID()
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
methodgetMarkerIndex()
Specifies the index number assigned to a comment marker.
methodgetReviewerID()
Contains the ID number of the reviewer adding markup to the document.
methodgetShapeID()
method
setShapeID(value)
           The shape ID of the comment.
methodgetX()
The x-coordinate of the comment marker in page coordinates.
methodgetY()
The y-coordinate of the comment marker in page coordinates.
 

    • Property Getters/Setters Detail

      • getShapeID/setShapeID : int 

        int getShapeID() / setShapeID(value)
        
        The shape ID of the comment.
      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index of the element within its parent element.
      • getDel/setDel : int 

        int getDel() / 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.
      • getReviewerID : IntValue 

        IntValue getReviewerID()
        
        Contains the ID number of the reviewer adding markup to the document.
      • getMarkerIndex : IntValue 

        IntValue getMarkerIndex()
        
        Specifies the index number assigned to a comment marker.
      • getEditDate : DateValue 

        DateValue getEditDate()
        
        Specifies when a comment was last changed
      • getComment : Str2Value 

        Str2Value getComment()
        
        Contains the comment text in string format for a shape.
      • getLangID : IntValue 

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