com.canoo.webtest.plugins.pdftest.htmlunit
Interface PDFField
- All Known Implementing Classes:
- PdfBoxPDFField
public interface PDFField
Represents a form field in a PDF document
- Author:
- Etienne Studer, Marc Guillemot
TEXTBOX
static final PDFField.Type TEXTBOX
CHECKBOX
static final PDFField.Type CHECKBOX
CHOICE_FIELD
static final PDFField.Type CHOICE_FIELD
PUSH_BUTTON
static final PDFField.Type PUSH_BUTTON
RADIO_COLLECTION
static final PDFField.Type RADIO_COLLECTION
SIGNATURE
static final PDFField.Type SIGNATURE
OTHER
static final PDFField.Type OTHER
getValue
String getValue()
getName
String getName()
isReadOnly
boolean isReadOnly()