Package | Description |
---|---|
org.zkoss.poi.ss.formula.ptg |
formula package contains binary PTG structures used in Formulas
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
TablePtg.Item |
TablePtg.getItem1() |
TablePtg.Item |
TablePtg.getItem2() |
static TablePtg.Item |
TablePtg.Item.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TablePtg.Item |
TablePtg.Item.valueOfName(java.lang.String name) |
static TablePtg.Item[] |
TablePtg.Item.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TablePtg.formatAsFormulaString(java.lang.String tableName,
TablePtg.Item item1,
TablePtg.Item item2,
java.lang.String column1,
java.lang.String column2,
boolean inTable) |
Constructor and Description |
---|
TablePtg(int extIdx,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
java.lang.String tableName,
TablePtg.Item[] items,
java.lang.String[] columns,
boolean inTable) |
Modifier and Type | Method and Description |
---|---|
SheetRegion |
STable.getItemRegion(TablePtg.Item item,
int rowIdx) |
Modifier and Type | Method and Description |
---|---|
SheetRegion |
TableImpl.getItemRegion(TablePtg.Item item,
int rowIdx) |
SheetRegion |
TableImpl.DummyTable.getItemRegion(TablePtg.Item item,
int rowIdx) |
Constructor and Description |
---|
ColumnRefImpl(java.lang.String bookName,
java.lang.String sheetName,
java.lang.String tableName,
TablePtg.Item item1,
TablePtg.Item item2,
java.lang.String columnName1,
java.lang.String columnName2,
boolean withHeaders,
int row,
int column,
int lastRow,
int lastColumn) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.