Package com.winnovative_software
Class PdfFormOptions
java.lang.Object
com.winnovative_software.PdfFormOptions
This class contains the properties to control the automatic conversion of a
HTML form into a fillable PDF form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the flag indicating if the HTML form elements like text boxes, checkboxes, radio buttons and submit buttons are automatically converted to PDF form fields in the generated PDF documentGets the checkbox field style object where you can set the style propertiesGets the combo box field style object where you can set the style propertiesGets the list box field style object where you can set the style propertiesGets the multiline text box field style object where you can set the style propertiesGets the password text box field style object where you can set the style propertiesGets the radio buttons group field style object where you can set the style propertiesvoid
setAutoPdfFormEnabled
(boolean autoPdfFormEnabled) Sets the flag indicating if the HTML form elements like text boxes, checkboxes, radio buttons and submit buttons are automatically converted to PDF form fields in the generated PDF document.Gets the submit button style object where you can set the style propertiesGets the text box field style object where you can set the style properties
-
Constructor Details
-
PdfFormOptions
public PdfFormOptions()
-
-
Method Details
-
autoPdfFormEnabled
public boolean autoPdfFormEnabled()Gets the flag indicating if the HTML form elements like text boxes, checkboxes, radio buttons and submit buttons are automatically converted to PDF form fields in the generated PDF document- Returns:
- the field value
-
setAutoPdfFormEnabled
public void setAutoPdfFormEnabled(boolean autoPdfFormEnabled) Sets the flag indicating if the HTML form elements like text boxes, checkboxes, radio buttons and submit buttons are automatically converted to PDF form fields in the generated PDF document. The default value is false- Parameters:
autoPdfFormEnabled
- the flag value to set
-
submitButtonStyle
Gets the submit button style object where you can set the style properties- Returns:
- the submit button style
-
textBoxStyle
Gets the text box field style object where you can set the style properties- Returns:
- the text box field style
-
multilineTextBoxStyle
Gets the multiline text box field style object where you can set the style properties- Returns:
- the multiline text box field style
-
passwordTextBoxStyle
Gets the password text box field style object where you can set the style properties- Returns:
- the password text box field style
-
comboBoxStyle
Gets the combo box field style object where you can set the style properties- Returns:
- the combo box field style
-
listBoxStyle
Gets the list box field style object where you can set the style properties- Returns:
- the list box field style
-
checkBoxStyle
Gets the checkbox field style object where you can set the style properties- Returns:
- the checkbox field style
-
radioButtonsGroupStyle
Gets the radio buttons group field style object where you can set the style properties- Returns:
- the radio buttons group field style
-