Uses of Class
com.aowagie.text.pdf.PdfFormField
-
Packages that use PdfFormField Package Description com.aowagie.text.pdf com.aowagie.text.pdf.internal -
-
Uses of PdfFormField in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfFormField Modifier and Type Field Description protected PdfFormFieldPdfFormField. parentHolds value of property parent.Methods in com.aowagie.text.pdf that return PdfFormField Modifier and Type Method Description 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, java.lang.String[][] options, int topIndex)static PdfFormFieldPdfFormField. createCombo(PdfWriter writer, boolean edit, java.lang.String[] options, int topIndex)static PdfFormFieldPdfFormField. createEmpty(PdfWriter writer)static PdfFormFieldPdfFormField. createList(PdfWriter writer, java.lang.String[][] options, int topIndex)static PdfFormFieldPdfFormField. createList(PdfWriter writer, java.lang.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.PdfFormFieldPushbuttonField. getField()Gets the pushbutton field.PdfFormFieldTextField. getListField()Gets a new list field.PdfFormFieldPdfFormField. getParent()Getter for property parent.PdfFormFieldTextField. getTextField()Gets a new text field.Methods in com.aowagie.text.pdf with parameters of type PdfFormField Modifier and Type Method Description voidPdfAcroForm. addCalculationOrder(PdfFormField formField)Adds an object to the calculationOrder.(package private) voidPdfDocument. addCalculationOrder(PdfFormField formField)private voidPdfAcroForm. addFormField(PdfFormField formField)Adds a formfield to the AcroForm.voidPdfFormField. addKid(PdfFormField field)private voidPdfAcroForm. drawButton(PdfFormField button, java.lang.String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)private voidPdfAcroForm. drawCheckBoxAppearences(PdfFormField field, java.lang.String value, float llx, float lly, float urx, float ury)private voidPdfAcroForm. drawMultiLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)private voidPdfAcroForm. drawRadioAppearences(PdfFormField field, java.lang.String value, float llx, float lly, float urx, float ury)private voidPdfAcroForm. drawSingleLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)private voidPdfCopy.PageStamp. expandFields(PdfFormField field, java.util.ArrayList allAnnots)private voidPdfStamperImp. expandFields(PdfFormField field, java.util.ArrayList allAnnots)booleanAcroFields. replacePushbuttonField(java.lang.String field, PdfFormField button)Replaces the first field with a new pushbutton.booleanAcroFields. replacePushbuttonField(java.lang.String field, PdfFormField button, int order)Replaces the designated field with a new pushbutton.private voidPdfAcroForm. setButtonParams(PdfFormField button, int characteristics, java.lang.String name, java.lang.String value)private voidPdfAcroForm. setCheckBoxParams(PdfFormField field, java.lang.String name, java.lang.String value, boolean status, float llx, float lly, float urx, float ury)private voidPdfAcroForm. setChoiceParams(PdfFormField field, java.lang.String name, java.lang.String defaultValue, float llx, float lly, float urx, float ury)private voidPdfAcroForm. setTextFieldParams(PdfFormField field, java.lang.String text, java.lang.String name, float llx, float lly, float urx, float ury) -
Uses of PdfFormField in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal with parameters of type PdfFormField Modifier and Type Method Description voidPdfAnnotationsImp. addCalculationOrder(PdfFormField formField)private voidPdfAnnotationsImp. addFormFieldRaw(PdfFormField field)
-