org.openoffice.xmerge.converter.xml.sxc.pexcel.Records
Class BlankCell
java.lang.Object
|
+--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord
|
+--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BlankCell
- public class BlankCell
- extends BIFFRecord
Represents a BIFF Record that describes a blank cell
Constructor Summary |
BlankCell(java.io.InputStream is)
Constructs a BlankCell InputStream |
Method Summary |
short |
getBiffType()
Get the hex code for this particular BIFFRecord |
int |
getCol()
|
int |
getRow()
|
int |
getXFIndex()
|
int |
read(java.io.InputStream input)
Reads a BlankCell InputStream |
void |
setCol(short col)
|
void |
setRow(short row)
|
void |
setXFIndex(short ixfe)
|
void |
write(java.io.OutputStream output)
Writes the record, including the BIFF record byte to the outputstream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlankCell
public BlankCell(java.io.InputStream is)
throws java.io.IOException
- Constructs a BlankCell
InputStream
- Parameters:
is
- InputStream containing a BlankCell.
getBiffType
public short getBiffType()
- Get the hex code for this particular
BIFFRecord
- Returns:
- the hex code for
BlankCell
getCol
public int getCol()
getRow
public int getRow()
getXFIndex
public int getXFIndex()
read
public int read(java.io.InputStream input)
throws java.io.IOException
- Reads a BlankCell
InputStream
- Parameters:
is
- InputStream containing a BlankCell.
setCol
public void setCol(short col)
setRow
public void setRow(short row)
setXFIndex
public void setXFIndex(short ixfe)
write
public void write(java.io.OutputStream output)
throws java.io.IOException
- Description copied from class:
BIFFRecord
- Writes the record, including the BIFF record byte to the outputstream
- Overrides:
write
in class BIFFRecord
- Following copied from class:
org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord
- Parameters:
output
- The output stream to write to in LittleEndian format.
Copyright © 2002 OpenOffice.org