Class PDChoiceButton

java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.PDField
org.apache.pdfbox.pdmodel.interactive.form.PDChoiceButton
All Implemented Interfaces:
COSObjectable
Direct Known Subclasses:
PDCheckbox, PDRadioCollection

public abstract class PDChoiceButton extends PDField
This holds common functionality for check boxes and radio buttons.
Version:
$Revision: 1.4 $
Author:
sug
  • Constructor Details

  • Method Details

    • getOptions

      public List getOptions()
      This will get the option values "Opt" entry of the pdf button.
      Returns:
      A list of java.lang.String values.
    • setOptions

      public void setOptions(List options)
      This will will set the list of options for this button.
      Parameters:
      options - The list of options for the button.