Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 3.49 KB

File metadata and controls

31 lines (28 loc) · 3.49 KB

FileAttachmentAnnotation

Provides FileAttachmentAnnotation.

Inherited from \Aspose\PDF\Model\MarkupAnnotation

Properties

Name Type Description Notes
icon \Aspose\PDF\Model\FileIcon Gets or sets icon that shall be used in displaying annotation. [optional]
opacity double Gets or sets icon's opacity from 0 to 1: 0 - completely transparant, 1 - completely opaque. [optional]
file_description string Gets or sets text associated with the file specification. [optional]
file_name string Gets or sets file specification name. [optional]
file_path string Sets content file path. [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]