限定符和类型 | 方法和说明 |
---|---|
Row |
Context.getRow(int rowNumber) |
限定符和类型 | 方法和说明 |
---|---|
Map<Row,Map<Column,Cell>> |
Context.getBlankCellsMap() |
List<Row> |
Context.getCurrentPageRows(int pageIndex) |
Map<Row,Integer> |
Context.getFillBlankRowsMap() |
限定符和类型 | 方法和说明 |
---|---|
void |
Context.addFillBlankRow(Row row,
int value) |
void |
Context.addRow(Row row) |
void |
HideRowColumnBuilder.doHideProcessRow(Report report,
Row row) |
void |
Context.doHideProcessRow(Row row) |
Cell |
Context.getBlankCell(Row row,
Column column) |
限定符和类型 | 方法和说明 |
---|---|
void |
Context.setCurrentPageRows(int pageIndex,
List<Row> currentPageRows) |
限定符和类型 | 方法和说明 |
---|---|
Row |
DownDuplicate.newRow(Row row,
int currentRowNumber) |
限定符和类型 | 方法和说明 |
---|---|
Row |
DownDuplicate.newRow(Row row,
int currentRowNumber) |
限定符和类型 | 方法和说明 |
---|---|
List<Row> |
RepeatRows.getFooterRepeatRows() |
List<Row> |
RepeatRows.getHeaderRepeatRows() |
List<Row> |
Page.getRows() |
限定符和类型 | 方法和说明 |
---|---|
protected Page |
BasePagination.buildPage(List<Row> rows,
List<Row> headerRows,
List<Row> footerRows,
List<Row> titleRows,
int pageIndex,
Report report) |
protected Page |
BasePagination.buildPage(List<Row> rows,
List<Row> headerRows,
List<Row> footerRows,
List<Row> titleRows,
int pageIndex,
Report report) |
protected Page |
BasePagination.buildPage(List<Row> rows,
List<Row> headerRows,
List<Row> footerRows,
List<Row> titleRows,
int pageIndex,
Report report) |
protected Page |
BasePagination.buildPage(List<Row> rows,
List<Row> headerRows,
List<Row> footerRows,
List<Row> titleRows,
int pageIndex,
Report report) |
protected void |
BasePagination.buildSummaryRows(List<Row> summaryRows,
List<Page> pages) |
构造器和说明 |
---|
Page(List<Row> rows,
List<Column> columns) |
RepeatRows(List<Row> headerRepeatRows,
List<Row> footerRepeatRows) |
RepeatRows(List<Row> headerRepeatRows,
List<Row> footerRepeatRows) |
限定符和类型 | 方法和说明 |
---|---|
protected Row |
RowDefinition.newRow(List<Row> rows) |
限定符和类型 | 方法和说明 |
---|---|
protected Row |
RowDefinition.newRow(List<Row> rows) |
限定符和类型 | 方法和说明 |
---|---|
protected int |
ExcelBuilder.getWholeHeight(List<Row> rows,
int rowNumber,
int rowSpan) |
限定符和类型 | 方法和说明 |
---|---|
Row |
ReportCell.getRow() |
Row |
Cell.getRow() |
Row |
Report.getRow(int rowNumber) |
Row |
Row.newRow() |
限定符和类型 | 方法和说明 |
---|---|
List<Row> |
Report.getFooterRepeatRows() |
List<Row> |
Report.getHeaderRepeatRows() |
Map<Row,Map<Column,Cell>> |
Report.getRowColCellMap() |
List<Row> |
Report.getRows() |
List<Row> |
Report.getSummaryRows() |
List<Row> |
Report.getTitleRows() |
限定符和类型 | 方法和说明 |
---|---|
void |
Report.insertRow(Row row,
int rowNumber) |
void |
Cell.setRow(Row row) |
限定符和类型 | 方法和说明 |
---|---|
void |
Report.insertRows(int firstRowIndex,
List<Row> insertRows) |
void |
Report.setFooterRepeatRows(List<Row> footerRepeatRows) |
void |
Report.setHeaderRepeatRows(List<Row> headerRepeatRows) |
void |
Report.setRows(List<Row> rows) |
构造器和说明 |
---|
Row(List<Row> rows) |
Copyright © 2022 Bstek. All rights reserved.