net.sf.jasperreports.engine.export.xmlss
Class JRXmlssExporterNature
java.lang.Object
net.sf.jasperreports.engine.export.xmlss.JRXmlssExporterNature
- All Implemented Interfaces:
- ExporterFilter, ExporterNature
public class JRXmlssExporterNature
- extends java.lang.Object
- implements ExporterNature
- Version:
- $Id: JRXmlssExporterNature.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_BREAK_BEFORE_ROW
public static final java.lang.String PROPERTY_BREAK_BEFORE_ROW
- See Also:
- Constant Field Values
PROPERTY_BREAK_AFTER_ROW
public static final java.lang.String PROPERTY_BREAK_AFTER_ROW
- See Also:
- Constant Field Values
JRXmlssExporterNature
public JRXmlssExporterNature(ExporterFilter filter)
JRXmlssExporterNature
protected JRXmlssExporterNature(ExporterFilter filter,
boolean isIgnorePageMargins)
isToExport
public boolean isToExport(JRPrintElement element)
- Specified by:
isToExport
in interface ExporterFilter
isDeep
public boolean isDeep()
- Description copied from interface:
ExporterNature
- Specified whether to include in the grid sub elements of
frame
elements
- Specified by:
isDeep
in interface ExporterNature
isSplitSharedRowSpan
public boolean isSplitSharedRowSpan()
- Specified by:
isSplitSharedRowSpan
in interface ExporterNature
isSpanCells
public boolean isSpanCells()
- Description copied from interface:
ExporterNature
- Specifies whether the exporter handles cells span
- Specified by:
isSpanCells
in interface ExporterNature
isIgnoreLastRow
public boolean isIgnoreLastRow()
- Specified by:
isIgnoreLastRow
in interface ExporterNature
isHorizontallyMergeEmptyCells
public boolean isHorizontallyMergeEmptyCells()
- Description copied from interface:
ExporterNature
- Flag that specifies that empty cells are to be horizontally merged.
If the flag is set and this nature is deep
, the nature is required
to export
frames
.
- Specified by:
isHorizontallyMergeEmptyCells
in interface ExporterNature
- Returns:
- whether empty cells are to be horizontally merged
isIgnorePageMargins
public boolean isIgnorePageMargins()
- Specifies whether empty page margins should be ignored
- Specified by:
isIgnorePageMargins
in interface ExporterNature
isBreakBeforeRow
public boolean isBreakBeforeRow(JRPrintElement element)
- Specified by:
isBreakBeforeRow
in interface ExporterNature
isBreakAfterRow
public boolean isBreakAfterRow(JRPrintElement element)
- Specified by:
isBreakAfterRow
in interface ExporterNature
© 2001-2009 Jaspersoft Corporation www.jaspersoft.com