FunctionPtg
org.apache.poi.hssf.record.formula.
OperationPtg
+
TYPE_UNARY
:int
+
TYPE_BINARY
:int
+
TYPE_FUNCTION
:int
+
OperationPtg
()
+
getType
() :int
+
toFormulaString
(java.lang.String operands) :java.lang.String
+
getNumberOfOperands
() :int
org.apache.poi.hssf.record.formula.
FunctionPtg
+
sid
:short
+
FunctionPtg
(byte[] data, int offset)
#
FunctionPtg
(java.lang.String pName, byte pNumOperands)
+
toString
() :java.lang.String
+
getType
() :int
+
getNumberOfOperands
() :int
+
getFunctionIndex
() :short
+
getName
() :java.lang.String
+
toFormulaString
() :java.lang.String
+
toFormulaString
(java.lang.String operands) :java.lang.String
+
writeBytes
(byte[] array, int offset) :void
+
getSize
() :int