public class XlsxSheetHelper extends BaseHelper
jasperReportsContext, writer
Constructor and Description |
---|
XlsxSheetHelper(JasperReportsContext jasperReportsContext,
java.io.Writer writer,
XlsxSheetRelsHelper sheetRelsHelper,
XlsReportConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
addRowBreak(int rowIndex) |
void |
exportColumn(int colIndex,
int colWidth,
boolean autoFit) |
void |
exportFooter(int index,
PrintPageFormat jasperPrint,
boolean isIgnorePageMargins,
java.lang.String autoFilter,
java.lang.Integer scale,
java.lang.Integer firstPageNumber,
boolean firstPageNotSet,
java.lang.Integer sheetPageCount) |
void |
exportHeader(boolean showGridlines,
int scale,
int rowFreeze,
int columnFreeze,
JasperPrint jasperPrint) |
void |
exportHyperlink(int row,
int col,
int maxColumnIndex,
java.lang.String href,
boolean isLocal) |
void |
exportMergedCells(int row,
int col,
int maxColumnIndex,
int rowSpan,
int colSpan) |
void |
exportRow(int rowHeight,
Cut yCut,
XlsRowLevelInfo levelInfo) |
close, flush, write
public XlsxSheetHelper(JasperReportsContext jasperReportsContext, java.io.Writer writer, XlsxSheetRelsHelper sheetRelsHelper, XlsReportConfiguration configuration)
public void exportHeader(boolean showGridlines, int scale, int rowFreeze, int columnFreeze, JasperPrint jasperPrint)
public void exportFooter(int index, PrintPageFormat jasperPrint, boolean isIgnorePageMargins, java.lang.String autoFilter, java.lang.Integer scale, java.lang.Integer firstPageNumber, boolean firstPageNotSet, java.lang.Integer sheetPageCount)
public void exportColumn(int colIndex, int colWidth, boolean autoFit)
public void exportRow(int rowHeight, Cut yCut, XlsRowLevelInfo levelInfo)
public void exportMergedCells(int row, int col, int maxColumnIndex, int rowSpan, int colSpan)
public void exportHyperlink(int row, int col, int maxColumnIndex, java.lang.String href, boolean isLocal)
public void addRowBreak(int rowIndex)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com