|
| 1 | +# AsposePdfCloud::LineAnnotation |
| 2 | +Provides LineAnnotation. |
| 3 | + |
| 4 | +## Properties |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**links** | [**Array<Link>**](Link.md) | Link to the document. | [optional] |
| 8 | +**contents** | **String** | Get the annotation content. | [optional] |
| 9 | +**creation_date** | **String** | The date and time when the annotation was created. | [optional] |
| 10 | +**subject** | **String** | Get the annotation subject. | [optional] |
| 11 | +**title** | **String** | Get the annotation title. | [optional] |
| 12 | +**modified** | **String** | The date and time when the annotation was last modified. | [optional] |
| 13 | +**id** | **String** | Gets ID of the annotation. | [optional] |
| 14 | +**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation. | [optional] |
| 15 | +**name** | **String** | Gets Name of the annotation. | [optional] |
| 16 | +**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation. | [optional] |
| 17 | +**page_index** | **Integer** | Gets PageIndex of the annotation. | [optional] |
| 18 | +**z_index** | **Integer** | Gets ZIndex of the annotation. | [optional] |
| 19 | +**horizontal_alignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation. | [optional] |
| 20 | +**vertical_alignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation. | [optional] |
| 21 | +**rich_text** | **String** | Get the annotation RichText. | [optional] |
| 22 | +**starting** | [**Point**](Point.md) | Gets or sets starting point of line. | [optional] |
| 23 | +**starting_style** | [**LineEnding**](LineEnding.md) | Gets or sets line ending style for line starting point. | [optional] |
| 24 | +**ending** | [**Point**](Point.md) | Gets or sets ending point of line. | [optional] |
| 25 | +**ending_style** | [**LineEnding**](LineEnding.md) | Gets or sets ending style for end point of line. | [optional] |
| 26 | +**interior_color** | [**Color**](Color.md) | Gets or sets interior color of the annotation. | [optional] |
| 27 | +**leader_line** | **Float** | Gets or sets leader line length. | [optional] |
| 28 | +**leader_line_extension** | **Float** | Gets or sets length of leader line extension. | [optional] |
| 29 | +**leader_line_offset** | **Float** | Gets or sets leader line offset. | [optional] |
| 30 | +**show_caption** | **BOOLEAN** | Gets or sets boolean flag which determinies is contents must be shown as caption. | [optional] |
| 31 | +**caption_offset** | [**Point**](Point.md) | Gets or sets caption text offset from its normal position. | [optional] |
| 32 | +**caption_position** | [**CaptionPosition**](CaptionPosition.md) | Gets or sets annotation caption position. | [optional] |
| 33 | +**color** | [**Color**](Color.md) | Color of the annotation. | [optional] |
| 34 | +**intent** | [**LineIntent**](LineIntent.md) | Gets or sets the intent of the line annotation. | [optional] |
| 35 | + |
| 36 | + |
0 commit comments