|
| 1 | +# CaretAnnotation |
| 2 | +Provides CaretAnnotation. |
| 3 | + |
| 4 | +*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* |
| 5 | +## Properties |
| 6 | +Name | Type | Description | Notes |
| 7 | +------------ | ------------- | ------------- | ------------- |
| 8 | +**color** | [**Color**](Color.md) | Color of the annotation. | [optional] |
| 9 | +**frame** | [**RectanglePdf**](RectanglePdf.md) | Gets or sets caret rectangle. | [optional] |
| 10 | +**symbol** | [**CaretSymbol**](CaretSymbol.md) | Gets or sets symbol associated with caret. | [optional] |
| 11 | +**creationDate** | **string** | The date and time when the annotation was created.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 12 | +**subject** | **string** | Get the annotation subject.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 13 | +**title** | **string** | Get the annotation title.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 14 | +**richText** | **string** | Get the annotation RichText.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 15 | +**contents** | **string** | Get the annotation content.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 16 | +**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 17 | +**id** | **string** | Gets ID of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 18 | +**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 19 | +**name** | **string** | Gets Name of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 20 | +**rect** | [**RectanglePdf**](RectanglePdf.md) | Gets Rect of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | |
| 21 | +**pageIndex** | **number** | Gets PageIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 22 | +**zIndex** | **number** | Gets ZIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 23 | +**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 24 | +**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 25 | +**links** | [**Array<Link>**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional] |
| 26 | + |
| 27 | +[[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/models/caretAnnotation.ts) |
| 28 | + |
0 commit comments