org.apache.poi.hssf.record.formula
Class ParenthesisPtg
java.lang.Object
|
+--org.apache.poi.hssf.record.formula.Ptg
|
+--org.apache.poi.hssf.record.formula.ParenthesisPtg
- public class ParenthesisPtg
- extends Ptg
Denotes that the previous operation (if just after an operation) or operand
(if just after an operand) should appear in parenthesis. For display purposes only.
- Author:
- andy
Field Summary |
static byte |
sid
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sid
public static final byte sid
ParenthesisPtg
public ParenthesisPtg()
- Creates new ParenthesisPtg
ParenthesisPtg
public ParenthesisPtg(byte[] data,
int offset)
- Creates new ParenthesisPtg
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.