[]
type TextAnnotationProperties = MarkupAnnotationProperties & object;
Defines properties of a sticky note attached to a point in a PDF document.
optional icon?: TextAnnotationIcon;
The type of the icon used to display the annotation, possible values: "Note", "Comment", "Key", "Help", "NewParagraph", "Paragraph", "Insert".
optional open?: boolean;
A flag specifying whether the annotation should initially be displayed open.
optional state?: string;
The state to which the original annotation shall be set. The following describes the predefined combinations of State and StateModel, and their meanings:
See PDF specification for more details.
optional stateModel?: string;
The state model corresponding to 'State'.
See 'State' and PDF specification for details.
type: "text";