Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 2.82 KB

File metadata and controls

40 lines (35 loc) · 2.82 KB

LineAnnotation

Provides LineAnnotation.

Properties

Name Type Description Notes
starting Point Gets or sets starting point of line.
startingStyle LineEnding Gets or sets line ending style for line starting point. [optional]
ending Point Gets or sets ending point of line.
endingStyle LineEnding Gets or sets ending style for end point of line. [optional]
interiorColor Color Gets or sets interior color of the annotation. [optional]
leaderLine Double Gets or sets leader line length. [optional]
leaderLineExtension Double Gets or sets length of leader line extension. [optional]
leaderLineOffset Double Gets or sets leader line offset. [optional]
showCaption Boolean Gets or sets boolean flag which determinies is contents must be shown as caption. [optional]
captionOffset Point Gets or sets caption text offset from its normal position. [optional]
captionPosition CaptionPosition Gets or sets annotation caption position. [optional]
intent LineIntent Gets or sets the intent of the line annotation. [optional]
creationDate String The date and time when the annotation was created. [optional]
subject String Get the annotation subject. [optional]
title String Get the annotation title. [optional]
richText String Get the annotation RichText. [optional]
color Color Color of the annotation. [optional]
contents String Get the annotation content. [optional]
modified String The date and time when the annotation was last modified. [optional]
id String Gets ID of the annotation. [optional]
flags List<AnnotationFlags> Gets Flags of the annotation. [optional]
name String Gets Name of the annotation. [optional]
rect Rectangle Gets Rect of the annotation.
pageIndex Integer Gets PageIndex of the annotation. [optional]
zIndex Integer Gets ZIndex of the annotation. [optional]
horizontalAlignment HorizontalAlignment Gets HorizontalAlignment of the annotation. [optional]
verticalAlignment VerticalAlignment Gets VerticalAlignment of the annotation. [optional]
links List<Link> Link to the document. [optional]

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