Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfFormField
Packages that use PdfFormField
Package
Description
-
Uses of PdfFormField in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfFormFieldModifier and TypeFieldDescriptionprotected PdfFormField
PdfFormField.parent
Holds value of property parent.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfFormFieldModifier and TypeMethodDescriptionPdfAcroForm.addCheckBox
(String name, String value, boolean status, float llx, float lly, float urx, float ury) PdfAcroForm.addComboBox
(String name, String[][] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addComboBox
(String name, String[] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addHiddenField
(String name, String value) PdfAcroForm.addHtmlPostButton
(String name, String caption, String value, String url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addMap
(String name, String value, String url, PdfContentByte appearance, float llx, float lly, float urx, float ury) PdfAcroForm.addMultiLineTextField
(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addRadioButton
(PdfFormField radiogroup, String value, float llx, float lly, float urx, float ury) PdfAcroForm.addResetButton
(String name, String caption, String value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSelectList
(String name, String[][] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSelectList
(String name, String[] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSignature
(String name, float llx, float lly, float urx, float ury) PdfAcroForm.addSingleLinePasswordField
(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) PdfAcroForm.addSingleLineTextField
(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) protected static PdfFormField
PdfFormField.createButton
(PdfWriter writer, int flags) static PdfFormField
PdfFormField.createCheckBox
(PdfWriter writer) protected static PdfFormField
PdfFormField.createChoice
(PdfWriter writer, int flags, PdfArray options, int topIndex) static PdfFormField
PdfFormField.createCombo
(PdfWriter writer, boolean edit, String[][] options, int topIndex) static PdfFormField
PdfFormField.createCombo
(PdfWriter writer, boolean edit, String[] options, int topIndex) static PdfFormField
PdfFormField.createEmpty
(PdfWriter writer) static PdfFormField
PdfFormField.createList
(PdfWriter writer, String[][] options, int topIndex) static PdfFormField
PdfFormField.createList
(PdfWriter writer, String[] options, int topIndex) static PdfFormField
PdfFormField.createPushButton
(PdfWriter writer) static PdfFormField
PdfFormField.createRadioButton
(PdfWriter writer, boolean noToggleToOff) static PdfFormField
PdfFormField.createSignature
(PdfWriter writer) static PdfFormField
PdfFormField.createTextField
(PdfWriter writer, boolean multiline, boolean password, int maxLen) protected PdfFormField
TextField.getChoiceField
(boolean isList) TextField.getComboField()
Gets a new combo field.TextField.getListField()
Gets a new list field.PdfFormField.getParent()
Getter for property parent.PdfAcroForm.getRadioGroup
(String name, String defaultValue, boolean noToggleToOff) TextField.getTextField()
Gets a new text field.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoid
PdfAcroForm.addCalculationOrder
(PdfFormField formField) Adds an object to the calculationOrder.(package private) void
PdfDocument.addCalculationOrder
(PdfFormField formField) void
PdfWriter.addCalculationOrder
(PdfFormField annot) Adds thePdfAnnotation
to the calculation order array.void
PdfAcroForm.addFormField
(PdfFormField formField) Adds a formfield to the AcroForm.(package private) void
PdfDocument.addFormFieldRaw
(PdfFormField field) void
PdfFormField.addKid
(PdfFormField field) PdfAcroForm.addRadioButton
(PdfFormField radiogroup, String value, float llx, float lly, float urx, float ury) void
PdfAcroForm.addRadioGroup
(PdfFormField radiogroup) void
PdfAcroForm.drawButton
(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) void
PdfAcroForm.drawCheckBoxAppearences
(PdfFormField field, String value, float llx, float lly, float urx, float ury) void
PdfAcroForm.drawMultiLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) void
PdfAcroForm.drawRadioAppearences
(PdfFormField field, String value, float llx, float lly, float urx, float ury) void
PdfAcroForm.drawSignatureAppearences
(PdfFormField field, float llx, float lly, float urx, float ury) void
PdfAcroForm.drawSingleLineOfText
(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) (package private) void
PdfStamperImp.expandFields
(PdfFormField field, ArrayList allAnnots) void
PdfAcroForm.setButtonParams
(PdfFormField button, int characteristics, String name, String value) void
PdfAcroForm.setCheckBoxParams
(PdfFormField field, String name, String value, boolean status, float llx, float lly, float urx, float ury) void
PdfAcroForm.setChoiceParams
(PdfFormField field, String name, String defaultValue, float llx, float lly, float urx, float ury) void
PdfAcroForm.setSignatureParams
(PdfFormField field, String name, float llx, float lly, float urx, float ury) void
PdfAcroForm.setTextFieldParams
(PdfFormField field, String text, String name, float llx, float lly, float urx, float ury) private void
TextField.writeMultipleValues
(PdfFormField field, String[][] mix) -
Uses of PdfFormField in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoid
PdfAnnotations.addCalculationOrder
(PdfFormField annot) Use this method to adds thePdfAnnotation
to the calculation order array.