public class ASExporterOutputImpl extends net.sf.jasperreports.export.SimpleOutputStreamExporterOutput implements ASExporterOutput
| Constructor and Description |
|---|
ASExporterOutputImpl(File file)
Instantiates a new instance of
ASExporterOutputImpl. |
ASExporterOutputImpl(OutputStream outputStream)
Instantiates a new instance of
ASExporterOutputImpl. |
ASExporterOutputImpl(String fileName)
Instantiates a new As exporter output.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultipageExport()
Gets a value indicating whether file should be exported in multipage format.
|
void |
setMultipageExport(boolean multipageExport)
Sets multipage export indicator.
|
close, getOutputStreampublic ASExporterOutputImpl(OutputStream outputStream)
ASExporterOutputImpl.outputStream - the output streampublic ASExporterOutputImpl(File file)
ASExporterOutputImpl.file - the filepublic ASExporterOutputImpl(String fileName)
fileName - the file namepublic boolean isMultipageExport()
Gets a value indicating whether file should be exported in multipage format.
Value:true if multipage export; otherwise, false.isMultipageExport in interface ASExporterOutputpublic void setMultipageExport(boolean multipageExport)
multipageExport - the multipage export