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

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

public class UnknownPtg
extends Ptg

Author:
andy

Constructor Summary
UnknownPtg()
          Creates new UnknownPtg
UnknownPtg(byte[] data, int offset)
           
 
Method Summary
 int getSize()
           
 java.lang.String toFormulaString()
          return a string representation of this token alone
 void writeBytes(byte[] array, int offset)
          write this Ptg to a byte array
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
createPtg, getBytes, toDebugString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownPtg

public UnknownPtg()
Creates new UnknownPtg

UnknownPtg

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

writeBytes

public void writeBytes(byte[] array,
                       int offset)
Description copied from class: Ptg
write this Ptg to a byte array
Overrides:
writeBytes in class Ptg

getSize

public int getSize()
Overrides:
getSize in class Ptg

toFormulaString

public java.lang.String toFormulaString()
Description copied from class: Ptg
return a string representation of this token alone
Overrides:
toFormulaString in class Ptg

jakarta-poi 1.6.0-dev

Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.