|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBiff
jet.report.xls.Blank
public class Blank
Specifies a blank cell.
| Constructor Summary | |
|---|---|
Blank(int row,
int col,
int ixfe)
Constructs a Blank object. |
|
| Method Summary | |
|---|---|
int |
getCol()
Gets the column of the cell. |
int |
getIxfe()
Gets the Xf index of the cell. |
int |
getRow()
Gets the row of the cell. |
void |
input(util.RandomAccessStream stream)
Inputs blank from input stream. |
int |
opcode()
Gets the opcode of the Blank object. |
int |
output(util.RandomAccessStream stream)
Outputs the class Blank. |
void |
setCol(int col)
Sets the column of the cell . |
void |
setIxfe(int index)
Sets the Xf index of the cell. |
void |
setRow(int row)
Sets the row of the cell. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Blank(int row,
int col,
int ixfe)
Blank object.
row - the row number to locate the Blank(based 0) objectcol - the column number to locate the Blank(based 0) objectixfe - index to the Xf record, which you can get by GlobalWorksheet.getXfIndex(Xf)| Method Detail |
|---|
public int opcode()
public void setRow(int row)
row - the row index, which is based on zeropublic int getRow()
public void setCol(int col)
col - the column index, which is based on zeropublic int getCol()
public void setIxfe(int index)
index - the Xf index, which you can get by GlobalWorksheet.getXfIndex(Xf)public int getIxfe()
Xf index
public int output(util.RandomAccessStream stream)
throws java.io.IOException
java.io.IOException
public void input(util.RandomAccessStream stream)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||