Package net.sf.jasperreports.export
Interface XmlExporterOutput
-
- All Superinterfaces:
ExporterOutput
,WriterExporterOutput
- All Known Implementing Classes:
SimpleXmlExporterOutput
public interface XmlExporterOutput extends WriterExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.WriterExporterOutput
PROPERTY_CHARACTER_ENCODING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlResourceHandler
getImageHandler()
Boolean
isEmbeddingImages()
Returns 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 Detail
-
isEmbeddingImages
Boolean isEmbeddingImages()
Returns a boolean value specifying whether images should be store internally or rather as files on disk.
-
getImageHandler
XmlResourceHandler getImageHandler()
-
-