ParenthesisPtg
org.apache.poi.hssf.record.formula.
OperationPtg
+
TYPE_UNARY
:int
+
TYPE_BINARY
:int
+
TYPE_FUNCTION
:int
+
getType
() :int
+
getNumberOfOperands
() :int
+
toFormulaString
(
org.apache.poi.hssf.record.formula.Ptg
operands) :java.lang.String
org.apache.poi.hssf.record.formula.
Ptg
+
Ptg
()
+
createPtg
(byte[] data, int offset) :
org.apache.poi.hssf.record.formula.Ptg
+
getSize
() :int
+
getBytes
() :byte[]
+
writeBytes
(byte[] array, int offset) :void
+
toFormulaString
() :java.lang.String
+
getPrecedence
() :int
+
getStringLength
() :int
org.apache.poi.hssf.record.formula.
ParenthesisPtg
+
ParenthesisPtg
()
+
writeBytes
(byte[] array, int offset) :void
+
getSize
() :int
+
getType
() :int
+
getNumberOfOperands
() :int
+
toFormulaString
() :java.lang.String
+
toFormulaString
(
org.apache.poi.hssf.record.formula.Ptg
operands) :java.lang.String