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 ValueEvalOperationEvaluationContext. 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 classTablePtgTODO: XSSF onlyMethods in org.apache.poi.ss.formula.ptg that return Area3DPtg Modifier and Type Method Description Area3DPtgArea3DPtg. 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)
-