Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.88 KB

File metadata and controls

29 lines (26 loc) · 2.88 KB

TextAnnotation

Provides TextAnnotation.

Inherited from MarkupAnnotation

Properties

Name Type Description Notes
state AnnotationState? Gets or sets the state to which the original annotation should be set. [optional]
open Bool? Gets or sets is the annotation open. [optional]
icon TextIcon? Gets or sets an icon to be used in displaying the annotation. [optional]
creationDate String? The date and time when the annotation was created.
Inherited from MarkupAnnotation
[optional]
subject String? Get the annotation subject.
Inherited from MarkupAnnotation
[optional]
title String? Get the annotation title.
Inherited from MarkupAnnotation
[optional]
richText String? Get the annotation RichText.
Inherited from MarkupAnnotation
[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]