public final class CharacterType
extends com.aspose.ms.System.Enum
Represents the type of character in relation to how a character is indexed.
Modifier and Type | Field and Description |
---|---|
static byte |
Blended
Both the separator and the valid character.
|
static byte |
Letter
The valid character.
|
static byte |
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 byte Separator
The separator character.
public static final byte Letter
The valid character.
public static final byte Blended
Both the separator and the valid character.
Copyright © 2019. All rights reserved.