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 PdfTextChunkJRPdfExporter. 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 classClassicTextChunkMethods in net.sf.jasperreports.pdf.classic that return PdfTextChunk Modifier and Type Method Description PdfTextChunkClassicPdfProducer. 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 PdfTextChunkPdfProducer. createChunk(String text, Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale)
-