jet.report.xls
Class MergeCells

java.lang.Object
  extended by Biff
      extended by jet.report.xls.MergeCells

public class MergeCells
extends Biff

Title: Merged Cells

Description: Optional record defining a square area of cells to "merged" into one cell.


Constructor Summary
MergeCells()
          Constructs a MergeCells record
 
Method Summary
 int getLength()
          get the length of MergeCells.
 void input(util.RandomAccessStream stream)
          input MergeCells from input stream
 int opcode()
          get the opcode of MergeCells.
 int output(util.RandomAccessStream stream)
          output the record MergeCells.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeCells

public MergeCells()
Constructs a MergeCells record

Method Detail

opcode

public int opcode()
get the opcode of MergeCells.


output

public int output(util.RandomAccessStream stream)
           throws java.io.IOException
output the record MergeCells.

Throws:
java.io.IOException

input

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

Throws:
java.io.IOException

getLength

public int getLength()
get the length of MergeCells.