ASPOSE home

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
           The cell is not merged.
static final intFIRST
           The cell is the first cell in a range of merged cells.
static final intPREVIOUS
           The cell is merged to the previous cell horizontally or vertically.
 

Field Detail

NONE

public static final int NONE
The cell is not merged.

FIRST

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

PREVIOUS

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

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home