Annotation
Annotation class
Contains elements that contain information about comments inserted into a document page.
Properties
| Name | Type | Description |
|---|---|---|
| ShapeID | int | The shape ID of the comment. |
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| X | DoubleValue | The x-coordinate of the comment marker in page coordinates. |
| Y | DoubleValue | The y-coordinate of the comment marker in page coordinates. |
| ReviewerID | IntValue | Contains the ID number of the reviewer adding markup to the document. |
| MarkerIndex | IntValue | Specifies the index number assigned to a comment marker. |
| Date | DateValue | specifies when a comment was created |
| EditDate | DateValue | Specifies when a comment was last changed |
| Comment | Str2Value | Contains the comment text in string format for a shape. |
| LangID | IntValue | Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered. |
Annotation.ShapeID property
The shape ID of the comment.
Type: int
Annotation.IX property
The zero-based index of the element within its parent element.
Type: int
Annotation.Del property
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.
Type: int
Annotation.X property
The x-coordinate of the comment marker in page coordinates.
Type: DoubleValue
Annotation.Y property
The y-coordinate of the comment marker in page coordinates.
Type: DoubleValue
Annotation.ReviewerID property
Contains the ID number of the reviewer adding markup to the document.
Type: IntValue
Annotation.MarkerIndex property
Specifies the index number assigned to a comment marker.
Type: IntValue
Annotation.Date property
specifies when a comment was created
Type: DateValue
Annotation.EditDate property
Specifies when a comment was last changed
Type: DateValue
Annotation.Comment property
Contains the comment text in string format for a shape.
Type: Str2Value
Annotation.LangID property
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
Type: IntValue