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 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

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 IntersectionPtg
           
 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 <lists@aviksengupta.com> Andrew C.
 class PercentPtg
          Percent PTG.
 class PowerPtg
           
 class RangePtg
           
 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
           
 

Uses of OperationPtg in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type OperationPtg
protected static Eval HSSFFormulaEvaluator.getOperationEvalForPtg(OperationPtg ptg)
          returns the OperationEval concrete impl instance corresponding to the suplied operationPtg
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.