ru.novosoft.dc.rtf.dom.objects
Interface CellMerge


public interface CellMerge

Cell merge constants.


Field Summary
static byte CONTINUE
          The cell is merged with a previous cell in the range.
static byte NONE
          No merge (the default).
static byte START
          The first cell in the range to be merged.
 

Field Detail

NONE

public static final byte NONE
No merge (the default).

START

public static final byte START
The first cell in the range to be merged.

CONTINUE

public static final byte CONTINUE
The cell is merged with a previous cell in the range.