SetRange
Contents
[
Hide
]
SetRange(char[], CharacterType)
Sets the type for each character of the specified collection in this instance of the Alphabet.
public void SetRange(char[] characters, CharacterType type)
| Parameter | Type | Description |
|---|---|---|
| characters | Char[] | The collection of characters to set the type. |
| type | CharacterType | The character type. |
See Also
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
SetRange(string[], CharacterType)
Sets the type for each character of the specified collection in this instance of the Alphabet.
public void SetRange(string[] characters, CharacterType type)
| Parameter | Type | Description |
|---|---|---|
| characters | String[] | The collection of characters and surrogate pairs to set the type. |
| type | CharacterType | The character type. |
See Also
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
SetRange(int[], CharacterType)
Sets the type for each character of the specified collection in this instance of the Alphabet.
public void SetRange(int[] codePoints, CharacterType type)
| Parameter | Type | Description |
|---|---|---|
| codePoints | Int32[] | The collection of Unicode code points to set the type. |
| type | CharacterType | The character type. |
See Also
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search