Uses of Class
org.apache.poi.ss.formula.ptg.ControlPtg
-
Packages that use ControlPtg Package Description org.apache.poi.ss.formula.ptg 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 classAttrPtg"Special Attributes" This seems to be a Misc Stuff and Junk record.classExpPtgclassParenthesisPtgWhile 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.classTblPtgThis ptg indicates a data table.Fields in org.apache.poi.ss.formula.ptg declared as ControlPtg Modifier and Type Field Description static ControlPtgParenthesisPtg. instance
-