org.apache.poi.hssf.record.formula
Class ExpPtg

java.lang.Object
  |
  +--org.apache.poi.hssf.record.formula.Ptg
        |
        +--org.apache.poi.hssf.record.formula.ExpPtg

public class ExpPtg
extends Ptg

Author:
andy

Field Summary
static short sid
           
 
Constructor Summary
ExpPtg()
          Creates new ExpPtg
ExpPtg(byte[] array, int offset)
          Creates new ExpPtg
 
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, getPrecedence, getStringLength
 
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

ExpPtg

public ExpPtg()
Creates new ExpPtg

ExpPtg

public ExpPtg(byte[] array,
              int offset)
Creates new ExpPtg
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 © 2002 Apache jakarta-poi project. All Rights Reserved.