Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.73 KB

ScreenAnnotation.md

File metadata and controls

24 lines (20 loc) · 1.73 KB

ScreenAnnotation

Provides ScreenAnnotation.

Properties

Name Type Description Notes
Links []Link Link to the document. [optional] [default to null]
Color *Color Color of the annotation. [optional] [default to null]
Contents string Get the annotation content. [optional] [default to null]
Modified string The date and time when the annotation was last modified. [optional] [default to null]
Id string Gets ID of the annotation. [optional] [default to null]
Flags []AnnotationFlags Gets Flags of the annotation. [optional] [default to null]
Name string Gets Name of the annotation. [optional] [default to null]
Rect *Rectangle Gets Rect of the annotation. [default to null]
PageIndex int32 Gets PageIndex of the annotation. [optional] [default to null]
ZIndex int32 Gets ZIndex of the annotation. [optional] [default to null]
HorizontalAlignment *HorizontalAlignment Gets HorizontalAlignment of the annotation. [optional] [default to null]
VerticalAlignment *VerticalAlignment Gets VerticalAlignment of the annotation. [optional] [default to null]
Title string Get the annotation title. [optional] [default to null]
FilePath string Sets content file path. [optional] [default to null]

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