public class JROpenDocumentExporterParameter extends JRExporterParameter
| Modifier and Type | Field and Description |
|---|---|
static JROpenDocumentExporterParameter |
ODS_FLEXIBLE_ROW_HEIGHT
Indicates whether table rows in ODS documents can grow if more text is added into cells.
|
static JROpenDocumentExporterParameter |
ODT_FLEXIBLE_ROW_HEIGHT
Indicates whether table rows in ODT documents can grow if more text is added into cells.
|
static String |
PROPERTY_ODS_FLEXIBLE_ROW_HEIGHT
This property serves as default value for the
ODS_FLEXIBLE_ROW_HEIGHT
export parameter. |
static String |
PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
This property serves as default value for the
ODT_FLEXIBLE_ROW_HEIGHT
export parameter. |
CHARACTER_ENCODING, CLASS_LOADER, END_PAGE_INDEX, FILE_RESOLVER, FILTER, FONT_MAP, HYPERLINK_PRODUCER_FACTORY, IGNORE_PAGE_MARGINS, INPUT_FILE, INPUT_FILE_NAME, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PARAMETERS_OVERRIDE_REPORT_HINTS, PROGRESS_MONITOR, PROPERTY_CHARACTER_ENCODING, PROPERTY_EXPORT_PARAMETERS_OVERRIDE_REPORT_HINTS, PROPERTY_IGNORE_PAGE_MARGINS, START_PAGE_INDEX, URL_HANDLER_FACTORY| Modifier | Constructor and Description |
|---|---|
protected |
JROpenDocumentExporterParameter(String name) |
public static final JROpenDocumentExporterParameter ODT_FLEXIBLE_ROW_HEIGHT
The type of the parameter is java.lang.Boolean.
Is set to false, the table rows do not increase in height automatically and the user has to enlarge them manually.
PROPERTY_ODT_FLEXIBLE_ROW_HEIGHTpublic static final String PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
ODT_FLEXIBLE_ROW_HEIGHT
export parameter.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuespublic static final JROpenDocumentExporterParameter ODS_FLEXIBLE_ROW_HEIGHT
The type of the parameter is java.lang.Boolean.
Is set to false, the table rows do not increase in height automatically and the user has to enlarge them manually.
PROPERTY_ODS_FLEXIBLE_ROW_HEIGHTpublic static final String PROPERTY_ODS_FLEXIBLE_ROW_HEIGHT
ODS_FLEXIBLE_ROW_HEIGHT
export parameter.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuesprotected JROpenDocumentExporterParameter(String name)
Copyright © 2014. All rights reserved.