Annotation
Overview
Annotation is a class in Aspose.PDF FOSS for C++.
This class provides 36 methods for working with Annotation objects in C++ programs.
Available methods include: Accept, ActiveState, Alignment, AnnotationType, Border, Characteristics, Color, Contents, Flags, Flatten, FullName, GetRectangle, and 9 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetRectangle(considerRotation: bool) → Aspose::Pdf::Rectangle | Calls GetRectangle(considerRotation) on this Annotation instance. |
Flatten() | Calls Flatten on this Annotation instance. |
Accept(visitor: AnnotationSelector) | Calls Accept(visitor) on this Annotation instance. |
UpdateAppearanceOnConvert() → bool | Calls UpdateAppearanceOnConvert on this Annotation instance. |
UpdateAppearanceOnConvert(value: bool) | Calls UpdateAppearanceOnConvert(value) on this Annotation instance. |
UseFontSubset() → bool | Calls UseFontSubset on this Annotation instance. |
UseFontSubset(value: bool) | Calls UseFontSubset(value) on this Annotation instance. |
Flags() → AnnotationFlags | Calls Flags on this Annotation instance. |
Flags(value: AnnotationFlags) | Calls Flags(value) on this Annotation instance. |
AnnotationType() → Annotations::AnnotationType | Calls AnnotationType on this Annotation instance. |
Width() → double | Calls Width on this Annotation instance. |
Width(value: double) | Calls Width(value) on this Annotation instance. |
Height() → double | Calls Height on this Annotation instance. |
Height(value: double) | Calls Height(value) on this Annotation instance. |
Rect() → Aspose::Pdf::Rectangle | Calls Rect on this Annotation instance. |
Rect(value: Aspose::Pdf::Rectangle) | Calls Rect(value) on this Annotation instance. |
Contents() → std::string | Calls Contents on this Annotation instance. |
Contents(value: std::string) | Calls Contents(value) on this Annotation instance. |
Name() → std::string | Calls Name on this Annotation instance. |
Name(value: std::string) | Calls Name(value) on this Annotation instance. |
Color() → Aspose::Pdf::Color | Calls Color on this Annotation instance. |
Color(value: Aspose::Pdf::Color) | Calls Color(value) on this Annotation instance. |
Border() → Annotations::Border | Calls Border on this Annotation instance. |
Border() → Annotations::Border | |
Border(value: Annotations::Border) | Calls Border(value) on this Annotation instance. |
ActiveState() → std::string | Calls ActiveState on this Annotation instance. |
ActiveState(value: std::string) | Calls ActiveState(value) on this Annotation instance. |
Characteristics() → Annotations::Characteristics | Calls Characteristics on this Annotation instance. |
Alignment() → TextAlignment | Calls Alignment on this Annotation instance. |
Alignment(value: TextAlignment) | Calls Alignment(value) on this Annotation instance. |
HorizontalAlignment() → Aspose::Pdf::HorizontalAlignment | Calls HorizontalAlignment on this Annotation instance. |
HorizontalAlignment(v: Aspose::Pdf::HorizontalAlignment) | Calls HorizontalAlignment(v) on this Annotation instance. |
TextHorizontalAlignment() → Aspose::Pdf::HorizontalAlignment | Calls TextHorizontalAlignment on this Annotation instance. |
TextHorizontalAlignment(v: Aspose::Pdf::HorizontalAlignment) | Calls TextHorizontalAlignment(v) on this Annotation instance. |
FullName() → std::string | Calls FullName on this Annotation instance. |
PageIndex() → int | Calls PageIndex on this Annotation instance. |