Class CPDFWidgetItem

java.lang.Object
com.compdfkit.core.annotation.form.CPDFWidgetItem

public class CPDFWidgetItem extends Object
Content of items in listbox and combobox form
  • Field Details

    • value

      public String value
      Not in use
    • text

      public String text
      Text content of items
  • Constructor Details

    • CPDFWidgetItem

      public CPDFWidgetItem(String value, String text)
      Parameters:
      value - Not in use
      text - Text content of items
  • Method Details