Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.14 KB

File metadata and controls

24 lines (21 loc) · 2.14 KB

ScreenAnnotation

Provides ScreenAnnotation.

Inherited from Annotation

Properties

Name Type Description Notes
title String? Get the annotation title. [optional]
filePath String? Sets content file path. [optional]
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]