Uses of Interface
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
 

Classes in org.apache.poi.hssf.record.formula that implement OperationPtg
 class AddPtg
           
 class AttrPtg
          "Special Attributes" This seems to be a Misc Stuff and Junk record.
 class DividePtg
           
 class MultiplyPtg
           
 class ParenthesisPtg
          Dummy class, we want it only for for the parsing process does not actually get into the file -- note by andy...there is a parenthesis PTG that can be written and is sometimes! Avik Sengupta
 class PowerPtg
           
 class SubtractPtg
           
 class ValueVariableFunctionPtg
          An excel function with variable number of value arguments.
 



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