Uses of Class
org.apache.poi.ss.formula.ptg.TablePtg.Item
-
Packages that use TablePtg.Item Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
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.ItemTablePtg. getItem1()TablePtg.ItemTablePtg. getItem2()static TablePtg.ItemTablePtg.Item. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TablePtg.ItemTablePtg.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.Methods in org.apache.poi.ss.formula.ptg with parameters of type TablePtg.Item Modifier and Type Method Description static java.lang.StringTablePtg. formatAsFormulaString(java.lang.String tableName, TablePtg.Item item1, TablePtg.Item item2, java.lang.String column1, java.lang.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, java.lang.String tableName, TablePtg.Item[] items, java.lang.String[] columns, boolean inTable)
-