Uses of Interface
org.apache.poi.ss.formula.ptg.Pxg

Packages that use Pxg
org.apache.poi.ss.formula.ptg 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
 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
 class Area3DPxg
          Title: XSSF Area 3D Reference (Sheet + Area)
 class Deleted3DPxg
          An XSSF only representation of a reference to a deleted area
 class NameXPxg
          A Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.
 class Ref3DPxg
          Title: XSSF 3D Reference
 



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