Uses of Interface
net.sf.jasperreports.export.pdf.PdfTextField
-
Packages that use PdfTextField Package Description net.sf.jasperreports.export.pdf net.sf.jasperreports.export.pdf.classic -
-
Uses of PdfTextField in net.sf.jasperreports.export.pdf
Methods in net.sf.jasperreports.export.pdf that return PdfTextField Modifier and Type Method Description PdfTextFieldPdfProducer. createComboField(float llx, float lly, float urx, float ury, String fieldName, String value, String[] choices)PdfTextFieldPdfProducer. createListField(float llx, float lly, float urx, float ury, String fieldName, String value, String[] choices)PdfTextFieldPdfProducer. createTextField(float llx, float lly, float urx, float ury, String fieldName) -
Uses of PdfTextField in net.sf.jasperreports.export.pdf.classic
Classes in net.sf.jasperreports.export.pdf.classic that implement PdfTextField Modifier and Type Class Description classClassicPdfTextFieldMethods in net.sf.jasperreports.export.pdf.classic that return PdfTextField Modifier and Type Method Description PdfTextFieldClassicPdfProducer. createComboField(float llx, float lly, float urx, float ury, String fieldName, String value, String[] choices)PdfTextFieldClassicPdfProducer. createListField(float llx, float lly, float urx, float ury, String fieldName, String value, String[] choices)PdfTextFieldClassicPdfProducer. createTextField(float llx, float lly, float urx, float ury, String fieldName)
-