| Package | Description | 
|---|---|
| org.apache.poi.ss.formula.ptg | The formula package contains binary PTG structures used in Formulas | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddPtgAddition operator PTG the "+" binomial operator. | 
| class  | ConcatPtg | 
| class  | DividePtgThis PTG implements the standard binomial divide "/" | 
| class  | EqualPtg | 
| class  | GreaterEqualPtgPTG class to implement greater or equal to | 
| class  | GreaterThanPtgGreater than operator PTG ">" | 
| class  | LessEqualPtgPtg class to implement less than or equal | 
| class  | LessThanPtgLess than operator PTG "<". | 
| class  | MultiplyPtgImplements the standard mathematical multiplication "*" | 
| class  | NotEqualPtgPtg class to implement not equal | 
| class  | PercentPtgPercent PTG. | 
| class  | PowerPtg | 
| class  | SubtractPtg | 
| class  | UnaryMinusPtgUnary Plus operator - does not have any effect on the operand | 
| class  | UnaryPlusPtgUnary Plus operator -  does not have any effect on the operand | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.