public abstract class JROpenDocumentExporterNature extends AbstractExporterNature
filter, handlerEnvironment, jasperReportsContext, propertiesUtil
Constructor and Description |
---|
JROpenDocumentExporterNature(ExporterFilter filter)
Deprecated.
|
JROpenDocumentExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
isBreakAfterRow(JRPrintElement element) |
boolean |
isBreakBeforeRow(JRPrintElement element) |
boolean |
isDeep(JRPrintFrame frame)
Specified whether to include in the grid sub elements of a given
frame element. |
boolean |
isHorizontallyMergeEmptyCells()
Flag that specifies that empty cells are to be horizontally merged.
|
boolean |
isIgnoreLastRow() |
boolean |
isIgnorePageMargins()
Specifies whether empty page margins should be ignored
|
boolean |
isSpanCells()
Specifies whether the exporter handles cells span
|
boolean |
isToExport(JRPrintElement element) |
void |
setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
setXProperties(java.util.Map<java.lang.String,java.lang.Object> xCutsProperties,
JRPrintElement element) |
void |
setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
setYProperties(java.util.Map<java.lang.String,java.lang.Object> yCutsProperties,
JRPrintElement element) |
getPropertiesUtil
public JROpenDocumentExporterNature(ExporterFilter filter)
JROpenDocumentExporterNature(JasperReportsContext, ExporterFilter)
.public JROpenDocumentExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter)
public boolean isToExport(JRPrintElement element)
public boolean isDeep(JRPrintFrame frame)
ExporterNature
frame
element.public boolean isSpanCells()
ExporterNature
public boolean isIgnoreLastRow()
public boolean isHorizontallyMergeEmptyCells()
ExporterNature
If the flag is set and this nature is deep
, the nature is required
to export
frames
.
public boolean isIgnorePageMargins()
public boolean isBreakBeforeRow(JRPrintElement element)
public boolean isBreakAfterRow(JRPrintElement element)
public void setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
setXProperties
in interface ExporterNature
setXProperties
in class AbstractExporterNature
public void setXProperties(java.util.Map<java.lang.String,java.lang.Object> xCutsProperties, JRPrintElement element)
setXProperties
in interface ExporterNature
setXProperties
in class AbstractExporterNature
public void setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
setYProperties
in interface ExporterNature
setYProperties
in class AbstractExporterNature
public void setYProperties(java.util.Map<java.lang.String,java.lang.Object> yCutsProperties, JRPrintElement element)
setYProperties
in interface ExporterNature
setYProperties
in class AbstractExporterNature
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com