public final class TextMatchType
extends com.aspose.ms.System.Enum
Specifies Text Match type in string - Exact, StartsWith, EndsWith, Contains
Modifier and Type | Field and Description |
---|---|
static int |
Contains
Text contains the value.
|
static int |
EndsWith
Text ends with value.
|
static int |
Exact
Text matches
|
static int |
StartsWith
Text starts with value
|
public static final int Exact
Text matches
public static final int StartsWith
Text starts with value
public static final int EndsWith
Text ends with value.
public static final int Contains
Text contains the value.
Copyright © 2017. All rights reserved.