com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class RadioButtonOptionField

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable, Cloneable, Iterable<WidgetAnnotation>


    public final class RadioButtonOptionField
    extends Field

    Class represents item of RadioButton field.

    • Constructor Detail

      • RadioButtonOptionField

        public RadioButtonOptionField()

        Create new RadioButtonOptionField instance.

      • RadioButtonOptionField

        public RadioButtonOptionField(Page page,
                                      Rectangle rect)

        Creates radiobutton in the specified rectangle on specified page.

        Parameters:
        page - Page where RadioButton will be placed;
        rect - Rectangle of RadioButton.
    • Method Detail

      • getOptionName_Rename_Namesake

        public String getOptionName_Rename_Namesake()

        Gets name of the option.

        Returns:
        String value
      • setOptionName_Rename_Namesake

        public void setOptionName_Rename_Namesake(String value)

        Sets name of the option.

        Parameters:
        value - String value
      • getCaption

        public TextFragment getCaption()

        Gets caption.

        Returns:
        TextFragment object
      • setCaption

        public void setCaption(TextFragment value)

        Sets caption.

        Parameters:
        value - TextFragment object
      • setOptionName

        public void setOptionName(String value)

        Sets option name

        Parameters:
        value - String value
      • getStyle

        public int getStyle()

        Gets style of check box.

        Returns:
        BoxStyle element
        See Also:
        BoxStyle
      • setStyle

        public void setStyle(int value)

        Sets style of check box.

        Parameters:
        value - BoxStyle element
        See Also:
        BoxStyle