public final class CharacterType
extends com.aspose.ms.System.Enum
Represents a type of a character, depending on how it should be indexed.
Modifier and Type | Field and Description |
---|---|
static int |
Blended
Both the separator and the valid character.
|
static int |
Letter
The valid character.
|
static int |
SeparateWord
The character that represents a whole word.
|
static int |
Separator
The separator character.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Separator
The separator character.
public static final int Letter
The valid character.
public static final int Blended
Both the separator and the valid character.
public static final int SeparateWord
The character that represents a whole word.