Aspose::Pdf::Forms::RadioButtonOptionField class
RadioButtonOptionField class
Class represents item of RadioButton field.
class RadioButtonOptionField : public Aspose::Pdf::Forms::Field
Methods
| Method | Description |
|---|---|
| get_Caption() const | Gets caption. |
| get_OptionName() | Gets name of the option. |
| get_Style() | Gets style of check box. |
| RadioButtonOptionField() | Create new RadioButtonOptionField instance. |
| RadioButtonOptionField(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&) | Creates radiobutton in the specified recangle on specified page. |
| set_Caption(const System::SharedPtr<Text::TextFragment>&) | Sets caption. |
| set_OptionName(const System::String&) | Sets name of the option. |
| set_Style(BoxStyle) | Sets style of check box. |
See Also
- Class Field
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++