Uses of Class
com.winnovative_software.PdfFormField
-
Uses of PdfFormField in com.winnovative_software
Subclasses of PdfFormField in com.winnovative_softwareModifier and TypeClassDescriptionclassRepresents a button in a PDF formclassRepresents a check box in a PDF formclassRepresents a combo box in a PDF formclassRepresents a list box in a PDF formclassRepresents a group of radio buttons in a PDF formclassRepresents 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 TypeMethodDescriptionvoidDocument.addFormField(PdfFormField formField) Adds a form field to this document right after the last PDF element added to document or to a pagevoidDocument.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 pagevoidDocument.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.voidDocument.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.voidDocument.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 pagevoidPdfResetFormAction.setFields(PdfFormField[] fields) Sets the list of fields to be included or excluded from reset based onPdfResetFormAction.includeFields()property value.voidPdfSubmitFormAction.setFields(PdfFormField[] fields) Sets the list of fields to be included or excluded from submit based onPdfSubmitFormAction.includeFields()property value.