Uses of Class
org.apache.poi.ss.formula.ptg.TablePtg.Item
-
Packages that use TablePtg.Item Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of TablePtg.Item in io.keikai.model
Methods in io.keikai.model with parameters of type TablePtg.Item Modifier and Type Method Description SheetRegion
STable. getItemRegion(TablePtg.Item item, int rowIdx)
-
Uses of TablePtg.Item in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type TablePtg.Item Modifier and Type Method Description SheetRegion
TableImpl.DummyTable. getItemRegion(TablePtg.Item item, int rowIdx)
SheetRegion
TableImpl. getItemRegion(TablePtg.Item item, int rowIdx)
Constructors in io.keikai.model.impl with parameters of type TablePtg.Item Constructor Description ColumnRefImpl(String bookName, String sheetName, String tableName, TablePtg.Item item1, TablePtg.Item item2, String columnName1, String columnName2, boolean withHeaders, int row, int column, int lastRow, int lastColumn)
-
Uses of TablePtg.Item in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return TablePtg.Item Modifier and Type Method Description TablePtg.Item
TablePtg. getItem1()
TablePtg.Item
TablePtg. getItem2()
static TablePtg.Item
TablePtg.Item. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablePtg.Item
TablePtg.Item. valueOfName(String name)
static TablePtg.Item[]
TablePtg.Item. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.formula.ptg with parameters of type TablePtg.Item Modifier and Type Method Description static String
TablePtg. formatAsFormulaString(String tableName, TablePtg.Item item1, TablePtg.Item item2, String column1, String column2, boolean inTable)
Constructors in org.apache.poi.ss.formula.ptg with parameters of type TablePtg.Item Constructor Description TablePtg(int extIdx, int firstRow, int lastRow, int firstColumn, int lastColumn, String tableName, TablePtg.Item[] items, String[] columns, boolean inTable)
-