Package net.sf.jasperreports.pdf.common
Interface PdfProducerContext
-
public interface PdfProducerContext
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorSpace
getCMYKColorSpace()
JasperPrint
getCurrentJasperPrint()
JRPdfExporter
getExporter()
FontUtil
getFontUtil()
JasperReportsContext
getJasperReportsContext()
JRPropertiesUtil
getProperties()
JRStyledTextUtil
getStyledTextUtil()
JRException
handleDocumentException(Exception e)
boolean
isTagged()
void
setFont(Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale, boolean setFontLines, FontRecipient recipient)
void
setMinimalVersion(PdfVersionEnum version)
-
-
-
Method Detail
-
getExporter
JRPdfExporter getExporter()
-
getJasperReportsContext
JasperReportsContext getJasperReportsContext()
-
getProperties
JRPropertiesUtil getProperties()
-
getFontUtil
FontUtil getFontUtil()
-
getStyledTextUtil
JRStyledTextUtil getStyledTextUtil()
-
isTagged
boolean isTagged()
-
setMinimalVersion
void setMinimalVersion(PdfVersionEnum version)
-
getCurrentJasperPrint
JasperPrint getCurrentJasperPrint()
-
setFont
void setFont(Map<AttributedCharacterIterator.Attribute,Object> attributes, Locale locale, boolean setFontLines, FontRecipient recipient)
-
handleDocumentException
JRException handleDocumentException(Exception e)
-
getCMYKColorSpace
ColorSpace getCMYKColorSpace()
-
-