Aspose::Pdf::Forms::CheckboxField class
Contents
[
Hide
]CheckboxField class
Class representing checkbox field.
class CheckboxField : public Aspose::Pdf::Forms::Field
Methods
Method | Description |
---|---|
AddOption(System::String) | Adds new checkbox into a checkbox group, in which at most one of the checkboxes may be checked at any time. The new checkbox is added to the bottom of the group. |
AddOption(System::String, System::SharedPtr<Rectangle>) | Adds new checkbox into a checkbox group, in which at most one of the checkboxes may be checked at any time. |
AddOption(System::String, int32_t, System::SharedPtr<Rectangle>) | Adds new checkbox into a checkbox group, in which at most one of the checkboxes may be checked at any time. |
CheckboxField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Constructor for CheckboxField class. |
CheckboxField(System::SharedPtr<Document>, System::SharedPtr<Rectangle>) | Constructor for CheckboxField class. |
CheckboxField() | Create instance of CheckboxField. |
CheckboxField(System::SharedPtr<Document>) | Constructor to use with Generator. |
Clone() override | Clone the checkbox. |
get_ActiveState() override | Gets current annotation appearance state. |
get_AllowedStates() | Returns list of allowed states. |
get_Checked() | Gets state of check box. |
get_ExportValue() | Gets export value of CheckBox field. |
get_Style() | Gets style of check box. |
get_Value() override | Gets value of check box field. |
set_ActiveState(System::String) override | Sets current annotation appearance state. |
set_Checked(bool) | Sets state of check box. |
set_ExportValue(System::String) | Sets export value of CheckBox field. |
set_Style(BoxStyle) | Sets style of check box. |
set_Value(System::String) override | Sets value of check box field. |
See Also
- Class Field
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++