com.aspose.words
Class MailMergeRtlCleanupMode

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

public class MailMergeRtlCleanupMode 
extends java.lang.Object

Utility class containing constants. Specifies how to handle Right-To-Left attributes of mail merge result text runs.

Field Summary
static final intDONT_REMOVE = 0
           Preserves any Right-To-Left attributes of mail merge result text runs from being removed. This is the default Aspose.Word behavior, compatible with early versions.
static final intREMOVE_ALL = 1
           Forces any Right-To-Left attributes of mail merge result text runs to be removed. This seems to be the default MS Word behavior.
static final intREMOVE_FOR_LTR_TEXT = 2
           Forces Right-To-Left attributes of mail merge result text runs to be removed in case when text contents of these runs contain no Right-To-Left characters.
 

Field Detail

DONT_REMOVE = 0

public static final int DONT_REMOVE
Preserves any Right-To-Left attributes of mail merge result text runs from being removed. This is the default Aspose.Word behavior, compatible with early versions.

REMOVE_ALL = 1

public static final int REMOVE_ALL
Forces any Right-To-Left attributes of mail merge result text runs to be removed. This seems to be the default MS Word behavior.

REMOVE_FOR_LTR_TEXT = 2

public static final int REMOVE_FOR_LTR_TEXT
Forces Right-To-Left attributes of mail merge result text runs to be removed in case when text contents of these runs contain no Right-To-Left characters.

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