Uses of Class
com.lowagie.text.pdf.PdfFormField
Packages that use PdfFormField
Package
Description
-
Uses of PdfFormField in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfFormFieldModifier and TypeFieldDescriptionprotected PdfFormFieldPdfFormField.parentHolds value of property parent.Methods in 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) PdfStamper.addSignature(String name, int page, float llx, float lly, float urx, float ury) Adds an empty signature.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 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) RadioCheckField.getCheckField()Gets the check field.protected PdfFormFieldTextField.getChoiceField(boolean isList) TextField.getComboField()Gets a new combo field.PushbuttonField.getField()Gets the pushbutton field.protected PdfFormFieldRadioCheckField.getField(boolean isRadio) Gets a radio or check field.TextField.getListField()Gets a new list field.PdfFormField.getParent()Getter for property parent.RadioCheckField.getRadioField()Gets the radio field.PdfAcroForm.getRadioGroup(String name, String defaultValue, boolean noToggleToOff) RadioCheckField.getRadioGroup(boolean noToggleToOff, boolean radiosInUnison) Gets a radio group.TextField.getTextField()Gets a new text field.Methods in com.lowagie.text.pdf with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoidPdfAcroForm.addCalculationOrder(PdfFormField formField) Adds an object to the calculationOrder.voidPdfWriter.addCalculationOrder(PdfFormField annot) voidPdfAcroForm.addFormField(PdfFormField formField) Adds a formfield to the AcroForm.voidPdfFormField.addKid(PdfFormField field) PdfAcroForm.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) 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.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.lowagie.text.pdf.events
Fields in com.lowagie.text.pdf.events declared as PdfFormFieldModifier and TypeFieldDescriptionprotected PdfFormFieldFieldPositioningEvents.cellFieldKeeps the form field that is to be positioned in a cellLayout event.protected PdfFormFieldFieldPositioningEvents.parentThe PdfFormField that is the parent of the field added in a cell event.Methods in com.lowagie.text.pdf.events with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoidFieldPositioningEvents.addField(String text, PdfFormField field) Add a PdfFormField that has to be tied to a generic Chunk.voidFieldPositioningEvents.setParent(PdfFormField parent) Constructors in com.lowagie.text.pdf.events with parameters of type PdfFormFieldModifierConstructorDescriptionFieldPositioningEvents(PdfFormField parent, PdfFormField field) Creates a new event.FieldPositioningEvents(PdfWriter writer, PdfFormField field) Creates a new event.FieldPositioningEvents(PdfWriter writer, PdfFormField parent, String text) Creates a new event. -
Uses of PdfFormField in com.lowagie.text.pdf.interfaces
Methods in com.lowagie.text.pdf.interfaces with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoidPdfAnnotations.addCalculationOrder(PdfFormField annot) Use this method to adds thePdfAnnotationto the calculation order array. -
Uses of PdfFormField in com.lowagie.text.pdf.internal
Methods in com.lowagie.text.pdf.internal with parameters of type PdfFormFieldModifier and TypeMethodDescriptionvoidPdfAnnotationsImp.addCalculationOrder(PdfFormField formField)