Uses of Interface
net.sf.jasperreports.export.pdf.PdfPhrase
-
Packages that use PdfPhrase Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.export.pdf net.sf.jasperreports.export.pdf.classic -
-
Uses of PdfPhrase in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type PdfPhrase Modifier and Type Method Description protected voidJRPdfExporter. getPhrase(java.text.AttributedString as, java.lang.String text, JRPrintText textElement, PdfPhrase phrase) -
Uses of PdfPhrase in net.sf.jasperreports.export.pdf
Methods in net.sf.jasperreports.export.pdf that return PdfPhrase Modifier and Type Method Description PdfPhrasePdfProducer. createPhrase()PdfPhrasePdfProducer. createPhrase(PdfChunk chunk) -
Uses of PdfPhrase in net.sf.jasperreports.export.pdf.classic
Classes in net.sf.jasperreports.export.pdf.classic that implement PdfPhrase Modifier and Type Class Description classClassicPhraseMethods in net.sf.jasperreports.export.pdf.classic that return PdfPhrase Modifier and Type Method Description PdfPhraseClassicPdfProducer. createPhrase()PdfPhraseClassicPdfProducer. createPhrase(PdfChunk chunk)
-