LineAnnotation
Overview
LineAnnotation is a class in Aspose.PDF FOSS for C++.
This class provides 25 methods for working with LineAnnotation objects in C++ programs.
Available methods include: Accept, CaptionOffset, CaptionPosition, Ending, EndingStyle, Intent, InteriorColor, LeaderLine, LeaderLineExtension, LeaderLineOffset, ShowCaption, Starting, and 1 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Accept(visitor: AnnotationSelector) | Calls Accept(visitor) on this LineAnnotation instance. |
Starting() → Aspose::Pdf::Point | Calls Starting on this LineAnnotation instance. |
Starting(value: Aspose::Pdf::Point) | Calls Starting(value) on this LineAnnotation instance. |
StartingStyle() → LineEnding | Calls StartingStyle on this LineAnnotation instance. |
StartingStyle(value: LineEnding) | Calls StartingStyle(value) on this LineAnnotation instance. |
Ending() → Aspose::Pdf::Point | Calls Ending on this LineAnnotation instance. |
Ending(value: Aspose::Pdf::Point) | Calls Ending(value) on this LineAnnotation instance. |
EndingStyle() → LineEnding | Calls EndingStyle on this LineAnnotation instance. |
EndingStyle(value: LineEnding) | Calls EndingStyle(value) on this LineAnnotation instance. |
InteriorColor() → Aspose::Pdf::Color | Calls InteriorColor on this LineAnnotation instance. |
InteriorColor(value: Aspose::Pdf::Color) | Calls InteriorColor(value) on this LineAnnotation instance. |
LeaderLine() → double | Calls LeaderLine on this LineAnnotation instance. |
LeaderLine(value: double) | Calls LeaderLine(value) on this LineAnnotation instance. |
LeaderLineExtension() → double | Calls LeaderLineExtension on this LineAnnotation instance. |
LeaderLineExtension(value: double) | Calls LeaderLineExtension(value) on this LineAnnotation instance. |
ShowCaption() → bool | Calls ShowCaption on this LineAnnotation instance. |
ShowCaption(value: bool) | Calls ShowCaption(value) on this LineAnnotation instance. |
LeaderLineOffset() → double | Calls LeaderLineOffset on this LineAnnotation instance. |
LeaderLineOffset(value: double) | Calls LeaderLineOffset(value) on this LineAnnotation instance. |
CaptionOffset() → Aspose::Pdf::Point | Calls CaptionOffset on this LineAnnotation instance. |
CaptionOffset(value: Aspose::Pdf::Point) | Calls CaptionOffset(value) on this LineAnnotation instance. |
CaptionPosition() → Annotations::CaptionPosition | Calls CaptionPosition on this LineAnnotation instance. |
CaptionPosition(value: Annotations::CaptionPosition) | Calls CaptionPosition(value) on this LineAnnotation instance. |
Intent() → LineIntent | Calls Intent on this LineAnnotation instance. |
Intent(value: LineIntent) | Calls Intent(value) on this LineAnnotation instance. |