Uses of Class
com.aowagie.text.pdf.PdfFormField
Packages that use PdfFormField
-
Uses of PdfFormField in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfFormFieldModifier and TypeFieldDescriptionprotected PdfFormFieldPdfFormField.parentHolds value of property parent.Methods in com.aowagie.text.pdf that return PdfFormFieldModifier and TypeMethodDescriptionprotected 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) TextField.getComboField()Gets a new combo field.PushbuttonField.getField()Gets the pushbutton field.TextField.getListField()Gets a new list field.PdfFormField.getParent()Getter for property parent.TextField.getTextField()Gets a new text field.Methods in com.aowagie.text.pdf with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoidPdfAcroForm.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, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) private voidPdfAcroForm.drawCheckBoxAppearences(PdfFormField field, String value, float llx, float lly, float urx, float ury) private voidPdfAcroForm.drawMultiLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) private voidPdfAcroForm.drawRadioAppearences(PdfFormField field, String value, float llx, float lly, float urx, float ury) private voidPdfAcroForm.drawSingleLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) private voidPdfCopy.PageStamp.expandFields(PdfFormField field, ArrayList allAnnots) private voidPdfStamperImp.expandFields(PdfFormField field, ArrayList allAnnots) booleanAcroFields.replacePushbuttonField(String field, PdfFormField button) Replaces the first field with a new pushbutton.booleanAcroFields.replacePushbuttonField(String field, PdfFormField button, int order) Replaces the designated field with a new pushbutton.private voidPdfAcroForm.setButtonParams(PdfFormField button, int characteristics, String name, String value) private voidPdfAcroForm.setCheckBoxParams(PdfFormField field, String name, String value, boolean status, float llx, float lly, float urx, float ury) private voidPdfAcroForm.setChoiceParams(PdfFormField field, String name, String defaultValue, float llx, float lly, float urx, float ury) private voidPdfAcroForm.setTextFieldParams(PdfFormField field, String text, 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 PdfFormFieldModifier and TypeMethodDescriptionvoidPdfAnnotationsImp.addCalculationOrder(PdfFormField formField) private voidPdfAnnotationsImp.addFormFieldRaw(PdfFormField field)