Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P R S T U V W X

A

ADD - Static variable in class org.apache.poi.hssf.record.formula.AddPtg
 
ADD - Static variable in class org.apache.poi.hssf.record.formula.UnaryPlusPtg
 
ATTR_NAME - Static variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
AbstractFunctionPtg - class org.apache.poi.hssf.record.formula.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
AbstractFunctionPtg() - Constructor for class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
AddPtg - class org.apache.poi.hssf.record.formula.AddPtg.
Addition operator PTG the "+" binomial operator.
AddPtg() - Constructor for class org.apache.poi.hssf.record.formula.AddPtg
Creates new AddPtg
AddPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.AddPtg
 
Area3DPtg - class org.apache.poi.hssf.record.formula.Area3DPtg.
Title: Area 3D Ptg - 3D referecnce (Sheet + Area)
Area3DPtg() - Constructor for class org.apache.poi.hssf.record.formula.Area3DPtg
Creates new AreaPtg
Area3DPtg(String, short) - Constructor for class org.apache.poi.hssf.record.formula.Area3DPtg
 
Area3DPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.Area3DPtg
 
AreaPtg - class org.apache.poi.hssf.record.formula.AreaPtg.
Specifies a rectangular area of cells A1:A4 for instance.
AreaPtg() - Constructor for class org.apache.poi.hssf.record.formula.AreaPtg
 
AreaPtg(String) - Constructor for class org.apache.poi.hssf.record.formula.AreaPtg
 
AreaPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.AreaPtg
 
AttrPtg - class org.apache.poi.hssf.record.formula.AttrPtg.
"Special Attributes" This seems to be a Misc Stuff and Junk record.
AttrPtg() - Constructor for class org.apache.poi.hssf.record.formula.AttrPtg
 
AttrPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.AttrPtg
 

B

BoolPtg - class org.apache.poi.hssf.record.formula.BoolPtg.
Boolean (boolean) Stores a (java) boolean value in a formula.
BoolPtg() - Constructor for class org.apache.poi.hssf.record.formula.BoolPtg
 
BoolPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.BoolPtg
 
BoolPtg(String) - Constructor for class org.apache.poi.hssf.record.formula.BoolPtg
 
baxcel - Variable in class org.apache.poi.hssf.record.formula.AttrPtg
 

C

CLASS_ARRAY - Static variable in class org.apache.poi.hssf.record.formula.Ptg
 
CLASS_REF - Static variable in class org.apache.poi.hssf.record.formula.Ptg
 
CLASS_VALUE - Static variable in class org.apache.poi.hssf.record.formula.Ptg
 
CONCAT - Static variable in class org.apache.poi.hssf.record.formula.ConcatPtg
 
ConcatPtg - class org.apache.poi.hssf.record.formula.ConcatPtg.
 
ConcatPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.ConcatPtg
 
ConcatPtg() - Constructor for class org.apache.poi.hssf.record.formula.ConcatPtg
 
ControlPtg - class org.apache.poi.hssf.record.formula.ControlPtg.
 
ControlPtg() - Constructor for class org.apache.poi.hssf.record.formula.ControlPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.AddPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.BoolPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.ConcatPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.DividePtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.EqualPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.ExpPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.FuncPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.FuncVarPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.GreaterEqualPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.GreaterThanPtg
Implementation of clone method from Object
clone() - Method in class org.apache.poi.hssf.record.formula.IntPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.LessEqualPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.LessThanPtg
Implementation of clone method from Object
clone() - Method in class org.apache.poi.hssf.record.formula.MemErrPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.MemFuncPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.MissingArgPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.MultiplyPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.NamePtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.NameXPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.NotEqualPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.NumberPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.ParenthesisPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.PowerPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.Ptg
 
clone() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.StringPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.SubtractPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.UnaryMinusPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.UnaryPlusPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.UnionPtg
 
clone() - Method in class org.apache.poi.hssf.record.formula.UnknownPtg
 
colRelative - Variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
colRelative - Variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
colRelative - Variable in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
colRelative - Variable in class org.apache.poi.hssf.record.formula.ReferencePtg
 
column - Variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
createPtg(byte[], int) - Static method in class org.apache.poi.hssf.record.formula.Ptg
convert infix order ptg list to rpn order ptg list

D

DividePtg - class org.apache.poi.hssf.record.formula.DividePtg.
This PTG implements the standard binomial divide "/"
DividePtg() - Constructor for class org.apache.poi.hssf.record.formula.DividePtg
Creates new AddPtg
DividePtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.DividePtg
 

E

EqualPtg - class org.apache.poi.hssf.record.formula.EqualPtg.
 
EqualPtg() - Constructor for class org.apache.poi.hssf.record.formula.EqualPtg
Creates new AddPtg
EqualPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.EqualPtg
 
ExpPtg - class org.apache.poi.hssf.record.formula.ExpPtg.
 
ExpPtg() - Constructor for class org.apache.poi.hssf.record.formula.ExpPtg
Creates new ExpPtg
ExpPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.ExpPtg
Creates new ExpPtg
equals(Object) - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
existing - Variable in class org.apache.poi.hssf.record.formula.ExpPtg
 

F

FuncPtg - class org.apache.poi.hssf.record.formula.FuncPtg.
 
FuncPtg() - Constructor for class org.apache.poi.hssf.record.formula.FuncPtg
FuncPtgs are defined to be 4 bytes but the actual FuncPtg uses only 2 bytes.
FuncPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.FuncPtg
Creates new function pointer from a byte array usually called while reading an excel file.
FuncVarPtg - class org.apache.poi.hssf.record.formula.FuncVarPtg.
 
FuncVarPtg() - Constructor for class org.apache.poi.hssf.record.formula.FuncVarPtg
 
FuncVarPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.FuncVarPtg
Creates new function pointer from a byte array usually called while reading an excel file.
FuncVarPtg(String, byte) - Constructor for class org.apache.poi.hssf.record.formula.FuncVarPtg
Create a function ptg from a string tokenised by the parser
fHighByte - Variable in class org.apache.poi.hssf.record.formula.StringPtg
 
field_1_first_row - Variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
field_1_index_extern_sheet - Variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
field_1_index_extern_sheet - Variable in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
field_1_ixals - Variable in class org.apache.poi.hssf.record.formula.NameXPtg
 
field_1_label_index - Variable in class org.apache.poi.hssf.record.formula.NamePtg
 
field_1_len_ref_subexpression - Variable in class org.apache.poi.hssf.record.formula.MemFuncPtg
 
field_1_length - Variable in class org.apache.poi.hssf.record.formula.StringPtg
 
field_1_num_args - Variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
field_1_options - Variable in class org.apache.poi.hssf.record.formula.AttrPtg
 
field_1_reserved - Variable in class org.apache.poi.hssf.record.formula.MemErrPtg
 
field_1_row - Variable in class org.apache.poi.hssf.record.formula.ReferencePtg
 
field_1_value - Variable in class org.apache.poi.hssf.record.formula.BoolPtg
 
field_1_value - Variable in class org.apache.poi.hssf.record.formula.IntPtg
 
field_1_value - Variable in class org.apache.poi.hssf.record.formula.NumberPtg
 
field_2_col - Variable in class org.apache.poi.hssf.record.formula.ReferencePtg
 
field_2_data - Variable in class org.apache.poi.hssf.record.formula.AttrPtg
 
field_2_first_row - Variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
field_2_fnc_index - Variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
field_2_ilbl - Variable in class org.apache.poi.hssf.record.formula.NameXPtg
 
field_2_last_row - Variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
field_2_options - Variable in class org.apache.poi.hssf.record.formula.StringPtg
 
field_2_row - Variable in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
field_2_subex_len - Variable in class org.apache.poi.hssf.record.formula.MemErrPtg
 
field_2_zero - Variable in class org.apache.poi.hssf.record.formula.NamePtg
 
field_3_column - Variable in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
field_3_first_column - Variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
field_3_last_row - Variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
field_3_reserved - Variable in class org.apache.poi.hssf.record.formula.NameXPtg
 
field_3_string - Variable in class org.apache.poi.hssf.record.formula.StringPtg
 
field_4_first_column - Variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
field_4_last_column - Variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
field_5_last_column - Variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
functionData - Static variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 

G

GREATERTHAN - Static variable in class org.apache.poi.hssf.record.formula.GreaterThanPtg
 
GreaterEqualPtg - class org.apache.poi.hssf.record.formula.GreaterEqualPtg.
PTG class to implement greater or equal to
GreaterEqualPtg() - Constructor for class org.apache.poi.hssf.record.formula.GreaterEqualPtg
Creates new GreaterEqualPtg
GreaterEqualPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.GreaterEqualPtg
 
GreaterThanPtg - class org.apache.poi.hssf.record.formula.GreaterThanPtg.
Greater than operator PTG ">"
GreaterThanPtg() - Constructor for class org.apache.poi.hssf.record.formula.GreaterThanPtg
Constructor.
GreaterThanPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.GreaterThanPtg
Constructor.
getBytes() - Method in class org.apache.poi.hssf.record.formula.Ptg
 
getColumn() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
getColumn() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
getColumnRaw() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
getColumnRaw() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
getData() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.AddPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.BoolPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.ExpPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.GreaterThanPtg
Get the default operands class value
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.IntPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.LessThanPtg
Get the default operands class value
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.MemErrPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.MemFuncPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.MissingArgPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.NamePtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.NameXPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.NumberPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.OperationPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.ParenthesisPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.Ptg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.StringPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.UnaryMinusPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.UnaryPlusPtg
 
getDefaultOperandClass() - Method in class org.apache.poi.hssf.record.formula.UnknownPtg
 
getExternSheetIndex() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getExternSheetIndex() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
getFirstColumn() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getFirstColumn() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getFirstColumnRaw() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getFirstColumnRaw() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getFirstRow() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getFirstRow() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getFunctionIndex() - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
getLastColumn() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getLastColumn() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getLastColumnRaw() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getLastColumnRaw() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getLastRow() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getLastRow() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getLenRefSubexpression() - Method in class org.apache.poi.hssf.record.formula.MemFuncPtg
 
getName() - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.AddPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.ConcatPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.DividePtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.EqualPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.FuncPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.FuncVarPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.GreaterEqualPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.GreaterThanPtg
Get the number of operands for the Less than operator
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.LessEqualPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.LessThanPtg
Get the number of operands for the Less than operator
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.MemFuncPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.MultiplyPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.NotEqualPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.OperationPtg
The number of operands expected by the operations
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.ParenthesisPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.PowerPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.SubtractPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.UnaryMinusPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.UnaryPlusPtg
 
getNumberOfOperands() - Method in class org.apache.poi.hssf.record.formula.UnionPtg
 
getOptions() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
getParameterClass(int) - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
getPtgClass() - Method in class org.apache.poi.hssf.record.formula.Ptg
returns the class (REF/VALUE/ARRAY) for this Ptg
getReserved() - Method in class org.apache.poi.hssf.record.formula.MemErrPtg
 
getRow() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
getRow() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.AddPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.BoolPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.ConcatPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.DividePtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.EqualPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.ExpPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.FuncPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.FuncVarPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.GreaterEqualPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.GreaterThanPtg
Get the size of the sid
getSize() - Method in class org.apache.poi.hssf.record.formula.IntPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.LessEqualPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.LessThanPtg
Get the size of the sid
getSize() - Method in class org.apache.poi.hssf.record.formula.MemErrPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.MemFuncPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.MissingArgPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.MultiplyPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.NamePtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.NameXPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.NotEqualPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.NumberPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.ParenthesisPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.PowerPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.Ptg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.StringPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.SubtractPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.UnaryMinusPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.UnaryPlusPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.UnionPtg
 
getSize() - Method in class org.apache.poi.hssf.record.formula.UnknownPtg
 
getStringLength() - Method in class org.apache.poi.hssf.record.formula.MultiplyPtg
 
getSubexpressionLength() - Method in class org.apache.poi.hssf.record.formula.MemErrPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.AddPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.ConcatPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.DividePtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.EqualPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.GreaterEqualPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.GreaterThanPtg
Get the type of PTG for Greater Than
getType() - Method in class org.apache.poi.hssf.record.formula.LessEqualPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.LessThanPtg
Get the type of PTG for Less Than
getType() - Method in class org.apache.poi.hssf.record.formula.MultiplyPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.NotEqualPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.OperationPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.ParenthesisPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.PowerPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.SubtractPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.UnaryMinusPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.UnaryPlusPtg
 
getType() - Method in class org.apache.poi.hssf.record.formula.UnionPtg
 
getValue() - Method in class org.apache.poi.hssf.record.formula.BoolPtg
 
getValue() - Method in class org.apache.poi.hssf.record.formula.IntPtg
 
getValue() - Method in class org.apache.poi.hssf.record.formula.NumberPtg
 
getValue() - Method in class org.apache.poi.hssf.record.formula.StringPtg
 

H

hashCode() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 

I

INDEX_EXTERNAL - Static variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
IntPtg - class org.apache.poi.hssf.record.formula.IntPtg.
Integer (short intger) Stores a (java) short value in a formula
IntPtg() - Constructor for class org.apache.poi.hssf.record.formula.IntPtg
 
IntPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.IntPtg
 
IntPtg(String) - Constructor for class org.apache.poi.hssf.record.formula.IntPtg
 
isBaxcel() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
isColRelative() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
isColRelative() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
isFirstColRelative() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
isFirstColRelative() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
isFirstRowRelative() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
isFirstRowRelative() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
isGoto() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
isLastColRelative() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
isLastColRelative() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
isLastRowRelative() - Method in class org.apache.poi.hssf.record.formula.Area3DPtg
 
isLastRowRelative() - Method in class org.apache.poi.hssf.record.formula.AreaPtg
 
isOptimizedChoose() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
isOptimizedIf() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
isRowRelative() - Method in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
isRowRelative() - Method in class org.apache.poi.hssf.record.formula.ReferencePtg
 
isSemiVolatile() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
isSpace() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 
isSum() - Method in class org.apache.poi.hssf.record.formula.AttrPtg
 

L

LESSTHAN - Static variable in class org.apache.poi.hssf.record.formula.LessThanPtg
identifier for LESS THAN char
LessEqualPtg - class org.apache.poi.hssf.record.formula.LessEqualPtg.
Ptg class to implement less than or equal
LessEqualPtg() - Constructor for class org.apache.poi.hssf.record.formula.LessEqualPtg
Creates new LessEqualPtg
LessEqualPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.LessEqualPtg
 
LessThanPtg - class org.apache.poi.hssf.record.formula.LessThanPtg.
Less than operator PTG "<".
LessThanPtg() - Constructor for class org.apache.poi.hssf.record.formula.LessThanPtg
Constructor.
LessThanPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.LessThanPtg
Constructor.
lookupIndex(String) - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
lookupName(short) - Method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 

M

MINUS - Static variable in class org.apache.poi.hssf.record.formula.UnaryMinusPtg
 
MULTIPLY - Static variable in class org.apache.poi.hssf.record.formula.MultiplyPtg
 
MemErrPtg - class org.apache.poi.hssf.record.formula.MemErrPtg.
 
MemErrPtg() - Constructor for class org.apache.poi.hssf.record.formula.MemErrPtg
Creates new MemErrPtg
MemErrPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.MemErrPtg
 
MemFuncPtg - class org.apache.poi.hssf.record.formula.MemFuncPtg.
 
MemFuncPtg() - Constructor for class org.apache.poi.hssf.record.formula.MemFuncPtg
 
MemFuncPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.MemFuncPtg
Creates new function pointer from a byte array usually called while reading an excel file.
MissingArgPtg - class org.apache.poi.hssf.record.formula.MissingArgPtg.
Missing Function Arguments Avik Sengupta
MissingArgPtg() - Constructor for class org.apache.poi.hssf.record.formula.MissingArgPtg
 
MissingArgPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.MissingArgPtg
 
MultiplyPtg - class org.apache.poi.hssf.record.formula.MultiplyPtg.
Implements the standard mathmatical multiplication - *
MultiplyPtg() - Constructor for class org.apache.poi.hssf.record.formula.MultiplyPtg
Creates new AddPtg
MultiplyPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.MultiplyPtg
 
main(String[]) - Static method in class org.apache.poi.hssf.record.formula.TestFuncPtg
 
map - Static variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 

N

NamePtg - class org.apache.poi.hssf.record.formula.NamePtg.
 
NamePtg() - Constructor for class org.apache.poi.hssf.record.formula.NamePtg
 
NamePtg(String, Workbook) - Constructor for class org.apache.poi.hssf.record.formula.NamePtg
Creates new NamePtg
NamePtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.NamePtg
Creates new NamePtg
NameXPtg - class org.apache.poi.hssf.record.formula.NameXPtg.
 
NameXPtg() - Constructor for class org.apache.poi.hssf.record.formula.NameXPtg
 
NameXPtg(String) - Constructor for class org.apache.poi.hssf.record.formula.NameXPtg
Creates new NamePtg
NameXPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.NameXPtg
Creates new NamePtg
NotEqualPtg - class org.apache.poi.hssf.record.formula.NotEqualPtg.
Ptg class to implement not equal
NotEqualPtg() - Constructor for class org.apache.poi.hssf.record.formula.NotEqualPtg
Creates new NotEqualPtg
NotEqualPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.NotEqualPtg
 
NumberPtg - class org.apache.poi.hssf.record.formula.NumberPtg.
Number Stores a floating point value in a formula value stored in a 8 byte field using IEEE notation
NumberPtg() - Constructor for class org.apache.poi.hssf.record.formula.NumberPtg
 
NumberPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.NumberPtg
Create a NumberPtg from a byte array read from disk
NumberPtg(String) - Constructor for class org.apache.poi.hssf.record.formula.NumberPtg
Create a NumberPtg from a string representation of the number Number format is not checked, it is expected to be validated in the parser that calls this method.
numParams - Variable in class org.apache.poi.hssf.record.formula.FuncPtg
 

O

OperationPtg - class org.apache.poi.hssf.record.formula.OperationPtg.
defines a Ptg that is an operation instead of an operand
OperationPtg() - Constructor for class org.apache.poi.hssf.record.formula.OperationPtg
 
optGoto - Variable in class org.apache.poi.hssf.record.formula.AttrPtg
 
optiChoose - Variable in class org.apache.poi.hssf.record.formula.AttrPtg
 
optiIf - Variable in class org.apache.poi.hssf.record.formula.AttrPtg
 
org.apache.poi.hssf.record.formula - package org.apache.poi.hssf.record.formula
Record package contains class representations for XLS binary strutures.

P

ParenthesisPtg - class org.apache.poi.hssf.record.formula.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.
ParenthesisPtg() - Constructor for class org.apache.poi.hssf.record.formula.ParenthesisPtg
 
ParenthesisPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.ParenthesisPtg
 
PowerPtg - class org.apache.poi.hssf.record.formula.PowerPtg.
 
PowerPtg() - Constructor for class org.apache.poi.hssf.record.formula.PowerPtg
Creates new AddPtg
PowerPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.PowerPtg
 
Ptg - class org.apache.poi.hssf.record.formula.Ptg.
 
Ptg() - Constructor for class org.apache.poi.hssf.record.formula.Ptg
 
paramClass - Variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
produceFunctionData() - Static method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
produceHash() - Static method in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
Produces the function table hashmap
ptgClass - Variable in class org.apache.poi.hssf.record.formula.Ptg
 

R

Ref3DPtg - class org.apache.poi.hssf.record.formula.Ref3DPtg.
Title: Reference 3D Ptg
Ref3DPtg() - Constructor for class org.apache.poi.hssf.record.formula.Ref3DPtg
Creates new AreaPtg
Ref3DPtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.Ref3DPtg
 
Ref3DPtg(String, short) - Constructor for class org.apache.poi.hssf.record.formula.Ref3DPtg
 
ReferencePtg - class org.apache.poi.hssf.record.formula.ReferencePtg.
ReferencePtg - handles references (such as A1, A2, IA4)
ReferencePtg() - Constructor for class org.apache.poi.hssf.record.formula.ReferencePtg
 
ReferencePtg(String) - Constructor for class org.apache.poi.hssf.record.formula.ReferencePtg
Takes in a String represnetation of a cell reference and fills out the numeric fields.
ReferencePtg(byte[], int) - Constructor for class org.apache.poi.hssf.record.formula.ReferencePtg
Creates new ValueReferencePtg
returnClass - Variable in class org.apache.poi.hssf.record.formula.AbstractFunctionPtg
 
rowRelative - Variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
rowRelative - Variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
rowRelative - Variable in class org.apache.poi.hssf.record.formula.Ref3DPtg
 
rowRelative - Variable in class org.apache.poi.hssf.record.formula.ReferencePtg
 

S

SIZE - Static variable in class org.apache.poi.hssf.record.formula.AddPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.Area3DPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.AreaPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.AttrPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.BoolPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.ConcatPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.DividePtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.EqualPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.ExpPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.FuncPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.FuncVarPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.GreaterEqualPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.GreaterThanPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.IntPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.LessEqualPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.LessThanPtg
the size of the Ptg
SIZE - Static variable in class org.apache.poi.hssf.record.formula.MemErrPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.MissingArgPtg
 
SIZE - Static variable in class org.apache.poi.hssf.record.formula.MultiplyPtg