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 EvaluationName
EvalBook. getName(NamePtg namePtg)
EvaluationName
EvalBook. getName(NamePtg namePtg, int contextSheetIndex)
Object[]
ParsingBook. getNameInfo(NamePtg namePtg)
String
ParsingBook. 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 EvaluationName
HSSFEvaluationWorkbook. getName(NamePtg namePtg)
String
HSSFEvaluationWorkbook. 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 NamePtg
EvaluationName. createPtg()
NamePtg
NameRangeEval. getNamePtg()
Methods in org.apache.poi.ss.formula with parameters of type NamePtg Modifier and Type Method Description EvaluationName
EvaluationWorkbook. getName(NamePtg namePtg)
String
FormulaRenderingWorkbook. 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 NamePtg
NamePtg. copy()
Constructors in org.apache.poi.ss.formula.ptg with parameters of type NamePtg Constructor Description NamePtg(NamePtg other)
-