Uses of Class
com.evopdf.PdfFormRadioButton

  • Uses of PdfFormRadioButton in com.evopdf

    Methods in com.evopdf with parameters of type PdfFormRadioButton
    Modifier and Type
    Method
    Description
    void
    PdfFormRadioButtonsGroup.addRadioButton(PdfFormRadioButton radioButton)
    Adds a radio button field to this document right after the last PDF element added to document or to a page
    void
    PdfFormRadioButtonsGroup.addRadioButton(PdfFormRadioButton radioButton, float offsetY)
    Adds a radio button field to this document at the given Y offset after the last PDF element added to document or to a page
    void
    PdfFormRadioButtonsGroup.addRadioButton(PdfFormRadioButton radioButton, float xLocation, boolean relativeXLocation, boolean offsetXFromStart, float yLocation, boolean relativeYLocation, boolean offsetYFromEnd)
    Adds a radio button field to this document at the given X and Y location in the PDF page where the last element rendering ended.
    void
    PdfFormRadioButtonsGroup.addRadioButton(PdfFormRadioButton radioButton, float xLocation, boolean relativeXLocation, float yLocation, boolean relativeYLocation)
    Adds a radio button field to this document at the given X and Y location in the PDF page where the last element rendering ended.
    void
    PdfFormRadioButtonsGroup.addRadioButton(PdfFormRadioButton radioButton, float offsetX, float offsetY)
    Adds a radio button field to this document at the given X offset and the given Y offset after the last PDF element added to document or to a page
    void
    PdfFormRadioButtonsGroup.addRadioButton(PdfPage pdfPage, PdfFormRadioButton radioButton)
    Creates a radio button with given box and the given name in the given PDF page
    void
    PdfFormRadioButtonsGroup.setCheckedRadioButton(PdfFormRadioButton radioButton)
    Call this method to check on the given radio button