Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 2.81 KB

File metadata and controls

38 lines (34 loc) · 2.81 KB

LineAnnotation

Provides LineAnnotation.

Properties

Name Type Description Notes
links list[Link] Link to the document. [optional]
color Color Color of the annotation. [optional]
contents str Get the annotation content. [optional]
modified str The date and time when the annotation was last modified. [optional]
id str Gets ID of the annotation. [optional]
flags list[AnnotationFlags] Gets Flags of the annotation. [optional]
name str Gets Name of the annotation. [optional]
rect Rectangle Gets Rect of the annotation.
page_index int Gets PageIndex of the annotation. [optional]
z_index int Gets ZIndex of the annotation. [optional]
horizontal_alignment HorizontalAlignment Gets HorizontalAlignment of the annotation. [optional]
vertical_alignment VerticalAlignment Gets VerticalAlignment of the annotation. [optional]
creation_date str The date and time when the annotation was created. [optional]
subject str Get the annotation subject. [optional]
title str Get the annotation title. [optional]
rich_text str Get the annotation RichText. [optional]
starting Point Gets or sets starting point of line.
starting_style LineEnding Gets or sets line ending style for line starting point. [optional]
ending Point Gets or sets ending point of line.
ending_style LineEnding Gets or sets ending style for end point of line. [optional]
interior_color Color Gets or sets interior color of the annotation. [optional]
leader_line float Gets or sets leader line length. [optional]
leader_line_extension float Gets or sets length of leader line extension. [optional]
leader_line_offset float Gets or sets leader line offset. [optional]
show_caption bool Gets or sets boolean flag which determinies is contents must be shown as caption. [optional]
caption_offset Point Gets or sets caption text offset from its normal position. [optional]
caption_position CaptionPosition Gets or sets annotation caption position. [optional]
intent LineIntent Gets or sets the intent of the line annotation. [optional]

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