public final class ComparisonMode
extends com.aspose.ms.System.Enum
The comparison mode enumeration.
Modifier and Type | Field and Description |
---|---|
static int |
IgnoreSpaces
All spaces are ignored.
|
static int |
Normal
Normal mode.
|
static int |
ParseSpaces
The mode is similar to normal, but attempts to account for visual spacing between text fragments based on distance.
|
public static final int Normal
Normal mode. Only spaces within text fragments are taken into account (depending on the way the document is generated.)
public static final int IgnoreSpaces
All spaces are ignored. Changes are sought only in words.
public static final int ParseSpaces
The mode is similar to normal, but attempts to account for visual spacing between text fragments based on distance. Recognizing the number of spaces between fragments may not be accurate because this greatly depends on how the documents are generated. If documents are created by different generators, there may be inaccuracies in comparing spaces between text fragments.
Copyright © 2025 Aspose. All Rights Reserved.