Package | Description |
---|---|
org.zkoss.poi.ss.formula.ptg |
formula package contains binary PTG structures used in Formulas
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
Modifier and Type | Class and Description |
---|---|
class |
AttrPtg
"Special Attributes"
This seems to be a Misc Stuff and Junk record.
|
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 back
Avik Sengupta <lists@aviksengupta.com> Andrew C.
|
class |
TblPtg
This ptg indicates a data table.
|
Modifier and Type | Field and Description |
---|---|
static ControlPtg |
ParenthesisPtg.instance |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.