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

Nested Class Summary
static class PDFField.Type
           
 
Field Summary
static PDFField.Type CHECKBOX
           
static PDFField.Type CHOICE_FIELD
           
static PDFField.Type OTHER
           
static PDFField.Type PUSH_BUTTON
           
static PDFField.Type RADIO_COLLECTION
           
static PDFField.Type SIGNATURE
           
static PDFField.Type TEXTBOX
           
 
Method Summary
 String getName()
           
 String getValue()
           
 boolean isReadOnly()
           
 

Field Detail

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
Method Detail

getValue

String getValue()

getName

String getName()

isReadOnly

boolean isReadOnly()

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.