Uses of Class
org.apache.poi.hssf.record.formula.Area3DPtg

Packages that use Area3DPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of Area3DPtg in org.apache.poi.hssf.record.formula
 

Subclasses of Area3DPtg in org.apache.poi.hssf.record.formula
 class DeletedArea3DPtg
          Title: Deleted Area 3D Ptg - 3D referecnce (Sheet + Area)
 

Uses of Area3DPtg in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type Area3DPtg
static AreaEval HSSFFormulaEvaluator.evaluateArea3dPtg(HSSFWorkbook workbook, Area3DPtg a3dp)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.