org.apache.poi.hssf.record
Class LinkedDataFormulaField
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LinkedDataFormulaField
public LinkedDataFormulaField()
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.