public class JRXlsAbstractExporterNature extends AbstractExporterNature
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isIgnoreGraphics |
protected boolean |
isIgnorePageMargins |
static String |
PROPERTY_BREAK_AFTER_ROW |
static String |
PROPERTY_BREAK_BEFORE_ROW |
filter, jasperReportsContext, propertiesUtil| Modifier | Constructor and Description |
|---|---|
protected |
JRXlsAbstractExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics)
Deprecated.
|
protected |
JRXlsAbstractExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
Deprecated.
|
protected |
JRXlsAbstractExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
public static final String PROPERTY_BREAK_BEFORE_ROW
public static final String PROPERTY_BREAK_AFTER_ROW
protected boolean isIgnoreGraphics
protected boolean isIgnorePageMargins
protected JRXlsAbstractExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
protected JRXlsAbstractExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
JRXlsAbstractExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).protected JRXlsAbstractExporterNature(ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
JRXlsAbstractExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).public JRPropertiesUtil getPropertiesUtil()
getPropertiesUtil in class AbstractExporterNaturepublic boolean isToExport(JRPrintElement element)
public boolean isDeep(JRPrintFrame frame)
ExporterNatureframe element.public boolean isSplitSharedRowSpan()
public boolean isSpanCells()
ExporterNaturepublic boolean isIgnoreLastRow()
public boolean isHorizontallyMergeEmptyCells()
ExporterNature
If the flag is set and this nature is deep, the nature is required
to export frames.
public boolean isIgnorePageMargins()
public boolean isBreakBeforeRow(JRPrintElement element)
public boolean isBreakAfterRow(JRPrintElement element)
public Boolean getRowAutoFit(JRPrintElement element)
public Boolean getColumnAutoFit(JRPrintElement element)
public Boolean getShowGridlines(JRPrintElement element)
public Integer getCustomColumnWidth(JRPrintElement element)
public Float getColumnWidthRatio(JRPrintElement element)
public List<JRPropertiesUtil.PropertySuffix> getRowLevelSuffixes(JRPrintElement element)
public String getSheetName(JRPrintElement element)
public Integer getPageScale(JRPrintElement element)
public Integer getFirstPageNumber(JRPrintElement element)
public void setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
setXProperties in interface ExporterNaturesetXProperties in class AbstractExporterNaturepublic void setXProperties(Map<String,Object> xCutsProperties, JRPrintElement element)
setXProperties in interface ExporterNaturesetXProperties in class AbstractExporterNaturepublic void setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
setYProperties in interface ExporterNaturesetYProperties in class AbstractExporterNaturepublic void setYProperties(Map<String,Object> yCutsProperties, JRPrintElement element)
setYProperties in interface ExporterNaturesetYProperties in class AbstractExporterNatureCopyright © 2012. All Rights Reserved.