Uses of Class
org.apache.poi.ss.formula.ptg.NamePtg
-
Packages that use NamePtg Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of NamePtg in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type NamePtg Modifier and Type Method Description EvaluationNameEvalBook. getName(NamePtg namePtg)EvaluationNameEvalBook. getName(NamePtg namePtg, int contextSheetIndex)Object[]ParsingBook. getNameInfo(NamePtg namePtg)StringParsingBook. getNameText(NamePtg namePtg) -
Uses of NamePtg in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type NamePtg Modifier and Type Method Description EvaluationNameHSSFEvaluationWorkbook. getName(NamePtg namePtg)StringHSSFEvaluationWorkbook. getNameText(NamePtg namePtg) -
Uses of NamePtg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return NamePtg Modifier and Type Method Description NamePtgEvaluationName. createPtg()NamePtgNameRangeEval. getNamePtg()Methods in org.apache.poi.ss.formula with parameters of type NamePtg Modifier and Type Method Description EvaluationNameEvaluationWorkbook. getName(NamePtg namePtg)StringFormulaRenderingWorkbook. getNameText(NamePtg namePtg)Constructors in org.apache.poi.ss.formula with parameters of type NamePtg Constructor Description NameRangeEval(NamePtg ptg) -
Uses of NamePtg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return NamePtg Modifier and Type Method Description NamePtgNamePtg. copy()Constructors in org.apache.poi.ss.formula.ptg with parameters of type NamePtg Constructor Description NamePtg(NamePtg other)
-