java.lang.Objectcom.aspose.words.CellMerge
public class CellMerge
Field Summary | ||
---|---|---|
static final int | NONE | |
The cell is not merged. | ||
static final int | FIRST | |
The cell is the first cell in a range of merged cells. | ||
static final int | PREVIOUS | |
The cell is merged to the previous cell horizontally or vertically. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
FIRST = 1 | |
public static final int FIRST |
PREVIOUS = 2 | |
public static final int PREVIOUS |