Uses of Interface
org.apache.poi.ss.formula.ptg.Pxg
-
Packages that use Pxg Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of Pxg in org.apache.poi.ss.formula.ptg
Subinterfaces of Pxg in org.apache.poi.ss.formula.ptg Modifier and Type Interface Description interface
Pxg3D
An XSSF only special kind of Ptg, which stores a range of sheet / book references in string form.Classes in org.apache.poi.ss.formula.ptg that implement Pxg Modifier and Type Class Description class
Area3DPxg
XSSF Area 3D Reference (Sheet + Area)class
Deleted3DPxg
An XSSF only representation of a reference to a deleted areaclass
NameXPxg
A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.class
Ref3DPxg
XSSF 3D Reference
-