com.aspose.words
Class FindReplaceDirection

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

public class FindReplaceDirection 
extends java.lang.Object

Utility class containing constants. Specifies direction for replace operations.

Field Summary
static final intFORWARD = 0
           Matched items are replaced from first to last.
static final intBACKWARD = 1
           Matched items are replaced from last back to first.
 

Field Detail

FORWARD = 0

public static final int FORWARD
Matched items are replaced from first to last.

BACKWARD = 1

public static final int BACKWARD
Matched items are replaced from last back to first.

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