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 PdfFormField
PdfFormField. parent
Holds value of property parent.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfFormField Modifier and Type Method Description PdfFormField
PdfAcroForm. addCheckBox(java.lang.String name, java.lang.String value, boolean status, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addComboBox(java.lang.String name, java.lang.String[][] options, java.lang.String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addComboBox(java.lang.String name, java.lang.String[] options, java.lang.String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addHiddenField(java.lang.String name, java.lang.String value)
PdfFormField
PdfAcroForm. addHtmlPostButton(java.lang.String name, java.lang.String caption, java.lang.String value, java.lang.String url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addMap(java.lang.String name, java.lang.String value, java.lang.String url, PdfContentByte appearance, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addMultiLineTextField(java.lang.String name, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addRadioButton(PdfFormField radiogroup, java.lang.String value, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addResetButton(java.lang.String name, java.lang.String caption, java.lang.String value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addSelectList(java.lang.String name, java.lang.String[][] options, java.lang.String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addSelectList(java.lang.String name, java.lang.String[] options, java.lang.String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addSignature(java.lang.String name, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addSingleLinePasswordField(java.lang.String name, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
PdfFormField
PdfAcroForm. addSingleLineTextField(java.lang.String name, java.lang.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, java.lang.String[][] options, int topIndex)
static PdfFormField
PdfFormField. createCombo(PdfWriter writer, boolean edit, java.lang.String[] options, int topIndex)
static PdfFormField
PdfFormField. createEmpty(PdfWriter writer)
static PdfFormField
PdfFormField. createList(PdfWriter writer, java.lang.String[][] options, int topIndex)
static PdfFormField
PdfFormField. createList(PdfWriter writer, java.lang.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)
PdfFormField
TextField. getComboField()
Gets a new combo field.PdfFormField
TextField. getListField()
Gets a new list field.PdfFormField
PdfFormField. getParent()
Getter for property parent.PdfFormField
PdfAcroForm. getRadioGroup(java.lang.String name, java.lang.String defaultValue, boolean noToggleToOff)
PdfFormField
TextField. 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 void
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)
PdfFormField
PdfAcroForm. addRadioButton(PdfFormField radiogroup, java.lang.String value, float llx, float lly, float urx, float ury)
void
PdfAcroForm. addRadioGroup(PdfFormField radiogroup)
void
PdfAcroForm. drawButton(PdfFormField button, java.lang.String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
void
PdfAcroForm. drawCheckBoxAppearences(PdfFormField field, java.lang.String value, float llx, float lly, float urx, float ury)
void
PdfAcroForm. drawMultiLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
void
PdfAcroForm. drawRadioAppearences(PdfFormField field, java.lang.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, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
(package private) void
PdfStamperImp. expandFields(PdfFormField field, java.util.ArrayList allAnnots)
void
PdfAcroForm. setButtonParams(PdfFormField button, int characteristics, java.lang.String name, java.lang.String value)
void
PdfAcroForm. setCheckBoxParams(PdfFormField field, java.lang.String name, java.lang.String value, boolean status, float llx, float lly, float urx, float ury)
void
PdfAcroForm. setChoiceParams(PdfFormField field, java.lang.String name, java.lang.String defaultValue, float llx, float lly, float urx, float ury)
void
PdfAcroForm. setSignatureParams(PdfFormField field, java.lang.String name, float llx, float lly, float urx, float ury)
void
PdfAcroForm. setTextFieldParams(PdfFormField field, java.lang.String text, java.lang.String name, float llx, float lly, float urx, float ury)
private void
TextField. writeMultipleValues(PdfFormField field, java.lang.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 PdfFormField Modifier and Type Method Description void
PdfAnnotations. addCalculationOrder(PdfFormField annot)
Use this method to adds thePdfAnnotation
to the calculation order array.
-