|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JRExporterParameter
net.sf.jasperreports.engine.export.ooxml.JRDocxExporterParameter
public class JRDocxExporterParameter
Contains parameters useful for export in DOCX format.
| Field Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
protected |
JRDocxExporterParameter(java.lang.String name)
|
| Method Summary |
|---|
| Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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 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_HEIGHTpublic static final java.lang.String PROPERTY_FLEXIBLE_ROW_HEIGHT
FLEXIBLE_ROW_HEIGHT
export parameter.
The property itself defaults to false.
JRProperties,
Constant Field Values| Constructor Detail |
|---|
protected JRDocxExporterParameter(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||