Uses of Interface
net.sf.jasperreports.pdf.common.PdfTextChunk
-
Packages that use PdfTextChunk Package Description net.sf.jasperreports.pdf net.sf.jasperreports.pdf.classic net.sf.jasperreports.pdf.common -
-
Uses of PdfTextChunk in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf that return PdfTextChunk Modifier and Type Method Description protected PdfTextChunk
JRPdfExporter. getChunk(Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale)
-
Uses of PdfTextChunk in net.sf.jasperreports.pdf.classic
Classes in net.sf.jasperreports.pdf.classic that implement PdfTextChunk Modifier and Type Class Description class
ClassicTextChunk
Methods in net.sf.jasperreports.pdf.classic that return PdfTextChunk Modifier and Type Method Description PdfTextChunk
ClassicPdfProducer. createChunk(String text, Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale)
-
Uses of PdfTextChunk in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common that return PdfTextChunk Modifier and Type Method Description PdfTextChunk
PdfProducer. createChunk(String text, Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale)
-