AttrPtg
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
+
getDefaultOperandClass
() :byte
org.apache.poi.hssf.record.formula.
AttrPtg
+
sid
:byte
+
AttrPtg
()
+
AttrPtg
(byte[] data, int offset)
+
setOptions
(byte options) :void
+
getOptions
() :byte
+
isSemiVolatile
() :boolean
+
isOptimizedIf
() :boolean
+
isOptimizedChoose
() :boolean
+
isGoto
() :boolean
+
isSum
() :boolean
+
setSum
(boolean bsum) :void
+
setOptimizedIf
(boolean bif) :void
+
isBaxcel
() :boolean
+
isSpace
() :boolean
+
setData
(short data) :void
+
getData
() :short
+
toString
() :java.lang.String
+
writeBytes
(byte[] array, int offset) :void
+
getSize
() :int
+
toFormulaString
(java.lang.String operands) :java.lang.String
+
getNumberOfOperands
() :int
+
getType
() :int
+
toFormulaString
(
org.apache.poi.hssf.util.SheetReferences
refs) :java.lang.String
+
getDefaultOperandClass
() :byte
+
clone
() :java.lang.Object