Uses of Class
com.itextpdf.text.pdf.PdfFormField
-
Packages that use PdfFormField Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.events com.itextpdf.text.pdf.interfaces com.itextpdf.text.pdf.internal -
-
Uses of PdfFormField in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfFormField Modifier and Type Field Description protected PdfFormField
PdfFormField. parent
Holds value of property parent.Fields in com.itextpdf.text.pdf with type parameters of type PdfFormField Modifier and Type Field Description protected java.util.ArrayList<PdfFormField>
PdfFormField. kids
Methods in com.itextpdf.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
PdfStamper. addSignature(java.lang.String name, int page, float llx, float lly, float urx, float ury)
Adds an empty signature.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)
PdfFormField
RadioCheckField. getCheckField()
Gets the check field.protected PdfFormField
TextField. getChoiceField(boolean isList)
PdfFormField
TextField. getComboField()
Gets a new combo field.protected PdfFormField
PdfARadioCheckField. getField(boolean isRadio)
PdfFormField
PushbuttonField. getField()
Gets the pushbutton field.protected PdfFormField
RadioCheckField. getField(boolean isRadio)
Gets a radio or check field.PdfFormField
TextField. getListField()
Gets a new list field.PdfFormField
PdfFormField. getParent()
Getter for property parent.PdfFormField
RadioCheckField. getRadioField()
Gets the radio field.PdfFormField
PdfAcroForm. getRadioGroup(java.lang.String name, java.lang.String defaultValue, boolean noToggleToOff)
PdfFormField
RadioCheckField. getRadioGroup(boolean noToggleToOff, boolean radiosInUnison)
Gets a radio group.PdfFormField
TextField. getTextField()
Gets a new text field.Methods in com.itextpdf.text.pdf that return types with arguments of type PdfFormField Modifier and Type Method Description java.util.ArrayList<PdfFormField>
PdfFormField. getKids()
Methods in com.itextpdf.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)
void
PdfAcroForm. addFormField(PdfFormField formField)
Adds a formfield to the AcroForm.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)
private void
PdfCopy.PageStamp. expandFields(PdfFormField field, java.util.ArrayList<PdfAnnotation> allAnnots)
(package private) void
PdfStamperImp. expandFields(PdfFormField field, java.util.ArrayList<PdfAnnotation> 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.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.itextpdf.text.pdf.events
Fields in com.itextpdf.text.pdf.events declared as PdfFormField Modifier and Type Field Description protected PdfFormField
FieldPositioningEvents. cellField
Keeps the form field that is to be positioned in a cellLayout event.protected PdfFormField
FieldPositioningEvents. parent
The PdfFormField that is the parent of the field added in a cell event.Fields in com.itextpdf.text.pdf.events with type parameters of type PdfFormField Modifier and Type Field Description protected java.util.HashMap<java.lang.String,PdfFormField>
FieldPositioningEvents. genericChunkFields
Keeps a map with fields that are to be positioned in inGenericTag.Methods in com.itextpdf.text.pdf.events with parameters of type PdfFormField Modifier and Type Method Description void
FieldPositioningEvents. addField(java.lang.String text, PdfFormField field)
Add a PdfFormField that has to be tied to a generic Chunk.void
FieldPositioningEvents. setParent(PdfFormField parent)
Constructors in com.itextpdf.text.pdf.events with parameters of type PdfFormField Constructor Description FieldPositioningEvents(PdfFormField parent, PdfFormField field)
Creates a new event.FieldPositioningEvents(PdfWriter writer, PdfFormField field)
Creates a new event.FieldPositioningEvents(PdfWriter writer, PdfFormField parent, java.lang.String text)
Creates a new event. -
Uses of PdfFormField in com.itextpdf.text.pdf.interfaces
Methods in com.itextpdf.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. -
Uses of PdfFormField in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal with parameters of type PdfFormField Modifier and Type Method Description void
PdfAnnotationsImp. addCalculationOrder(PdfFormField formField)
(package private) void
PdfAnnotationsImp. addFormFieldRaw(PdfFormField field)
-