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

Packages that use OperationPtg
org.apache.poi.hssf.record.formula formula package contains binary PTG structures used in Formulas (not yet supported!)  
 

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

Subclasses of OperationPtg in org.apache.poi.hssf.record.formula
 class AddPtg
          Addition operator PTG the "+" binomial operator.
 class AttrPtg
          "Special Attributes" This seems to be a Misc Stuff and Junk record.
 class ConcatPtg
           
 class DividePtg
           
 class FunctionPtg
          This class provides functions with variable arguments.
 class MultiplyPtg
           
 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 Andrew C.
 class PowerPtg
           
 class SubtractPtg
           
 class ValueVariableFunctionPtg
          An excel function with variable number of value arguments.
 


jakarta-poi 1.6.0-dev

Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.