|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CellMerge>
com.spire.doc.documents.CellMerge
public enum CellMerge
Specifies the way of cell merging.
Enum Constant Summary | |
---|---|
Continue
Merge is continued. |
|
None
No merge. |
|
Start
Merge starts from this cell. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final CellMerge None
public static final CellMerge Start
public static final CellMerge Continue
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |