|
| 1 | +# FileAttachmentAnnotation |
| 2 | +Provides FileAttachmentAnnotation. |
| 3 | + |
| 4 | +*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* |
| 5 | +## Properties |
| 6 | +Name | Type | Description | Notes |
| 7 | +------------ | ------------- | ------------- | ------------- |
| 8 | +**icon** | [**FileIcon**](FileIcon.md) | Gets or sets icon that shall be used in displaying annotation. | [optional] |
| 9 | +**opacity** | **number** | Gets or sets icon's opacity from 0 to 1: 0 - completely transparant, 1 - completely opaque. | [optional] |
| 10 | +**fileDescription** | **string** | Gets or sets text associated with the file specification. | [optional] |
| 11 | +**fileName** | **string** | Gets or sets file specification name. | [optional] |
| 12 | +**filePath** | **string** | Sets content file path. | [optional] |
| 13 | +**creationDate** | **string** | The date and time when the annotation was created.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 14 | +**subject** | **string** | Get the annotation subject.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 15 | +**title** | **string** | Get the annotation title.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 16 | +**richText** | **string** | Get the annotation RichText.<br />*Inherited from [MarkupAnnotation](MarkupAnnotation.md)* | [optional] |
| 17 | +**color** | [**Color**](Color.md) | Color of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 18 | +**contents** | **string** | Get the annotation content.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 19 | +**modified** | **string** | The date and time when the annotation was last modified.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 20 | +**id** | **string** | Gets ID of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 21 | +**flags** | [**Array<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 22 | +**name** | **string** | Gets Name of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 23 | +**rect** | [**Rectangle**](Rectangle.md) | Gets Rect of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | |
| 24 | +**pageIndex** | **number** | Gets PageIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 25 | +**zIndex** | **number** | Gets ZIndex of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 26 | +**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 27 | +**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the annotation.<br />*Inherited from [Annotation](Annotation.md)* | [optional] |
| 28 | +**links** | [**Array<Link>**](Link.md) | Link to the document.<br />*Inherited from [LinkElement](LinkElement.md)* | [optional] |
| 29 | + |
| 30 | +[[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/fileAttachmentAnnotation.ts) |
| 31 | + |
0 commit comments