Provides TextAnnotation.
Inherited from \Aspose\PDF\Model\MarkupAnnotation
| Name | Type | Description | Notes |
|---|---|---|---|
| state | \Aspose\PDF\Model\AnnotationState | Gets or sets the state to which the original annotation should be set. | [optional] |
| open | bool | Gets or sets is the annotation open. | [optional] |
| icon | \Aspose\PDF\Model\TextIcon | Gets or sets an icon to be used in displaying the annotation. | [optional] |
| creation_date | string | The date and time when the annotation was created. Inherited from \Aspose\PDF\Model\MarkupAnnotation |
[optional] |
| subject | string | Get the annotation subject. Inherited from \Aspose\PDF\Model\MarkupAnnotation |
[optional] |
| title | string | Get the annotation title. Inherited from \Aspose\PDF\Model\MarkupAnnotation |
[optional] |
| rich_text | string | Get the annotation RichText. Inherited from \Aspose\PDF\Model\MarkupAnnotation |
[optional] |
| color | \Aspose\PDF\Model\Color | Color of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| contents | string | Get the annotation content. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| modified | string | The date and time when the annotation was last modified. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| id | string | Gets ID of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| flags | \Aspose\PDF\Model\AnnotationFlags[] | Gets Flags of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| name | string | Gets Name of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| rect | \Aspose\PDF\Model\Rectangle | Gets Rect of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
|
| page_index | int | Gets PageIndex of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| z_index | int | Gets ZIndex of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| horizontal_alignment | \Aspose\PDF\Model\HorizontalAlignment | Gets HorizontalAlignment of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| vertical_alignment | \Aspose\PDF\Model\VerticalAlignment | Gets VerticalAlignment of the annotation. Inherited from \Aspose\PDF\Model\Annotation |
[optional] |
| links | \Aspose\PDF\Model\Link[] | Link to the document. Inherited from \Aspose\PDF\Model\LinkElement |
[optional] |
[Back to Model list] [Back to API list] [Back to README] [View Source]