Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.4 KB

FreeTextAnnotation.md

File metadata and controls

30 lines (26 loc) · 2.4 KB

FreeTextAnnotation

Provides FreeTextAnnotation.

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]
CreationDate string The date and time when the annotation was created. [optional] [default to null]
Subject string Get the annotation subject. [optional] [default to null]
Title string Get the annotation title. [optional] [default to null]
RichText string Get the annotation RichText. [optional] [default to null]
Justification *Justification Gets Justification of the annotation. [optional] [default to null]
Intent *FreeTextIntent Gets or sets the intent of the free text annotation. [optional] [default to null]
Rotate *Rotation Angle of annotation rotation. [optional] [default to null]
TextStyle *TextStyle Text style of the annotation. [default to null]

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