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

Packages that use ControlPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas 
 

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

Subclasses of ControlPtg in org.apache.poi.hssf.record.formula
 class AttrPtg
          "Special Attributes" This seems to be a Misc Stuff and Junk record.
 class ExpPtg
           
 class ParenthesisPtg
          While formula tokens are stored in RPN order and thus do not need parenthesis for precedence reasons, Parenthesis tokens ARE written to ensure that user entered parenthesis are displayed as-is on reading back Avik Sengupta <lists@aviksengupta.com> Andrew C.
 class TblPtg
          This ptg indicates a data table.
 

Fields in org.apache.poi.hssf.record.formula declared as ControlPtg
static ControlPtg ParenthesisPtg.instance