Class JROdsExporterNature
- java.lang.Object
-
- net.sf.jasperreports.engine.export.AbstractExporterNature
-
- net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
-
- net.sf.jasperreports.engine.export.oasis.JROdsExporterNature
-
- All Implemented Interfaces:
ExporterFilter,ExporterNature
public class JROdsExporterNature extends JRXlsAbstractExporterNature
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
isIgnoreGraphics, isIgnorePageMargins
-
Fields inherited from class net.sf.jasperreports.engine.export.AbstractExporterNature
filter, handlerEnvironment, jasperReportsContext, propertiesUtil
-
-
Constructor Summary
Constructors Constructor Description JROdsExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisToExport(JRPrintElement element)-
Methods inherited from class net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
getColumnAutoFit, getColumnWidthRatio, getCustomColumnWidth, getDefinedNames, getFirstPageNumber, getFreezeColumnEdge, getFreezeRowEdge, getIgnoreCellBackground, getIgnoreCellBorder, getIgnoreRowHeight, getPageScale, getPrintFooterMargin, getPrintHeaderMargin, getPrintPageBottomMargin, getPrintPageHeight, getPrintPageLeftMargin, getPrintPageRightMargin, getPrintPageTopMargin, getPrintPageWidth, getPropertiesUtil, getRowAutoFit, getRowLevelSuffixes, getSheetFooterCenter, getSheetFooterLeft, getSheetFooterRight, getSheetHeaderCenter, getSheetHeaderLeft, getSheetHeaderRight, getSheetName, getSheetTabColor, getShowGridlines, getWhitePageBackground, isBreakAfterRow, isBreakBeforeRow, isDeep, isHorizontallyMergeEmptyCells, isIgnoreLastRow, isIgnorePageMargins, isSpanCells, setXProperties, setXProperties, setYProperties, setYProperties
-
-
-
-
Constructor Detail
-
JROdsExporterNature
public JROdsExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
-
-
Method Detail
-
isToExport
public boolean isToExport(JRPrintElement element)
- Specified by:
isToExportin interfaceExporterFilter- Overrides:
isToExportin classJRXlsAbstractExporterNature
-
-