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
           
 
Constructor Summary
ParenthesisPtg()
          Creates new ParenthesisPtg
ParenthesisPtg(byte[] data, int offset)
          Creates new ParenthesisPtg
 
Method Summary
 int getSize()
           
 java.lang.String toFormulaString()
           
 void writeBytes(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 byte sid
Constructor Detail

ParenthesisPtg

public ParenthesisPtg()
Creates new ParenthesisPtg

ParenthesisPtg

public ParenthesisPtg(byte[] data,
                      int offset)
Creates new ParenthesisPtg
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.