diff --git a/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/IntPtg.html b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/IntPtg.html new file mode 100644 index 000000000..622ec1691 --- /dev/null +++ b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/IntPtg.html @@ -0,0 +1,357 @@ + + + + + + +Jakarta Poi API: Class IntPtg + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +org.apache.poi.hssf.record.formula +
+Class IntPtg

+
+java.lang.Object
+  |
+  +--org.apache.poi.hssf.record.formula.Ptg
+        |
+        +--org.apache.poi.hssf.record.formula.IntPtg
+
+
+
+
public class IntPtg
extends Ptg
+ +

+Integer (short intger) + Stores a (java) short value in a formula +

+

+
Author:
andy
+
+
+ +

+ + + + + + + + + + + + + + + + + + +
+Field Summary
+static bytesid + +
+           
+static intSIZE + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
IntPtg() + +
+          Creates new IntPtg
IntPtg(byte[] data, + int offset) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetSize() + +
+           
+ shortgetValue() + +
+           
+ voidsetValue(short value) + +
+           
+ java.lang.StringtoFormulaString() + +
+           
+ voidwriteBytes(byte[] array, + int offset) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
createPtg, getBytes
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+SIZE

+
+public static final int SIZE
+
+
+
+ +

+sid

+
+public static final byte sid
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+IntPtg

+
+public IntPtg()
+
+
Creates new IntPtg
+
+ +

+IntPtg

+
+public IntPtg(byte[] data,
+              int offset)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setValue

+
+public void setValue(short value)
+
+
+
+ +

+getValue

+
+public short getValue()
+
+
+
+ +

+writeBytes

+
+public void writeBytes(byte[] array,
+                       int offset)
+
+
+
Overrides:
writeBytes in class Ptg
+
+
+
+ +

+getSize

+
+public int getSize()
+
+
+
Overrides:
getSize in class Ptg
+
+
+
+ +

+toFormulaString

+
+public java.lang.String toFormulaString()
+
+
+
Overrides:
toFormulaString in class Ptg
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved. + + diff --git a/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/MultiplyPtg.html b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/MultiplyPtg.html new file mode 100644 index 000000000..bf41b85e2 --- /dev/null +++ b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/MultiplyPtg.html @@ -0,0 +1,391 @@ + + + + + + +Jakarta Poi API: Class MultiplyPtg + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +org.apache.poi.hssf.record.formula +
+Class MultiplyPtg

+
+java.lang.Object
+  |
+  +--org.apache.poi.hssf.record.formula.Ptg
+        |
+        +--org.apache.poi.hssf.record.formula.MultiplyPtg
+
+
+
All Implemented Interfaces:
OperationPtg
+
+
+
+
public class MultiplyPtg
extends Ptg
implements OperationPtg
+ +

+

+
Author:
andy
+
+
+ +

+ + + + + + + + + + + + + + + + + + +
+Field Summary
+static bytesid + +
+           
+static intSIZE + +
+           
+ + + + + + + +
Fields inherited from interface org.apache.poi.hssf.record.formula.OperationPtg
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
+  + + + + + + + + + + + + + +
+Constructor Summary
MultiplyPtg() + +
+          Creates new AddPtg
MultiplyPtg(byte[] data, + int offset) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetNumberOfOperands() + +
+           
+ intgetSize() + +
+           
+ intgetType() + +
+           
+ java.lang.StringtoFormulaString() + +
+           
+ java.lang.StringtoFormulaString(Ptg[] operands) + +
+           
+ voidwriteBytes(byte[] array, + int offset) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
createPtg, getBytes
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+SIZE

+
+public static final int SIZE
+
+
+
+ +

+sid

+
+public static final byte sid
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+MultiplyPtg

+
+public MultiplyPtg()
+
+
Creates new AddPtg
+
+ +

+MultiplyPtg

+
+public MultiplyPtg(byte[] data,
+                   int offset)
+
+
+ + + + + + + + +
+Method Detail
+ +

+writeBytes

+
+public void writeBytes(byte[] array,
+                       int offset)
+
+
+
Overrides:
writeBytes in class Ptg
+
+
+
+ +

+getSize

+
+public int getSize()
+
+
+
Overrides:
getSize in class Ptg
+
+
+
+ +

+getType

+
+public int getType()
+
+
+
Specified by:
getType in interface OperationPtg
+
+
+
+ +

+getNumberOfOperands

+
+public int getNumberOfOperands()
+
+
+
Specified by:
getNumberOfOperands in interface OperationPtg
+
+
+
+ +

+toFormulaString

+
+public java.lang.String toFormulaString()
+
+
+
Overrides:
toFormulaString in class Ptg
+
+
+
+ +

+toFormulaString

+
+public java.lang.String toFormulaString(Ptg[] operands)
+
+
+
Specified by:
toFormulaString in interface OperationPtg
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved. + + diff --git a/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/NamePtg.html b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/NamePtg.html new file mode 100644 index 000000000..513023dd9 --- /dev/null +++ b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/NamePtg.html @@ -0,0 +1,306 @@ + + + + + + +Jakarta Poi API: Class NamePtg + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +org.apache.poi.hssf.record.formula +
+Class NamePtg

+
+java.lang.Object
+  |
+  +--org.apache.poi.hssf.record.formula.Ptg
+        |
+        +--org.apache.poi.hssf.record.formula.NamePtg
+
+
+
+
public class NamePtg
extends Ptg
+ +

+

+
Author:
andy
+
+
+ +

+ + + + + + + + + + + + + + +
+Field Summary
+static shortsid + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
NamePtg() + +
+          Creates new NamePtg
NamePtg(byte[] data, + int offset) + +
+          Creates new NamePtg
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetSize() + +
+           
+ java.lang.StringtoFormulaString() + +
+           
+ voidwriteBytes(byte[] array, + int offset) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
createPtg, getBytes
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+sid

+
+public static final short sid
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+NamePtg

+
+public NamePtg()
+
+
Creates new NamePtg
+
+ +

+NamePtg

+
+public NamePtg(byte[] data,
+               int offset)
+
+
Creates new NamePtg
+ + + + + + + + +
+Method Detail
+ +

+writeBytes

+
+public void writeBytes(byte[] array,
+                       int offset)
+
+
+
Overrides:
writeBytes in class Ptg
+
+
+
+ +

+getSize

+
+public int getSize()
+
+
+
Overrides:
getSize in class Ptg
+
+
+
+ +

+toFormulaString

+
+public java.lang.String toFormulaString()
+
+
+
Overrides:
toFormulaString in class Ptg
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved. + + diff --git a/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/OperationPtg.html b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/OperationPtg.html new file mode 100644 index 000000000..04c1729ef --- /dev/null +++ b/build/jakarta-poi/docs/apidocs/org/apache/poi/hssf/record/formula/OperationPtg.html @@ -0,0 +1,264 @@ + + + + + + +Jakarta Poi API: Interface OperationPtg + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +org.apache.poi.hssf.record.formula +
+Interface OperationPtg

+
+
All Known Implementing Classes:
AttrPtg, MultiplyPtg, SubtractPtg, ValueVariableFunctionPtg, DividePtg, PowerPtg, AddPtg
+
+
+
+
public interface OperationPtg
+ +

+defines a Ptg that is an operation instead of an operand +

+

+
Author:
andy
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static intTYPE_BINARY + +
+           
+static intTYPE_FUNCTION + +
+           
+static intTYPE_UNARY + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetNumberOfOperands() + +
+           
+ intgetType() + +
+           
+ java.lang.StringtoFormulaString(Ptg[] operands) + +
+           
+  +

+ + + + + + + + +
+Field Detail
+ +

+TYPE_UNARY

+
+public static final int TYPE_UNARY
+
+
+
+ +

+TYPE_BINARY

+
+public static final int TYPE_BINARY
+
+
+
+ +

+TYPE_FUNCTION

+
+public static final int TYPE_FUNCTION
+
+
+ + + + + + + + + + + +
+Method Detail
+ +

+getType

+
+public int getType()
+
+
+
+ +

+getNumberOfOperands

+
+public int getNumberOfOperands()
+
+
+
+ +

+toFormulaString

+
+public java.lang.String toFormulaString(Ptg[] operands)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved. + +