com.aspose.words
Class ComparisonTargetType

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

public class ComparisonTargetType 
extends java.lang.Object

Utility class containing constants. Allows to specify base document which will be used during comparison. Default value is CURRENT. Relates to Microsoft Word "Show changes in" option in "Compare Documents" dialog box.

Field Summary
static final intCURRENT = 0
           This document is used as a base during comparison.
static final intNEW = 1
           Other document is used as a base during comparison.
 

Field Detail

CURRENT = 0

public static final int CURRENT
This document is used as a base during comparison.

NEW = 1

public static final int NEW
Other document is used as a base during comparison.

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