public interface ExporterNature extends ExporterFilter
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 |
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 |
isSplitSharedRowSpan() |
isToExport
boolean isDeep(JRPrintFrame frame)
frame
element.boolean isSplitSharedRowSpan()
boolean isSpanCells()
boolean isIgnoreLastRow()
boolean isIgnorePageMargins()
boolean isBreakBeforeRow(JRPrintElement element)
boolean isBreakAfterRow(JRPrintElement element)
java.lang.Boolean getRowAutoFit(JRPrintElement element)
java.lang.Boolean getColumnAutoFit(JRPrintElement element)
java.lang.Integer getCustomColumnWidth(JRPrintElement element)
java.lang.Float getColumnWidthRatio(JRPrintElement element)
boolean isHorizontallyMergeEmptyCells()
If the flag is set and this nature is deep
, the nature is required
to export
frames
.
java.util.List<JRProperties.PropertySuffix> getRowLevelSuffixes(JRPrintElement element)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com