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 PdfFormField
PdfFormField. parent
Holds value of property parent.Methods in com.aowagie.text.pdf that return PdfFormField Modifier and Type Method Description 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
PushbuttonField. getField()
Gets the pushbutton field.PdfFormField
TextField. getListField()
Gets a new list field.PdfFormField
PdfFormField. getParent()
Getter for property parent.PdfFormField
TextField. getTextField()
Gets a new text field.Methods in com.aowagie.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)
private void
PdfAcroForm. addFormField(PdfFormField formField)
Adds a formfield to the AcroForm.void
PdfFormField. addKid(PdfFormField field)
private void
PdfAcroForm. drawButton(PdfFormField button, java.lang.String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
private void
PdfAcroForm. drawCheckBoxAppearences(PdfFormField field, java.lang.String value, float llx, float lly, float urx, float ury)
private void
PdfAcroForm. drawMultiLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
private void
PdfAcroForm. drawRadioAppearences(PdfFormField field, java.lang.String value, float llx, float lly, float urx, float ury)
private void
PdfAcroForm. drawSingleLineOfText(PdfFormField field, java.lang.String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
private void
PdfCopy.PageStamp. expandFields(PdfFormField field, java.util.ArrayList allAnnots)
private void
PdfStamperImp. expandFields(PdfFormField field, java.util.ArrayList allAnnots)
boolean
AcroFields. replacePushbuttonField(java.lang.String field, PdfFormField button)
Replaces the first field with a new pushbutton.boolean
AcroFields. replacePushbuttonField(java.lang.String field, PdfFormField button, int order)
Replaces the designated field with a new pushbutton.private void
PdfAcroForm. setButtonParams(PdfFormField button, int characteristics, java.lang.String name, java.lang.String value)
private void
PdfAcroForm. setCheckBoxParams(PdfFormField field, java.lang.String name, java.lang.String value, boolean status, float llx, float lly, float urx, float ury)
private void
PdfAcroForm. setChoiceParams(PdfFormField field, java.lang.String name, java.lang.String defaultValue, float llx, float lly, float urx, float ury)
private void
PdfAcroForm. 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 void
PdfAnnotationsImp. addCalculationOrder(PdfFormField formField)
private void
PdfAnnotationsImp. addFormFieldRaw(PdfFormField field)
-