Uses of Interface
net.sf.jasperreports.pdf.common.PdfPhrase
-
Packages that use PdfPhrase Package Description net.sf.jasperreports.pdf net.sf.jasperreports.pdf.classic net.sf.jasperreports.pdf.common -
-
Uses of PdfPhrase in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type PdfPhrase Modifier and Type Method Description protected void
JRPdfExporter. getPhrase(AttributedString as, String text, JRPrintText textElement, PdfPhrase phrase)
-
Uses of PdfPhrase in net.sf.jasperreports.pdf.classic
Classes in net.sf.jasperreports.pdf.classic that implement PdfPhrase Modifier and Type Class Description class
ClassicPhrase
Methods in net.sf.jasperreports.pdf.classic that return PdfPhrase Modifier and Type Method Description PdfPhrase
ClassicPdfProducer. createPhrase()
PdfPhrase
ClassicPdfProducer. createPhrase(PdfChunk chunk)
-
Uses of PdfPhrase in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common that return PdfPhrase Modifier and Type Method Description PdfPhrase
PdfProducer. createPhrase()
PdfPhrase
PdfProducer. createPhrase(PdfChunk chunk)
-