|
|||||||||||
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.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.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.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.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.OUTPUT_STREAM
The java.io.OutputStream instance that will be used to send the export output to. |
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.PAGE_INDEX
An integer value representing the index of the page to be exported. |
static JRExporterParameter |
JRExporterParameter.START_PAGE_INDEX
An integer value representing the start index of the page range to be exported. |
static JRExporterParameter |
JRExporterParameter.END_PAGE_INDEX
An integer value representing the end index of the page range to be exported. |
static JRExporterParameter |
JRExporterParameter.CHARACTER_ENCODING
The character encoding used for export. |
static JRExporterParameter |
JRExporterParameter.PROGRESS_MONITOR
A JRExportProgressMonitor instance for monitoring export status. |
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.FONT_MAP
|
Methods in net.sf.jasperreports.engine with parameters of type JRExporterParameter | |
void |
JRAbstractExporter.setParameter(JRExporterParameter parameter,
java.lang.Object value)
|
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. |
java.lang.Object |
JRExporter.getParameter(JRExporterParameter parameter)
Gets an export parameter. |
Uses of JRExporterParameter in net.sf.jasperreports.engine.export |
Subclasses of JRExporterParameter in net.sf.jasperreports.engine.export | |
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 |
JRXlsExporterParameter
Contains parameters useful for export in XLS format. |
class |
JRXmlExporterParameter
Contains parameters useful for export in XML format. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |