Class RadioFormFieldBuilder

    • Constructor Detail

      • RadioFormFieldBuilder

        public RadioFormFieldBuilder​(PdfDocument document,
                                     java.lang.String radioGroupFormFieldName)
        Creates builder for radio form field creation.
        Parameters:
        document - document to be used for form field creation
        radioGroupFormFieldName - name of the form field
    • Method Detail

      • createRadioButton

        public PdfFormAnnotation createRadioButton​(java.lang.String appearanceName,
                                                   Rectangle rectangle)
        Creates radio button form field instance based on provided parameters.
        Parameters:
        appearanceName - name of the "on" appearance state.
        rectangle - the place where the widget should be placed.
        Returns:
        new radio button instance