Uses of Class
com.winnovative_software.PdfFormField
-
Uses of PdfFormField in com.winnovative_software
Subclasses of PdfFormField in com.winnovative_softwareModifier and TypeClassDescriptionclass
Represents a button in a PDF formclass
Represents a check box in a PDF formclass
Represents a combo box in a PDF formclass
Represents a list box in a PDF formclass
Represents a group of radio buttons in a PDF formclass
Represents a text box in a PDF formMethods in com.winnovative_software that return PdfFormFieldModifier and TypeMethodDescriptionPdfResetFormAction.fields()
Gets the list of fields to be included or excluded from reset based onPdfResetFormAction.includeFields()
property value.PdfSubmitFormAction.fields()
Gets the list of fields to be included or excluded from submit based onPdfSubmitFormAction.includeFields()
property value.Methods in com.winnovative_software with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoid
Document.addFormField
(PdfFormField formField) Adds a form field to this document right after the last PDF element added to document or to a pagevoid
Document.addFormField
(PdfFormField formField, float offsetY) Adds a form field to this document at the given Y offset after the last PDF element added to document or to a pagevoid
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
Document.addFormField
(PdfFormField formField, float offsetX, float offsetY) 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 pagevoid
PdfResetFormAction.setFields
(PdfFormField[] fields) Sets the list of fields to be included or excluded from reset based onPdfResetFormAction.includeFields()
property value.void
PdfSubmitFormAction.setFields
(PdfFormField[] fields) Sets the list of fields to be included or excluded from submit based onPdfSubmitFormAction.includeFields()
property value.