BaseLanguageLetterSetEnum enumeration constants are used to describe different letter sets of a base language. Letter sets are the sets of characters that are allowed or prohibited in certain places inside the words in a specified language.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Elements
| Name | Description |
|---|---|
| BLLS\_Alphabet | This value denotes a letter set that includes the full alphabet of the base language. |
| BLLS\_IgnorableLetters | This value denotes a letter set that includes the characters that may be found inside a word, but are ignored during the internal spelling check. |
| BLLS\_Prefixes | This constant denotes a letter set that covers the punctuation marks that may be found immediately before words. Among these characters there may be ”, (, { and so on. |
| BLLS\_SubscriptAlphabet | This value denotes a letter set that includes the characters allowed inside the words of the language as subscripts. |
| BLLS\_Suffixes | This constant denotes a letter set that covers the punctuation marks that may be found immediately after words. Among these characters there may be !, ”, ), } and so on. |
| BLLS\_SuperscriptAlphabet | This value denotes a letter set that includes the characters allowed inside the words of the language as superscripts. |
