Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.47 KB

Annotation.md

File metadata and controls

22 lines (19 loc) · 1.47 KB

Annotation

Provides annotation.

Inherited from LinkElement

Properties

Name Type Description Notes
color Color Color of the annotation. [optional]
contents string Get the annotation content. [optional]
modified string The date and time when the annotation was last modified. [optional]
id string Gets ID of the annotation. [optional]
flags Array<AnnotationFlags> Gets Flags of the annotation. [optional]
name string Gets Name of the annotation. [optional]
rect Rectangle Gets Rect of the annotation.
pageIndex number Gets PageIndex of the annotation. [optional]
zIndex number Gets ZIndex of the annotation. [optional]
horizontalAlignment HorizontalAlignment Gets HorizontalAlignment of the annotation. [optional]
verticalAlignment VerticalAlignment Gets VerticalAlignment of the annotation. [optional]
links Array<Link> Link to the document.
Inherited from LinkElement
[optional]

[Back to Model list] [Back to API list] [Back to README] [View Source]