jet.report.xls
Class Blank

java.lang.Object
  extended by jet.report.xls.Biff
      extended by jet.report.xls.Blank
All Implemented Interfaces:
jet.report.xls.DataConstants
Direct Known Subclasses:
BLabel, BNumber, BoolErr, Formula

public class Blank
extends jet.report.xls.Biff

Specifies a blank cell.


Field Summary
 
Fields inherited from class jet.report.xls.Biff
AI, AREA, AREAFORMAT, ATTACHEDLABEL, AXCEXT, AXESUSED, AXIS, AXISLINEFORMAT, AXISPARENT, BACKUP, BAR, BEGIN, BFONT, BLANK, BOF, BOOKBOOL, BOOLERR, BOPPOP, BOTTOMMARGIN, BOUNDSHEET, CALCCOUNT, CALCMODE, CATERRANGE, CHART, CHART3D, CHARTDATALABELEXT, CHARTFORMAT, CHARTLINE, CODEPAGE, COLINFO, CONTINUE, COUNTRY, DATAFORMAT, DATE1904, DBCELL, DCON, DCONNAME, DCONREF, DEFCOLWIDTH, DEFROWHEIGHT, DEFTEXT, DELTA, DIMENSIONS, DROPBAR, DSF, END, EOF, EXTERNCOUNT, EXTERNSHEET, EXTSST, FBI, FILEPASS, FNGROUPCOUNT, FONTX, FOOTER, FORMAT, FORMULA, FRAME, FTCF, FTCMO, FTEND, FTPIOGRBIT, GELFRAME, GRIDSET, GUTS, HCENTER, HEADER, HIDEOBJ, HLINK, HORIZONTALPAGEBREAKS, IFMT, INDEX, INTEGER, INTERFACEEND, INTERFACEHDR, ITERATION, LABEL, LABELSST, LEFTMARGIN, LEGEND, LEGENDDXN, LINE, LINEFORMAT, MARKERFORMAT, MERGECELLS, MMS, MSODRAWING, MSODRAWINGGROUP, MSODRAWINGSELECTION, MSODRAWINGUNKNOWN, NAME, NOTE, NUMBER, OBJ, OBJECTLINK, PALETTE, PANE, PASSWORD, PIE, PIEFORMAT, PLOTAREA, PLOTGROWTH, PLS, POS, PRECISION, PRINTGRIDLINES, PRINTHEADERS, PROT4REV, PROT4REVPASS, PROTECT, RADAR, RADARAREA, REFMODE, REFRESHALL, RIGHTMARGIN, RK, ROW, SAVERECALC, SCATTER, SCL, SELECTION, SERFORMAT, SERIES, SERIESTEXT, SERTOCRT, SETUP, SHTPROPS, SIINDEX, SST, STRING, STYLE, SUPBOOK, SURFACE, TABID, TABLE, TEXT, TICK, TIP, TOPMARGIN, UNITS, UNKNOWN, UNKNOWN1, UNKNOWN10, UNKNOWN2, UNKNOWN3, UNKNOWN4, UNKNOWN5, UNKNOWN6, UNKNOWN7, UNKNOWN8, UNKNOWN9, USESELFS, VALUERANGE, VCENTER, VERTICALPAGEBREAKS, WINDOW1, WINDOW2, WINDOWPROTECT, WRITEACCESS, WSBOOL, XF
 
Fields inherited from interface jet.report.xls.DataConstants
BIG_BLOCK_SIZE, BYTE, DIRECTORY_TYPE, DOCUMENT_TYPE, DOUBLE, FLOAT, INT, LONG, MAX_LENGTH, MAX_RECORD_SIZE, MIN_DOC_SIZE, PROPERTY_SIZE, PROPERTY_TYPE_OFFSET, ROOT_TYPE, SHORT, SMALL_BLOCK_SIZE, UNUSED_BLOCK
 
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 jet.report.xls.Biff
getLength
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blank

public Blank(int row,
             int col,
             int ixfe)
Constructs a Blank object.

Parameters:
row - the row number to locate the Blank(based 0) object
col - the column number to locate the Blank(based 0) object
ixfe - index to the Xf record, which you can get by GlobalWorksheet.getXfIndex(Xf)
Method Detail

opcode

public int opcode()
Gets the opcode of the Blank object.

Specified by:
opcode in class jet.report.xls.Biff

setRow

public void setRow(int row)
Sets the row of the cell.

Parameters:
row - the row index, which is based on zero

getRow

public int getRow()
Gets the row of the cell.

Returns:
the row index based on zero

setCol

public void setCol(int col)
Sets the column of the cell .

Parameters:
col - the column index, which is based on zero

getCol

public int getCol()
Gets the column of the cell.

Returns:
the column index based on zero

setIxfe

public void setIxfe(int index)
Sets the Xf index of the cell.

Parameters:
index - the Xf index, which you can get by GlobalWorksheet.getXfIndex(Xf)

getIxfe

public int getIxfe()
Gets the Xf index of the cell.

Returns:
the Xf index

output

public int output(util.RandomAccessStream stream)
           throws java.io.IOException
Outputs the class Blank.

Overrides:
output in class jet.report.xls.Biff
Throws:
java.io.IOException

input

public void input(util.RandomAccessStream stream)
           throws java.io.IOException
Inputs blank from input stream.

Overrides:
input in class jet.report.xls.Biff
Throws:
java.io.IOException