WidgetAnnotation

WidgetAnnotation

Overview

WidgetAnnotation is a class in Aspose.PDF FOSS for C++.

WidgetAnnotation provides access to AcroForm field attributes such as ReadOnly, Required, Exportable, and DefaultAppearance.

This class provides 14 methods for working with WidgetAnnotation objects in C++ programs. Available methods include: Accept, DefaultAppearance, Exportable, GetCheckedStateName, Highlighting, Parent, ReadOnly, Required. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Accept(visitor: AnnotationSelector)Calls Accept(visitor) on this WidgetAnnotation instance.
GetCheckedStateName()std::stringReturns the checked state name.
Highlighting()HighlightingModeCalls Highlighting on this WidgetAnnotation instance.
Highlighting(value: HighlightingMode)Calls Highlighting(value) on this WidgetAnnotation instance.
DefaultAppearance()Annotations::DefaultAppearanceCalls DefaultAppearance on this WidgetAnnotation instance.
DefaultAppearance(value: Annotations::DefaultAppearance)Calls DefaultAppearance(value) on this WidgetAnnotation instance.
ReadOnly()boolCalls ReadOnly on this WidgetAnnotation instance.
ReadOnly(value: bool)Calls ReadOnly(value) on this WidgetAnnotation instance.
Required()boolCalls Required on this WidgetAnnotation instance.
Required(value: bool)Calls Required(value) on this WidgetAnnotation instance.
Exportable()boolCalls Exportable on this WidgetAnnotation instance.
Exportable(value: bool)Calls Exportable(value) on this WidgetAnnotation instance.
Parent()Forms::FieldCalls Parent on this WidgetAnnotation instance.
Parent(value: Forms::Field)Calls Parent(value) on this WidgetAnnotation instance.

See Also