﻿# LineAnnotation
Provides LineAnnotation.

*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)*
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**starting** | [**\Aspose\PDF\Model\Point**](Point.md) | Gets or sets starting point of line. | 
**starting_style** | [**\Aspose\PDF\Model\LineEnding**](LineEnding.md) | Gets or sets line ending style for line starting point. | [optional]
**ending** | [**\Aspose\PDF\Model\Point**](Point.md) | Gets or sets ending point of line. | 
**ending_style** | [**\Aspose\PDF\Model\LineEnding**](LineEnding.md) | Gets or sets ending style for end point of line. | [optional]
**interior_color** | [**\Aspose\PDF\Model\Color**](Color.md) | Gets or sets interior color of the annotation. | [optional]
**leader_line** | **double** | Gets or sets leader line length. | [optional]
**leader_line_extension** | **double** | Gets or sets length of leader line extension. | [optional]
**leader_line_offset** | **double** | 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** | [**\Aspose\PDF\Model\Point**](Point.md) | Gets or sets caption text offset from its normal position. | [optional]
**caption_position** | [**\Aspose\PDF\Model\CaptionPosition**](CaptionPosition.md) | Gets or sets annotation caption position. | [optional]
**intent** | [**\Aspose\PDF\Model\LineIntent**](LineIntent.md) | Gets or sets the intent of the line annotation. | [optional]
**creation_date** | **string** | The date and time when the annotation was created.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**subject** | **string** | Get the annotation subject.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**title** | **string** | Get the annotation title.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**rich_text** | **string** | Get the annotation RichText.<br />*Inherited from [\Aspose\PDF\Model\MarkupAnnotation](MarkupAnnotation.md)* | [optional]
**color** | [**\Aspose\PDF\Model\Color**](Color.md) | Color of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**contents** | **string** | Get the annotation content.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**id** | **string** | Gets ID of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**flags** | [**\Aspose\PDF\Model\AnnotationFlags[]**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**name** | **string** | Gets Name of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**rect** | [**\Aspose\PDF\Model\Rectangle**](Rectangle.md) | Gets Rect of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | 
**page_index** | **int** | Gets PageIndex of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**z_index** | **int** | Gets ZIndex of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**horizontal_alignment** | [**\Aspose\PDF\Model\HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [\Aspose\PDF\Model\Annotation](Annotation.md)* | [optional]
**links** | [**\Aspose\PDF\Model\Link[]**](Link.md) | Link to the document.<br />*Inherited from [\Aspose\PDF\Model\LinkElement](LinkElement.md)* | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/LineAnnotation.php)

