Uses of Class
org.apache.poi.ss.formula.ptg.ControlPtg
-
Packages that use ControlPtg Package Description org.apache.poi.ss.formula.ptg The formula package contains binary PTG structures used in Formulas -
-
Uses of ControlPtg in org.apache.poi.ss.formula.ptg
Subclasses of ControlPtg in org.apache.poi.ss.formula.ptg Modifier and Type Class Description class
AttrPtg
"Special Attributes"class
ExpPtg
class
Parenthesis2Ptg
This Ptg is for multiple area expression generally used in chart series and is only used for parsing and evaluation which will not be written out.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 backclass
TblPtg
This ptg indicates a data table.
-