ASExporterOutputImpl
Contents
[
Hide
]Inheritance: java.lang.Object, net.sf.jasperreports.export.SimpleOutputStreamExporterOutput
All Implemented Interfaces: ASExporterOutput
Export output configuration.
Constructors
| Constructor | Description |
|---|---|
| ASExporterOutputImpl(OutputStream outputStream) | Instantiates a new instance of ASExporterOutputImpl . |
| ASExporterOutputImpl(File file) | Instantiates a new instance of ASExporterOutputImpl . |
| ASExporterOutputImpl(String fileName) | Instantiates a new As exporter output. |
Methods
| Method | Description |
|---|---|
| isMultipageExport() | Gets a value indicating whether file should be exported in multipage format. Value: true if multipage export; otherwise, false . |
| setMultipageExport(boolean multipageExport) | Sets multipage export indicator. For pdf format the default value is true and false for other. |
ASExporterOutputImpl(OutputStream outputStream)
public ASExporterOutputImpl(OutputStream outputStream)
Instantiates a new instance of ASExporterOutputImpl .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| outputStream | OutputStream | the output stream |
ASExporterOutputImpl(File file)
public ASExporterOutputImpl(File file)
Instantiates a new instance of ASExporterOutputImpl .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| file | File | the file |
ASExporterOutputImpl(String fileName)
public ASExporterOutputImpl(String fileName)
Instantiates a new As exporter output.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileName | String | the file name |
isMultipageExport()
public boolean isMultipageExport()
Gets a value indicating whether file should be exported in multipage format. Value: true if multipage export; otherwise, false .
Returns: boolean
setMultipageExport(boolean multipageExport)
public void setMultipageExport(boolean multipageExport)
Sets multipage export indicator. For pdf format the default value is true and false for other.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| multipageExport | boolean | the multipage export |