public class SheetPageGenerator extends PageGenerator
columnWidthList, rowHeightList, showReportcalculator, pageCount, paperSetting, reportPageList, reportSettingsXML_TAG_PAGE, XML_TAG_POLY, XML_TAG_SHEET| 构造器和说明 |
|---|
SheetPageGenerator(ResultECReport report,
PaperSettingProvider setting) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
calcPageCount(int rowCount,
int columnCount,
UNIT paperPaintHeight,
UNIT paperPaintWidth)
分页信息,记录哪些行列处要分页
|
protected java.util.List |
get_page_column_ft_LL()
页面中列数的From --> to组成的List, 例如0-->9
|
protected java.util.List |
get_page_row_ft_LL()
页面中行数的From --> to组成的List, 例如0-->55
|
collectBreaks, dealWithPageInforByPaperSize, generatePagesaddReportPage2List, dealWithPageInfor, getReportPagespublic SheetPageGenerator(ResultECReport report, PaperSettingProvider setting)
protected void calcPageCount(int rowCount,
int columnCount,
UNIT paperPaintHeight,
UNIT paperPaintWidth)
PageGeneratorcalcPageCount 在类中 PageGeneratorrowCount - 总行数columnCount - 总列数paperPaintHeight - 页面高度paperPaintWidth - 页面宽度protected java.util.List get_page_column_ft_LL()
PageGeneratorget_page_column_ft_LL 在类中 PageGeneratorprotected java.util.List get_page_row_ft_LL()
PageGeneratorget_page_row_ft_LL 在类中 PageGenerator