Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.poi.ss.formula.ptg Classes and Interfaces - 66 results found.
NameDescriptionTypePackageFramework
AbstractFunctionPtgThis class provides the base functionality for Excel sheet functions There are two kinds of function Ptgs - tFunc and tFuncVarClassorg.apache.poi.ss.formula.ptgApache POI
AddPtgAddition operator PTG the + binomial operator.Classorg.apache.poi.ss.formula.ptgApache POI
Area2DPtgBaseClassorg.apache.poi.ss.formula.ptgApache POI
Area3DPtgTitle: Area 3D Ptg - 3D reference (Sheet + Area) Description: Defined an area in Extern Sheet.Classorg.apache.poi.ss.formula.ptgApache POI
Area3DPxgTitle: XSSF Area 3D Reference (Sheet + Area) Description: Defined an area in an external or different sheet.Classorg.apache.poi.ss.formula.ptgApache POI
AreaErrPtgAreaErr - handles deleted cell area references.Classorg.apache.poi.ss.formula.ptgApache POI
AreaICommon interface for AreaPtg and Area3DPtg, and their child classes.Interfaceorg.apache.poi.ss.formula.ptgApache POI
AreaI .OffsetAreaClassorg.apache.poi.ss.formula.ptg.AreaIApache POI
AreaNPtgSpecifies a rectangular area of cells A1:A4 for instance.Classorg.apache.poi.ss.formula.ptgApache POI
AreaPtgSpecifies a rectangular area of cells A1:A4 for instance.Classorg.apache.poi.ss.formula.ptgApache POI
AreaPtgBaseSpecifies a rectangular area of cells A1:A4 for instance.Classorg.apache.poi.ss.formula.ptgApache POI
ArrayPtgArrayPtg - handles arrays The ArrayPtg is a little weird, the size of the Ptg when parsing initially onlyClassorg.apache.poi.ss.formula.ptgApache POI
AttrPtg"Special Attributes" This seems to be a Misc Stuff and Junk record.Classorg.apache.poi.ss.formula.ptgApache POI
AttrPtg .SpaceTypeClassorg.apache.poi.ss.formula.ptg.AttrPtgApache POI
BoolPtgBoolean (boolean) Stores a (java) boolean value in a formula.Classorg.apache.poi.ss.formula.ptgApache POI
ConcatPtgClassorg.apache.poi.ss.formula.ptgApache POI
ControlPtgClassorg.apache.poi.ss.formula.ptgApache POI
Deleted3DPxgClassorg.apache.poi.ss.formula.ptgApache POI
DeletedArea3DPtgTitle: Deleted Area 3D Ptg - 3D referecnce (Sheet + Area) Description: Defined a area in Extern Sheet.Classorg.apache.poi.ss.formula.ptgApache POI
DeletedRef3DPtgTitle: Deleted Reference 3D Ptg Description: Defined a cell in extern sheet.Classorg.apache.poi.ss.formula.ptgApache POI
DividePtgThis PTG implements the standard binomial divide "/"Author:Andrew C.Classorg.apache.poi.ss.formula.ptgApache POI
EqualPtgClassorg.apache.poi.ss.formula.ptgApache POI
ErrPtgClassorg.apache.poi.ss.formula.ptgApache POI
ExpPtgClassorg.apache.poi.ss.formula.ptgApache POI
FuncPtgClassorg.apache.poi.ss.formula.ptgApache POI
FuncVarPtgClassorg.apache.poi.ss.formula.ptgApache POI
GreaterEqualPtgPTG class to implement greater or equal toAuthor:fred at stsci dot eduClassorg.apache.poi.ss.formula.ptgApache POI
GreaterThanPtgGreater than operator PTG ">"Author:Cameron Riley (criley at ekmail.Classorg.apache.poi.ss.formula.ptgApache POI
IntersectionPtgClassorg.apache.poi.ss.formula.ptgApache POI
IntPtgInteger (unsigned short integer) Stores an unsigned short value (java int) inAuthor:Andrew C.Classorg.apache.poi.ss.formula.ptgApache POI
LessEqualPtgPtg class to implement less than or equalAuthor:fred at stsci dot eduClassorg.apache.poi.ss.formula.ptgApache POI
LessThanPtgLess than operator PTG "Author:Cameron Riley (criley at ekmail.Classorg.apache.poi.ss.formula.ptgApache POI
MemAreaPtgClassorg.apache.poi.ss.formula.ptgApache POI
MemErrPtgClassorg.apache.poi.ss.formula.ptgApache POI
MemFuncPtgClassorg.apache.poi.ss.formula.ptgApache POI
MissingArgPtgMissing Function Arguments Avik Sengupta Classorg.apache.poi.ss.formula.ptgApache POI
MultiplyPtgClassorg.apache.poi.ss.formula.ptgApache POI
NamePtgClassorg.apache.poi.ss.formula.ptgApache POI
NameXPtgA Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.Classorg.apache.poi.ss.formula.ptgApache POI
NameXPxgA Name, be that a Named Range or a Function / User Defined Function, addressed in the HSSF External Sheet style.Classorg.apache.poi.ss.formula.ptgApache POI
NotEqualPtgPtg class to implement not equalAuthor:fred at stsci dot eduClassorg.apache.poi.ss.formula.ptgApache POI
NumberPtgNumber Stores a floating point value in a formula value stored in a 8 byte field using IEEE notationClassorg.apache.poi.ss.formula.ptgApache POI
OperandPtgClassorg.apache.poi.ss.formula.ptgApache POI
OperationPtgClassorg.apache.poi.ss.formula.ptgApache POI
ParenthesisPtgWhile formula tokens are stored in RPN order and thus do not need parenthesis for precedence reasons, Parenthesis tokens ARE written to ensure that userClassorg.apache.poi.ss.formula.ptgApache POI
PercentPtgClassorg.apache.poi.ss.formula.ptgApache POI
PowerPtgClassorg.apache.poi.ss.formula.ptgApache POI
PtgPtg represents a syntactic token in a formula.Classorg.apache.poi.ss.formula.ptgApache POI
PxgAn XSSF only special kind of Ptg, which stores the sheet / book reference in string form.Interfaceorg.apache.poi.ss.formula.ptgApache POI
Pxg3DAn XSSF only special kind of Ptg, which stores a range of sheet / book references in string form.Interfaceorg.apache.poi.ss.formula.ptgApache POI
RangePtgClassorg.apache.poi.ss.formula.ptgApache POI
Ref3DPtgTitle: Reference 3D Ptg Description: Defined a cell in extern sheet.Classorg.apache.poi.ss.formula.ptgApache POI
Ref3DPxgTitle: XSSF 3D Reference Description: Defines a cell in an external or different sheet.Classorg.apache.poi.ss.formula.ptgApache POI
RefErrorPtgRefError - handles deleted cell referenceAuthor:Jason Height (jheight at chariot dot net dot au)Classorg.apache.poi.ss.formula.ptgApache POI
RefNPtgClassorg.apache.poi.ss.formula.ptgApache POI
RefPtgReferencePtg - handles references (such as A1, A2, IA4)Author:Andrew C.Classorg.apache.poi.ss.formula.ptgApache POI
RefPtgBaseReferencePtgBase - handles references (such as A1, A2, IA4)Author:Andrew C.Classorg.apache.poi.ss.formula.ptgApache POI
ScalarConstantPtgCommon superclass of all Ptgs that represent simple constant values.Classorg.apache.poi.ss.formula.ptgApache POI
StringPtgString Stores a String value in a formula value stored in the format char[]Classorg.apache.poi.ss.formula.ptgApache POI
SubtractPtgClassorg.apache.poi.ss.formula.ptgApache POI
TblPtgThis ptg indicates a data table.Classorg.apache.poi.ss.formula.ptgApache POI
UnaryMinusPtg does not have any effect on the operandAuthor:Avik SenguptaClassorg.apache.poi.ss.formula.ptgApache POI
UnaryPlusPtg does not have any effect on the operandAuthor:Avik SenguptaClassorg.apache.poi.ss.formula.ptgApache POI
UnionPtgClassorg.apache.poi.ss.formula.ptgApache POI
UnknownPtgClassorg.apache.poi.ss.formula.ptgApache POI
ValueOperatorPtgCommon superclass of all value operators.Classorg.apache.poi.ss.formula.ptgApache POI