Interface IFormField

    • Method Detail

      • setInteractive

        IFormField setInteractive​(boolean interactive)
        Set the form field to be interactive and added into Acroform instead of drawing it on a page.
        Parameters:
        interactive - true if the form field element shall be added into Acroform, false otherwise. By default, the form field element is not interactive and drawn on a page.
        Returns:
        this same IFormField instance.
      • getId

        java.lang.String getId()
        Gets the id.
        Returns:
        the id.
      • setWidth

        IFormField setWidth​(float width)
        Set the form field's width.
        Parameters:
        width - form field's width.
        Returns:
        this FormField element.
      • setHeight

        IFormField setHeight​(float height)
        Set the form field's height.
        Parameters:
        height - form field's height.
        Returns:
        this FormField element.