|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRExporterParameter | |
---|---|
net.sf.jasperreports.engine | Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. |
net.sf.jasperreports.engine.export | Provides utility classes for exporting reports to various popular formats. |
Uses of JRExporterParameter in net.sf.jasperreports.engine |
---|
Fields in net.sf.jasperreports.engine declared as JRExporterParameter | |
---|---|
static JRExporterParameter |
JRExporterParameter.CHARACTER_ENCODING
The character encoding used for export. |
static JRExporterParameter |
JRExporterParameter.CLASS_LOADER
|
static JRExporterParameter |
JRExporterParameter.END_PAGE_INDEX
An integer value representing the end index of the page range to be exported. |
static JRExporterParameter |
JRExporterParameter.FONT_MAP
|
static JRExporterParameter |
JRExporterParameter.INPUT_FILE
A java.io.File pointing to a file representing the serialized form of the JasperPrint object. |
static JRExporterParameter |
JRExporterParameter.INPUT_FILE_NAME
A file representing the serialized form of the JasperPrint object. |
static JRExporterParameter |
JRExporterParameter.INPUT_STREAM
The input stream that the exported JasperPrint object will be read from. |
static JRExporterParameter |
JRExporterParameter.INPUT_URL
The URL that the JasperPrint object will be read from. |
static JRExporterParameter |
JRExporterParameter.JASPER_PRINT
The JasperPrint object that will be exported. |
static JRExporterParameter |
JRExporterParameter.JASPER_PRINT_LIST
A list of JasperPrint objects to be exported. |
static JRExporterParameter |
JRExporterParameter.OFFSET_X
A parameter that allows users to move the entire content of each page horizontally. |
static JRExporterParameter |
JRExporterParameter.OFFSET_Y
A parameter that allows users to move the entire content of each page vertically. |
static JRExporterParameter |
JRExporterParameter.OUTPUT_FILE
The java.io.File instance that will be used to specify the file name of the exported report. |
static JRExporterParameter |
JRExporterParameter.OUTPUT_FILE_NAME
The file name of the exported report. |
static JRExporterParameter |
JRExporterParameter.OUTPUT_STREAM
The java.io.OutputStream instance that will be used to send the export output to. |
static JRExporterParameter |
JRExporterParameter.OUTPUT_STRING_BUFFER
The string buffer to send the export output to. |
static JRExporterParameter |
JRExporterParameter.OUTPUT_WRITER
The java.io.Writer instance that will be used to send the export output to. |
static JRExporterParameter |
JRExporterParameter.PAGE_INDEX
An integer value representing the index of the page to be exported. |
static JRExporterParameter |
JRExporterParameter.PROGRESS_MONITOR
A JRExportProgressMonitor instance for monitoring export status. |
static JRExporterParameter |
JRExporterParameter.START_PAGE_INDEX
An integer value representing the start index of the page range to be exported. |
static JRExporterParameter |
JRExporterParameter.URL_HANDLER_FACTORY
URL stream handler factory to be used while exporting the report. |
Methods in net.sf.jasperreports.engine with parameters of type JRExporterParameter | |
---|---|
java.lang.Object |
JRExporter.getParameter(JRExporterParameter parameter)
Gets an export parameter. |
java.lang.Object |
JRAbstractExporter.getParameter(JRExporterParameter parameter)
|
void |
JRExporter.setParameter(JRExporterParameter parameter,
java.lang.Object value)
Sets an export parameter for advanced customization of the export process. |
void |
JRAbstractExporter.setParameter(JRExporterParameter parameter,
java.lang.Object value)
|
Uses of JRExporterParameter in net.sf.jasperreports.engine.export |
---|
Subclasses of JRExporterParameter in net.sf.jasperreports.engine.export | |
---|---|
class |
JExcelApiExporterParameter
|
class |
JRCsvExporterParameter
Contains parameters useful for export in CSV format. |
class |
JRGraphics2DExporterParameter
Contains parameters useful for export to an AWT Graphics2D object. |
class |
JRHtmlExporterParameter
Contains parameters useful for export in HTML format. |
class |
JRPdfExporterParameter
Contains parameters useful for export in PDF format. |
class |
JRPrintServiceExporterParameter
|
class |
JRTextExporterParameter
Contains parameters useful for export in plain text format. |
class |
JRXlsAbstractExporterParameter
Contains parameters useful for export in XLS format. |
class |
JRXlsExporterParameter
Contains parameters useful for export in XLS format using apache.poi.hssf APIs. |
class |
JRXmlExporterParameter
Contains parameters useful for export in XML format. |
Fields in net.sf.jasperreports.engine.export declared as JRExporterParameter | |
---|---|
static JRExporterParameter |
JRXlsExporterParameter.FORMAT_PATTERNS_MAP
This export parameter should be used when converting java format patterns to equivalent proprietary format patterns. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |