com.aspose.words
Class MailMergeCheckErrors

java.lang.Object
    extended by com.aspose.words.MailMergeCheckErrors

public class MailMergeCheckErrors 
extends java.lang.Object

Utility class containing constants. Specifies how Microsoft Word will report errors detected during mail merge.
See Also:
MailMergeSettings.CheckErrors

Field Summary
static final intSIMULATE = 1
           Simulate the merge and report errors in a new document.
static final intPAUSE_ON_ERROR = 2
           Complete the merge and pause to report errors.
static final intCOLLECT_ERRORS = 3
           Complete the merge and report errors in a new document.
static final intDEFAULT = 2
           Equals to the PAUSE_ON_ERROR value.
 

Field Detail

SIMULATE = 1

public static final int SIMULATE
Simulate the merge and report errors in a new document.

PAUSE_ON_ERROR = 2

public static final int PAUSE_ON_ERROR
Complete the merge and pause to report errors.

COLLECT_ERRORS = 3

public static final int COLLECT_ERRORS
Complete the merge and report errors in a new document.

DEFAULT = 2

public static final int DEFAULT
Equals to the PAUSE_ON_ERROR value.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.