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 GreaterEqualPtg
          PTG class to implement greater or equal to
 class GreaterThanPtg
          Greater than operator PTG ">"
 class LessEqualPtg
          Ptg class to implement less than or equal
 class LessThanPtg
          Less than operator PTG "<".
 class MultiplyPtg
          Implements the standard mathmatical multiplication - *
 class NotEqualPtg
          Ptg class to implement not equal
 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 UnaryMinusPtg
          Unary Plus operator does not have any effect on the operand
 class UnaryPlusPtg
          Unary Plus operator does not have any effect on the operand
 class UnionPtg
           
 



Copyright © 2003 Apache Software Foundation.