|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.record.LinkedDataFormulaField
public class LinkedDataFormulaField
Not implemented yet. May commit it anyway just so people can see where I'm heading.
Constructor Summary | |
---|---|
LinkedDataFormulaField()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
fillField(RecordInputStream in)
Populates this fields data from the byte array passed in. |
java.util.Stack |
getFormulaTokens()
|
int |
getSize()
|
int |
serializeField(int offset,
byte[] data)
Converts this field to it's byte array form. |
void |
setFormulaTokens(java.util.Stack formulaTokens)
|
java.lang.String |
toString()
|
void |
toString(java.lang.StringBuffer buffer)
Appends the string representation of this field to the supplied StringBuffer. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinkedDataFormulaField()
Method Detail |
---|
public int getSize()
getSize
in interface CustomField
fillField()
public int fillField(RecordInputStream in)
CustomField
fillField
in interface CustomField
in
- the RecordInputstream to read the record frompublic void toString(java.lang.StringBuffer buffer)
CustomField
toString
in interface CustomField
buffer
- The string buffer to append to.public java.lang.String toString()
toString
in class java.lang.Object
public int serializeField(int offset, byte[] data)
CustomField
serializeField
in interface CustomField
offset
- The offset into the byte array to start writing to.data
- The data array to write to.
public java.lang.Object clone()
clone
in class java.lang.Object
public void setFormulaTokens(java.util.Stack formulaTokens)
public java.util.Stack getFormulaTokens()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |