Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.82 KB

HighlightAnnotation.md

File metadata and controls

27 lines (24 loc) · 2.82 KB

HighlightAnnotation

Provides HighlightAnnotation.

Inherited from MarkupAnnotation

Properties

Name Type Description Notes
quadPoints Array<Point> Gets or sets an array of points specifying the coordinates of n quadrilaterals. Each quadrilateral encompasses a word or group of contiguous words in the text underlying 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 Array<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 number Gets PageIndex of the annotation.
Inherited from Annotation
[optional]
zIndex number 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 Array<Link> Link to the document.
Inherited from LinkElement
[optional]

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