java.lang.Objectcom.aspose.words.MailMergeRtlCleanupMode
public class MailMergeRtlCleanupMode
Field Summary | ||
---|---|---|
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. | ||
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. | ||
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. |
Field Detail |
---|
DONT_REMOVE = 0 | |
public static final int DONT_REMOVE |
REMOVE_ALL = 1 | |
public static final int REMOVE_ALL |
REMOVE_FOR_LTR_TEXT = 2 | |
public static final int REMOVE_FOR_LTR_TEXT |