Uses of Class
org.apache.poi.ss.formula.ptg.Area3DPxg
-
Packages that use Area3DPxg 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 Area3DPxg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return Area3DPxg Modifier and Type Method Description static Area3DPxg
FormulaParser. parseStructuredReference(String tableText, FormulaParsingWorkbook workbook, int rowIndex)
Parse a structured reference.Methods in org.apache.poi.ss.formula with parameters of type Area3DPxg Modifier and Type Method Description ValueEval
OperationEvaluationContext. getArea3DEval(Area3DPxg aptg)
-
Uses of Area3DPxg in org.apache.poi.ss.formula.ptg
Methods in org.apache.poi.ss.formula.ptg that return Area3DPxg Modifier and Type Method Description Area3DPxg
Area3DPxg. copy()
Constructors in org.apache.poi.ss.formula.ptg with parameters of type Area3DPxg Constructor Description Area3DPxg(Area3DPxg other)
-