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 AbstractFunctionPtg
          This class provides the base functionality for Excel sheet functions There are two kinds of function Ptgs - tFunc and tFuncVar Therefore, this class will have ONLY two subclasses
 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
          This PTG implements the standard binomial divide "/"
 class EqualPtg
           
 class FuncPtg
           
 class FuncVarPtg
           
 class MultiplyPtg
          Implements the standard mathmatical multiplication - *
 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 UnionPtg
           
 


jakarta-poi 1.10.0-dev

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