public class MailMergeCheckErrors
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLLECT_ERRORS
Complete the merge and report errors in a new document.
|
static int |
DEFAULT
Equals to the
PAUSE_ON_ERROR value. |
static int |
length |
static int |
PAUSE_ON_ERROR
Complete the merge and pause to report errors.
|
static int |
SIMULATE
Simulate the merge and report errors in a new document.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String mailMergeCheckErrorsName) |
static java.lang.String |
getName(int mailMergeCheckErrors) |
static int[] |
getValues() |
static java.lang.String |
toString(int mailMergeCheckErrors) |
public static int SIMULATE
public static int PAUSE_ON_ERROR
public static int COLLECT_ERRORS
public static int DEFAULT
PAUSE_ON_ERROR value.public static int length