Package net.sf.jasperreports.export
Interface XmlExporterOutput
- All Superinterfaces:
ExporterOutput
,WriterExporterOutput
- All Known Implementing Classes:
SimpleXmlExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.WriterExporterOutput
PROPERTY_CHARACTER_ENCODING
-
Method Summary
Modifier and TypeMethodDescriptionReturns a boolean value specifying whether images should be store internally or rather as files on disk.Methods inherited from interface net.sf.jasperreports.export.WriterExporterOutput
close, getEncoding, getWriter
-
Method Details
-
isEmbeddingImages
Boolean isEmbeddingImages()Returns a boolean value specifying whether images should be store internally or rather as files on disk. -
getImageHandler
XmlResourceHandler getImageHandler()
-