Class Annotation

Annotation class

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

public class Annotation

Properties

NameDescription
Comment { get; }Contains the comment text in string format for a shape.
Date { get; }specifies when a comment was created
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
EditDate { get; }Specifies when a comment was last changed
IX { get; set; }The zero-based index of the element within its parent element.
LangID { get; }Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
MarkerIndex { get; }Specifies the index number assigned to a comment marker.
ReviewerID { get; }Contains the ID number of the reviewer adding markup to the document.
ShapeID { get; set; }The shape ID of the comment.
X { get; }The x-coordinate of the comment marker in page coordinates.
Y { get; }The y-coordinate of the comment marker in page coordinates.

See Also