org.apache.poi.hssf.record
Class LinkedDataFormulaField

java.lang.Object
  extended by org.apache.poi.hssf.record.LinkedDataFormulaField

public final class LinkedDataFormulaField
extends java.lang.Object

Not implemented yet. May commit it anyway just so people can see where I'm heading.

Author:
Glen Stampoultzis (glens at apache.org)

Constructor Summary
LinkedDataFormulaField()
           
 
Method Summary
 LinkedDataFormulaField copy()
           
 int fillField(RecordInputStream in)
           
 Ptg[] getFormulaTokens()
           
 int getSize()
           
 int serializeField(int offset, byte[] data)
           
 void setFormulaTokens(Ptg[] ptgs)
           
 java.lang.String toString()
           
 void toString(java.lang.StringBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkedDataFormulaField

public LinkedDataFormulaField()
Method Detail

getSize

public int getSize()

fillField

public int fillField(RecordInputStream in)

toString

public void toString(java.lang.StringBuffer buffer)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

serializeField

public int serializeField(int offset,
                          byte[] data)

setFormulaTokens

public void setFormulaTokens(Ptg[] ptgs)

getFormulaTokens

public Ptg[] getFormulaTokens()

copy

public LinkedDataFormulaField copy()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.