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

SignatureDescription
GetRectangle(considerRotation: bool)Aspose::Pdf::RectangleCalls GetRectangle(considerRotation) on this Annotation instance.
Flatten()Calls Flatten on this Annotation instance.
Accept(visitor: AnnotationSelector)Calls Accept(visitor) on this Annotation instance.
UpdateAppearanceOnConvert()boolCalls UpdateAppearanceOnConvert on this Annotation instance.
UpdateAppearanceOnConvert(value: bool)Calls UpdateAppearanceOnConvert(value) on this Annotation instance.
UseFontSubset()boolCalls UseFontSubset on this Annotation instance.
UseFontSubset(value: bool)Calls UseFontSubset(value) on this Annotation instance.
Flags()AnnotationFlagsCalls Flags on this Annotation instance.
Flags(value: AnnotationFlags)Calls Flags(value) on this Annotation instance.
AnnotationType()Annotations::AnnotationTypeCalls AnnotationType on this Annotation instance.
Width()doubleCalls Width on this Annotation instance.
Width(value: double)Calls Width(value) on this Annotation instance.
Height()doubleCalls Height on this Annotation instance.
Height(value: double)Calls Height(value) on this Annotation instance.
Rect()Aspose::Pdf::RectangleCalls Rect on this Annotation instance.
Rect(value: Aspose::Pdf::Rectangle)Calls Rect(value) on this Annotation instance.
Contents()std::stringCalls Contents on this Annotation instance.
Contents(value: std::string)Calls Contents(value) on this Annotation instance.
Name()std::stringCalls Name on this Annotation instance.
Name(value: std::string)Calls Name(value) on this Annotation instance.
Color()Aspose::Pdf::ColorCalls Color on this Annotation instance.
Color(value: Aspose::Pdf::Color)Calls Color(value) on this Annotation instance.
Border()Annotations::BorderCalls Border on this Annotation instance.
Border()Annotations::Border
Border(value: Annotations::Border)Calls Border(value) on this Annotation instance.
ActiveState()std::stringCalls ActiveState on this Annotation instance.
ActiveState(value: std::string)Calls ActiveState(value) on this Annotation instance.
Characteristics()Annotations::CharacteristicsCalls Characteristics on this Annotation instance.
Alignment()TextAlignmentCalls Alignment on this Annotation instance.
Alignment(value: TextAlignment)Calls Alignment(value) on this Annotation instance.
HorizontalAlignment()Aspose::Pdf::HorizontalAlignmentCalls HorizontalAlignment on this Annotation instance.
HorizontalAlignment(v: Aspose::Pdf::HorizontalAlignment)Calls HorizontalAlignment(v) on this Annotation instance.
TextHorizontalAlignment()Aspose::Pdf::HorizontalAlignmentCalls TextHorizontalAlignment on this Annotation instance.
TextHorizontalAlignment(v: Aspose::Pdf::HorizontalAlignment)Calls TextHorizontalAlignment(v) on this Annotation instance.
FullName()std::stringCalls FullName on this Annotation instance.
PageIndex()intCalls PageIndex on this Annotation instance.

See Also