|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord | +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.LabelCell
Reperesent a BIFF Record descibing a cell containing a string
Constructor Summary | |
LabelCell(java.io.InputStream is)
Reads a LabelCell from the InputStream |
|
LabelCell(int row,
int column,
java.lang.String cellContents,
int ixfe)
Constructs a LabelCell using specified attributes |
Method Summary | |
short |
getBiffType()
Get the hex code for this particular BIFFRecord |
int |
getCol()
Get the column number of this cell |
java.lang.String |
getLabel()
Gets the String representing the cells contents |
int |
getRow()
Get the row number of this cell |
int |
read(java.io.InputStream input)
Writes a LabelCell to the specified Outputstream |
void |
write(java.io.OutputStream output)
Writes a LabelCell to the specified Outputstream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelCell(java.io.InputStream is) throws java.io.IOException
InputStream
is
- the Inputstream
to read frompublic LabelCell(int row, int column, java.lang.String cellContents, int ixfe) throws java.io.IOException
LabelCell
using specified attributesrow
- row numbercol
- column numbercellContents
- contents of the cellixfe
- font indexMethod Detail |
public short getBiffType()
BIFFRecord
LabelCell
public int getCol()
public java.lang.String getLabel() throws java.io.IOException
String
representing the cells contentsString
representing the cells contentspublic int getRow()
public int read(java.io.InputStream input) throws java.io.IOException
LabelCell
to the specified Outputstream
os
- the OutputStream
to write topublic void write(java.io.OutputStream output) throws java.io.IOException
LabelCell
to the specified Outputstream
write
in class BIFFRecord
os
- the OutputStream
to write to
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |