public static class ClippedECPage.XMLClippedReportPage extends ClippedECPage implements XMLReadable
ClippedECPage.EmptyClippedReportPage, ClippedECPage.XMLClippedReportPagesourceElementCase, sourceReport, XML_TAGcurrentPageNumber, firstPageNumber, offsetX, offsetY, resolution, totalPageNumber, x, yXML_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, writeXMLpublic java.util.Iterator cellIterator()
cellIterator 在接口中 ClippedPageProvidercellIterator 在接口中 CellElementCaseGettercellIterator 在类中 ClippedECPagepublic int getColumnCount()
getColumnCount 在接口中 ClippedPageProvidergetColumnCount 在接口中 CellElementCaseGettergetColumnCount 在类中 ClippedECPagepublic FU getColumnWidth(int column)
getColumnWidth 在接口中 ClippedPageProvidergetColumnWidth 在接口中 CellElementCaseGettergetColumnWidth 在类中 ClippedECPagecolumn - 指定列的indexpublic java.util.Iterator getRow(int rowIndex)
getRow 在接口中 ClippedPageProvidergetRow 在接口中 CellElementCaseGettergetRow 在类中 ClippedECPagerowIndex - 指定的行public DynamicNumberList getColumnWidthDynamicPixList()
public DynamicNumberList getRowHeightDynamicPixList()
getRowHeightDynamicPixList 在接口中 ClippedPageProvidergetRowHeightDynamicPixList 在类中 ClippedECPagepublic int getRowCount()
getRowCount 在接口中 ClippedPageProvidergetRowCount 在接口中 CellElementCaseGettergetRowCount 在类中 ClippedECPagepublic FU getRowHeight(int row)
getRowHeight 在接口中 ClippedPageProvidergetRowHeight 在接口中 CellElementCaseGettergetRowHeight 在类中 ClippedECPagerow - 指定行public java.util.Iterator floatIterator()
floatIterator 在接口中 ClippedPageProviderfloatIterator 在接口中 FloatElementCaseGetterfloatIterator 在类中 ClippedECPagepublic void readXML(XMLableReader reader)
readXML 在接口中 XMLReadablereader - XML读取对象XMLableReader