Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfFormField
-
Packages that use PdfFormField Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces -
-
Uses of PdfFormField in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfFormField Modifier and Type Field Description protected PdfFormFieldPdfFormField. parentHolds value of property parent.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfFormField Modifier and Type Method Description PdfFormFieldPdfAcroForm. addCheckBox(String name, String value, boolean status, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addComboBox(String name, String[][] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addComboBox(String name, String[] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addHiddenField(String name, String value)PdfFormFieldPdfAcroForm. addHtmlPostButton(String name, String caption, String value, String url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addMap(String name, String value, String url, PdfContentByte appearance, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addMultiLineTextField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addRadioButton(PdfFormField radiogroup, String value, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addResetButton(String name, String caption, String value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSelectList(String name, String[][] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSelectList(String name, String[] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSignature(String name, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSingleLinePasswordField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)PdfFormFieldPdfAcroForm. addSingleLineTextField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)protected static PdfFormFieldPdfFormField. createButton(PdfWriter writer, int flags)static PdfFormFieldPdfFormField. createCheckBox(PdfWriter writer)protected static PdfFormFieldPdfFormField. createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex)static PdfFormFieldPdfFormField. createCombo(PdfWriter writer, boolean edit, String[][] options, int topIndex)static PdfFormFieldPdfFormField. createCombo(PdfWriter writer, boolean edit, String[] options, int topIndex)static PdfFormFieldPdfFormField. createEmpty(PdfWriter writer)static PdfFormFieldPdfFormField. createList(PdfWriter writer, String[][] options, int topIndex)static PdfFormFieldPdfFormField. createList(PdfWriter writer, String[] options, int topIndex)static PdfFormFieldPdfFormField. createPushButton(PdfWriter writer)static PdfFormFieldPdfFormField. createRadioButton(PdfWriter writer, boolean noToggleToOff)static PdfFormFieldPdfFormField. createSignature(PdfWriter writer)static PdfFormFieldPdfFormField. createTextField(PdfWriter writer, boolean multiline, boolean password, int maxLen)protected PdfFormFieldTextField. getChoiceField(boolean isList)PdfFormFieldTextField. getComboField()Gets a new combo field.PdfFormFieldTextField. getListField()Gets a new list field.PdfFormFieldPdfFormField. getParent()Getter for property parent.PdfFormFieldPdfAcroForm. getRadioGroup(String name, String defaultValue, boolean noToggleToOff)PdfFormFieldTextField. getTextField()Gets a new text field.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfFormField Modifier and Type Method Description voidPdfAcroForm. addCalculationOrder(PdfFormField formField)Adds an object to the calculationOrder.voidPdfWriter. addCalculationOrder(PdfFormField annot)Adds thePdfAnnotationto the calculation order array.voidPdfAcroForm. addFormField(PdfFormField formField)Adds a formfield to the AcroForm.voidPdfFormField. addKid(PdfFormField field)PdfFormFieldPdfAcroForm. addRadioButton(PdfFormField radiogroup, String value, float llx, float lly, float urx, float ury)voidPdfAcroForm. addRadioGroup(PdfFormField radiogroup)voidPdfAcroForm. drawButton(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)voidPdfAcroForm. drawCheckBoxAppearences(PdfFormField field, String value, float llx, float lly, float urx, float ury)voidPdfAcroForm. drawMultiLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)voidPdfAcroForm. drawRadioAppearences(PdfFormField field, String value, float llx, float lly, float urx, float ury)voidPdfAcroForm. drawSignatureAppearences(PdfFormField field, float llx, float lly, float urx, float ury)voidPdfAcroForm. drawSingleLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)voidPdfAcroForm. setButtonParams(PdfFormField button, int characteristics, String name, String value)voidPdfAcroForm. setCheckBoxParams(PdfFormField field, String name, String value, boolean status, float llx, float lly, float urx, float ury)voidPdfAcroForm. setChoiceParams(PdfFormField field, String name, String defaultValue, float llx, float lly, float urx, float ury)voidPdfAcroForm. setSignatureParams(PdfFormField field, String name, float llx, float lly, float urx, float ury)voidPdfAcroForm. setTextFieldParams(PdfFormField field, String text, String name, float llx, float lly, float urx, float ury) -
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 PdfFormField Modifier and Type Method Description voidPdfAnnotations. addCalculationOrder(PdfFormField annot)Use this method to adds thePdfAnnotationto the calculation order array.
-