CheckboxField

CheckboxField

Overview

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

This class provides 16 methods for working with CheckboxField objects in C++ programs. Available methods include: ActiveState, AddOption, AllowedStates, CheckboxField, Checked, Clone, ExportValue, Style, Value. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
CheckboxField()Calls CheckboxField on this CheckboxField instance.
Clone()Calls Clone on this CheckboxField instance.
AddOption(optionName: std::string)Calls AddOption(optionName) on this CheckboxField instance.
AddOption(optionName: std::string, rect: Aspose::Pdf::Rectangle)Calls AddOption(optionName, rect) on this CheckboxField instance.
AddOption(optionName: std::string, page: int, rect: Aspose::Pdf::Rectangle)Calls AddOption(optionName, page, rect) on this CheckboxField instance.
AllowedStates()std::vector<std::string>Calls AllowedStates on this CheckboxField instance.
Style()Forms::BoxStyleCalls Style on this CheckboxField instance.
Style(value: Forms::BoxStyle)Calls Style(value) on this CheckboxField instance.
ActiveState()std::stringCalls ActiveState on this CheckboxField instance.
ActiveState(value: std::string)Calls ActiveState(value) on this CheckboxField instance.
Checked()boolCalls Checked on this CheckboxField instance.
Checked(value: bool)Calls Checked(value) on this CheckboxField instance.
Value()std::stringCalls Value on this CheckboxField instance.
Value(value: std::string)Calls Value(value) on this CheckboxField instance.
ExportValue()std::stringCalls ExportValue on this CheckboxField instance.
ExportValue(value: std::string)Calls ExportValue(value) on this CheckboxField instance.

See Also