public abstract class JROfficeOpenXmlExporterNature extends java.lang.Object implements ExporterNature
| Modifier and Type | Field and Description |
|---|---|
protected ExporterFilter |
filter |
| Constructor and Description |
|---|
JROfficeOpenXmlExporterNature(ExporterFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getColumnAutoFit(JRPrintElement element) |
java.lang.Float |
getColumnWidthRatio(JRPrintElement element) |
java.lang.Integer |
getCustomColumnWidth(JRPrintElement element) |
java.lang.Boolean |
getRowAutoFit(JRPrintElement element) |
java.util.List<JRProperties.PropertySuffix> |
getRowLevelSuffixes(JRPrintElement element) |
boolean |
isBreakAfterRow(JRPrintElement element) |
boolean |
isBreakBeforeRow(JRPrintElement 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 |
isSplitSharedRowSpan() |
boolean |
isToExport(JRPrintElement element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDeepprotected ExporterFilter filter
public JROfficeOpenXmlExporterNature(ExporterFilter filter)
public boolean isToExport(JRPrintElement element)
isToExport in interface ExporterFilterpublic boolean isSplitSharedRowSpan()
isSplitSharedRowSpan in interface ExporterNaturepublic boolean isSpanCells()
ExporterNatureisSpanCells in interface ExporterNaturepublic boolean isIgnoreLastRow()
isIgnoreLastRow in interface ExporterNaturepublic boolean isHorizontallyMergeEmptyCells()
ExporterNature
If the flag is set and this nature is deep, the nature is required
to export frames.
isHorizontallyMergeEmptyCells in interface ExporterNaturepublic boolean isIgnorePageMargins()
isIgnorePageMargins in interface ExporterNaturepublic boolean isBreakBeforeRow(JRPrintElement element)
isBreakBeforeRow in interface ExporterNaturepublic boolean isBreakAfterRow(JRPrintElement element)
isBreakAfterRow in interface ExporterNaturepublic java.lang.Boolean getRowAutoFit(JRPrintElement element)
getRowAutoFit in interface ExporterNaturepublic java.lang.Boolean getColumnAutoFit(JRPrintElement element)
getColumnAutoFit in interface ExporterNaturepublic java.lang.Integer getCustomColumnWidth(JRPrintElement element)
getCustomColumnWidth in interface ExporterNaturepublic java.lang.Float getColumnWidthRatio(JRPrintElement element)
getColumnWidthRatio in interface ExporterNaturepublic java.util.List<JRProperties.PropertySuffix> getRowLevelSuffixes(JRPrintElement element)
getRowLevelSuffixes in interface ExporterNature© 2001-2010 Jaspersoft Corporation www.jaspersoft.com