public class JRDocxExporterParameter extends JRExporterParameter
| Modifier and Type | Field and Description |
|---|---|
static JRDocxExporterParameter |
FLEXIBLE_ROW_HEIGHT
Indicates whether table rows can grow if more text is added into cells.
|
static JRDocxExporterParameter |
FRAMES_AS_NESTED_TABLES
Indicates whether
frames are to be exported as nested tables. |
static String |
PROPERTY_FLEXIBLE_ROW_HEIGHT
This property serves as default value for the
FLEXIBLE_ROW_HEIGHT
export parameter. |
static String |
PROPERTY_FRAMES_AS_NESTED_TABLES
This property serves as default value for the
FRAMES_AS_NESTED_TABLES
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 |
JRDocxExporterParameter(String name) |
public static final JRDocxExporterParameter FRAMES_AS_NESTED_TABLES
frames are to be exported as nested tables.
The type of the parameter is java.lang.Boolean.
Is set to false, the frame contents will be integrated into the master/page table.
PROPERTY_FRAMES_AS_NESTED_TABLESpublic static final String PROPERTY_FRAMES_AS_NESTED_TABLES
FRAMES_AS_NESTED_TABLES
export parameter.
The property itself defaults to true.
JRPropertiesUtil,
Constant Field Valuespublic static final JRDocxExporterParameter 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_FLEXIBLE_ROW_HEIGHTpublic static final String PROPERTY_FLEXIBLE_ROW_HEIGHT
FLEXIBLE_ROW_HEIGHT
export parameter.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuesprotected JRDocxExporterParameter(String name)
Copyright © 2012. All Rights Reserved.