public static class ClippedECPage.EmptyClippedReportPage extends ClippedECPage
ClippedECPage.EmptyClippedReportPage, ClippedECPage.XMLClippedReportPage
sourceElementCase, sourceReport, XML_TAG
currentPageNumber, firstPageNumber, offsetX, offsetY, resolution, totalPageNumber, x, y
XML_TAG_CHART, XML_TAG_EC
构造器和说明 |
---|
ClippedECPage.EmptyClippedReportPage() |
限定符和类型 | 方法和说明 |
---|---|
java.util.Iterator |
cellIterator()
获取单元格的迭代器
|
java.util.Iterator |
floatIterator()
获取悬浮元素迭代器
|
int |
getColumnCount()
获取总列数
|
FU |
getColumnWidth(int column)
获取指定列的宽度
|
DynamicNumberList |
getColumnWidthDynamicPixList()
获取列宽列表
|
ReportPageAttrProvider |
getReportPageAttr()
获取报表重复, 冻结属性.
|
java.util.Iterator |
getRow(int rowIndex)
获取指定行的迭代器
|
int |
getRowCount()
获取总行数
|
FU |
getRowHeight(int row)
获取指定行的行高
|
DynamicNumberList |
getRowHeightDynamicPixList()
获取行高列表
|
clone, createPageExportCellElement, getActualHeight, getActualWidth, getColumnWidthDynamicPixList, getContentHeight, getContentWidth, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMinColWidths, getRowHeightDynamicPixList, getWebPageHeight, getWebPageWidth, output, paintPage, setColumnWidthDynamicPixList, setRowHeightDynamicPixList, writeXML
public ReportPageAttrProvider getReportPageAttr()
getReportPageAttr
在接口中 ElementGetter
getReportPageAttr
在类中 ClippedECPage
public DynamicNumberList getColumnWidthDynamicPixList()
public DynamicNumberList getRowHeightDynamicPixList()
getRowHeightDynamicPixList
在接口中 ClippedPageProvider
getRowHeightDynamicPixList
在类中 ClippedECPage
public java.util.Iterator cellIterator()
cellIterator
在接口中 ClippedPageProvider
cellIterator
在接口中 CellElementCaseGetter
cellIterator
在类中 ClippedECPage
public int getColumnCount()
getColumnCount
在接口中 ClippedPageProvider
getColumnCount
在接口中 CellElementCaseGetter
getColumnCount
在类中 ClippedECPage
public FU getColumnWidth(int column)
getColumnWidth
在接口中 ClippedPageProvider
getColumnWidth
在接口中 CellElementCaseGetter
getColumnWidth
在类中 ClippedECPage
column
- 指定列的indexpublic java.util.Iterator getRow(int rowIndex)
getRow
在接口中 ClippedPageProvider
getRow
在接口中 CellElementCaseGetter
getRow
在类中 ClippedECPage
rowIndex
- 指定行的indexpublic int getRowCount()
getRowCount
在接口中 ClippedPageProvider
getRowCount
在接口中 CellElementCaseGetter
getRowCount
在类中 ClippedECPage
public FU getRowHeight(int row)
getRowHeight
在接口中 ClippedPageProvider
getRowHeight
在接口中 CellElementCaseGetter
getRowHeight
在类中 ClippedECPage
row
- 指定行的indexpublic java.util.Iterator floatIterator()
floatIterator
在接口中 ClippedPageProvider
floatIterator
在接口中 FloatElementCaseGetter
floatIterator
在类中 ClippedECPage