|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.export.JExcelApiExporterNature
public class JExcelApiExporterNature
Constructor Summary | |
---|---|
protected |
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics)
|
protected |
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
|
Method Summary | |
---|---|
boolean |
isDeep()
Specified whether to include in the grid sub elements of frame elements |
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JExcelApiExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
protected JExcelApiExporterNature(ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
Method Detail |
---|
public boolean isToExport(JRPrintElement element)
isToExport
in interface ExporterFilter
public boolean isDeep()
ExporterNature
frame
elements
isDeep
in interface ExporterNature
public boolean isSplitSharedRowSpan()
isSplitSharedRowSpan
in interface ExporterNature
public boolean isSpanCells()
ExporterNature
isSpanCells
in interface ExporterNature
public boolean isIgnoreLastRow()
isIgnoreLastRow
in interface ExporterNature
public boolean isHorizontallyMergeEmptyCells()
ExporterNature
If the flag is set and this nature is deep
, the nature is required
to export
frames
.
isHorizontallyMergeEmptyCells
in interface ExporterNature
public boolean isIgnorePageMargins()
isIgnorePageMargins
in interface ExporterNature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |