Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 4.29 KB

File metadata and controls

38 lines (35 loc) · 4.29 KB

LineAnnotation

Provides LineAnnotation.

Inherited from \Aspose\PDF\Model\MarkupAnnotation

Properties

Name Type Description Notes
starting \Aspose\PDF\Model\Point Gets or sets starting point of line.
starting_style \Aspose\PDF\Model\LineEnding Gets or sets line ending style for line starting point. [optional]
ending \Aspose\PDF\Model\Point Gets or sets ending point of line.
ending_style \Aspose\PDF\Model\LineEnding Gets or sets ending style for end point of line. [optional]
interior_color \Aspose\PDF\Model\Color 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 Gets or sets caption text offset from its normal position. [optional]
caption_position \Aspose\PDF\Model\CaptionPosition Gets or sets annotation caption position. [optional]
intent \Aspose\PDF\Model\LineIntent Gets or sets the intent of the line 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]