Package | Description |
---|---|
com.aspose.cad.jasperreports.common |
The package contains common classes for all exporters.
|
Modifier and Type | Method and Description |
---|---|
ExportMode |
BaseReportExporter.getExportMode()
Gets export mode.
|
static ExportMode |
ExportMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportMode[] |
ExportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseReportExporter.setExportMode(ExportMode exportMode)
Sets export mode.
|