public static class ClippedECPage.XMLClippedReportPage extends ClippedECPage implements XMLReadable
ClippedECPage.EmptyClippedReportPage, ClippedECPage.XMLClippedReportPage
sourceElementCase, sourceReport, XML_TAG
currentPageNumber, firstPageNumber, offsetX, offsetY, resolution, totalPageNumber, x, y
XML_TAG_CHART, XML_TAG_EC
构造器和说明 |
---|
ClippedECPage.XMLClippedReportPage() |
限定符和类型 | 方法和说明 |
---|---|
java.util.Iterator |
cellIterator()
获取单元格的迭代器
|
java.util.Iterator |
floatIterator()
获取悬浮元素迭代器
|
int |
getColumnCount()
获取总列数
|
FU |
getColumnWidth(int column)
获取指定列的列宽
|
DynamicNumberList |
getColumnWidthDynamicPixList()
获取列宽列表
|
java.util.Iterator |
getRow(int rowIndex)
获取指定行的迭代器
|
int |
getRowCount()
获取总行数
|
FU |
getRowHeight(int row)
获取指定行的高度
|
DynamicNumberList |
getRowHeightDynamicPixList()
获取行高列表
|
void |
readXML(XMLableReader reader)
读入XML
|
clone, createPageExportCellElement, getActualHeight, getActualWidth, getColumnWidthDynamicPixList, getContentHeight, getContentWidth, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMinColWidths, getReportPageAttr, getRowHeightDynamicPixList, getWebPageHeight, getWebPageWidth, output, paintPage, setColumnWidthDynamicPixList, setRowHeightDynamicPixList, writeXML
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
- 指定的行public DynamicNumberList getColumnWidthDynamicPixList()
public DynamicNumberList getRowHeightDynamicPixList()
getRowHeightDynamicPixList
在接口中 ClippedPageProvider
getRowHeightDynamicPixList
在类中 ClippedECPage
public int getRowCount()
getRowCount
在接口中 ClippedPageProvider
getRowCount
在接口中 CellElementCaseGetter
getRowCount
在类中 ClippedECPage
public FU getRowHeight(int row)
getRowHeight
在接口中 ClippedPageProvider
getRowHeight
在接口中 CellElementCaseGetter
getRowHeight
在类中 ClippedECPage
row
- 指定行public java.util.Iterator floatIterator()
floatIterator
在接口中 ClippedPageProvider
floatIterator
在接口中 FloatElementCaseGetter
floatIterator
在类中 ClippedECPage
public void readXML(XMLableReader reader)
readXML
在接口中 XMLReadable
reader
- XML读取对象XMLableReader