java.lang.Object
com.aspose.words.MailMergeCheckErrors
public class MailMergeCheckErrors
| Field Summary | ||
|---|---|---|
static final int | SIMULATE | |
| Simulate the merge and report errors in a new document. | ||
static final int | PAUSE_ON_ERROR | |
| Complete the merge and pause to report errors. | ||
static final int | COLLECT_ERRORS | |
| Complete the merge and report errors in a new document. | ||
static final int | DEFAULT | |
|
Equals to the |
||
| Field Detail |
|---|
SIMULATE = 1 | |
public static final int SIMULATE | |
PAUSE_ON_ERROR = 2 | |
public static final int PAUSE_ON_ERROR | |
COLLECT_ERRORS = 3 | |
public static final int COLLECT_ERRORS | |
DEFAULT = 2 | |
public static final int DEFAULT | |