Package com.pspdfkit.forms
Class FormOption
-
- All Implemented Interfaces:
public class FormOption
Represents one entry in form options array.
-
-
Constructor Summary
Constructors Constructor Description FormOption(String label, String value)
Constructs one entry in form options array.
-