- 
class 
Represents a button in a PDF form
 
class 
Represents a check box in a PDF form
 
class 
Represents a combo box in a PDF form
 
class 
Represents a list box in a PDF form
 
class 
Represents a group of radio buttons in a PDF form
 
class 
Represents a text box in a PDF form
 
 
void
Adds a form field to this document right after the last PDF element added
 to document or to a page
 
void
Adds a form field to this document at the given Y offset after the last
 PDF element added to document or to a page
 
void
Document.addFormField(PdfFormField formField,
 float xLocation,
 boolean relativeXLocation,
 boolean offsetXFromStart,
 float yLocation,
 boolean relativeYLocation,
 boolean offsetYFromEnd) 
Adds a form field to this document at the given X and Y location in the
 PDF page where the last element rendering ended.
 
void
Document.addFormField(PdfFormField formField,
 float xLocation,
 boolean relativeXLocation,
 float yLocation,
 boolean relativeYLocation) 
Adds a form field to this document at the given X and Y location in the
 PDF page where the last element rendering ended.
 
void
Adds a form field to this document at the given X offset and the given Y
 offset after the last PDF element added to document or to a page
 
void
void