Uses of Class
org.apache.poi.ss.formula.ptg.Area3DPtg
-
Packages that use Area3DPtg Package Description org.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 Area3DPtg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type Area3DPtg Modifier and Type Method Description ValueEval
OperationEvaluationContext. getArea3DEval(Area3DPtg aptg)
-
Uses of Area3DPtg in org.apache.poi.ss.formula.ptg
Subclasses of Area3DPtg in org.apache.poi.ss.formula.ptg Modifier and Type Class Description class
TablePtg
TODO: XSSF onlyMethods in org.apache.poi.ss.formula.ptg that return Area3DPtg Modifier and Type Method Description Area3DPtg
Area3DPtg. copy()
Constructors in org.apache.poi.ss.formula.ptg with parameters of type Area3DPtg Constructor Description Area3DPtg(Area3DPtg other)
DeletedArea3DPtg(int externSheetIndex, Area3DPtg ptg, String bookName)
-