Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.09 KB

File metadata and controls

23 lines (20 loc) · 2.09 KB

AnnotationInfo

Provides annotation.

Inherited from Annotation

Properties

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

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