com.aspose.words
Class CellMerge

java.lang.Object
    extended by com.aspose.words.CellMerge

public class CellMerge 
extends java.lang.Object

Utility class containing constants. Specifies how a cell in a table is merged with other cells.

Field Summary
static final intNONE = 0
           The cell is not merged.
static final intFIRST = 1
           The cell is the first cell in a range of merged cells.
static final intPREVIOUS = 2
           The cell is merged to the previous cell horizontally or vertically.
 

Field Detail

NONE = 0

public static final int NONE
The cell is not merged.

FIRST = 1

public static final int FIRST
The cell is the first cell in a range of merged cells.

PREVIOUS = 2

public static final int PREVIOUS
The cell is merged to the previous cell horizontally or vertically.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.