net.sf.jasperreports.engine.export.ooxml
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 java.lang.String |
PROPERTY_FLEXIBLE_ROW_HEIGHT
This property serves as default value for the
FLEXIBLE_ROW_HEIGHT
export parameter. |
static java.lang.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(java.lang.String name) |
toString
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_TABLES
public static final java.lang.String PROPERTY_FRAMES_AS_NESTED_TABLES
FRAMES_AS_NESTED_TABLES
export parameter.
The property itself defaults to true
.
JRProperties
,
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_HEIGHT
public static final java.lang.String PROPERTY_FLEXIBLE_ROW_HEIGHT
FLEXIBLE_ROW_HEIGHT
export parameter.
The property itself defaults to false
.
JRProperties
,
Constant Field Values© 2001-2010 Jaspersoft Corporation www.jaspersoft.com