Aspose::Pdf::Forms::RadioButtonOptionField class

RadioButtonOptionField class

Class represents item of RadioButton field.

class RadioButtonOptionField : public Aspose::Pdf::Forms::Field

Methods

MethodDescription
get_Caption() constGets 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