com.canoo.webtest.plugins.pdftest.htmlunit.pdfbox
Class PdfBoxPDFField
java.lang.Object
com.canoo.webtest.plugins.pdftest.htmlunit.pdfbox.PdfBoxPDFField
- All Implemented Interfaces:
- PDFField
public class PdfBoxPDFField
- extends Object
- implements PDFField
Implementation of PDFField based on
PDFBox.
- Author:
- Etienne Studer, Marc Guillemot
| Nested classes/interfaces inherited from interface com.canoo.webtest.plugins.pdftest.htmlunit.PDFField |
PDFField.Type |
toString
public String toString()
- Overrides:
toString in class Object
getValue
public String getValue()
- Specified by:
getValue in interface PDFField
getPageNumber
protected static int getPageNumber(org.apache.pdfbox.pdmodel.interactive.form.PDField nativeField)
getNativeField
public org.apache.pdfbox.pdmodel.interactive.form.PDField getNativeField()
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly in interface PDFField
getName
public String getName()
- Gets the field name
- Specified by:
getName in interface PDFField
wrap
public static PDFField wrap(org.apache.pdfbox.pdmodel.interactive.form.PDField nativeField)