Provides LineAnnotation.
| Name | Type | Description | Notes |
|---|---|---|---|
| Links | List<Link> | Link to the document. | [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 | int? | Gets PageIndex of the annotation. | [optional] |
| ZIndex | int? | Gets ZIndex of the annotation. | [optional] |
| HorizontalAlignment | HorizontalAlignment | Gets HorizontalAlignment of the annotation. | [optional] |
| VerticalAlignment | VerticalAlignment | Gets VerticalAlignment of the 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] |
| 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 | bool? | 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] |