LanguageWithVendors
A language with vendors.
LanguageWithVendors Properties
| Property |
Type |
Access |
Description |
| DictionaryPaths |
Array of Strings |
r/w |
All user dictionaries for the specified language. |
| DoubleQuotes |
String |
r/w |
Double quotes pair for the language. |
| HyphenationVendor |
String |
r/w |
Hyphenation vendor of the language. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Name |
String |
read |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| SingleQuotes |
String |
r/w |
Single quotes pair for the language. |
| SpellingVendor |
String |
r/w |
Spelling vendor of the language. |
| ThesaurusVendor |
String |
r/w |
Thesaurus vendor of the language. |
LanguageWithVendors Methods
| Method |
Returns |
Description |
| AddDictionaryPath |
String |
Add the given user dictionary. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| RemoveDictionaryPath |
String |
Remove the given user dictionary. |
Previous post: Layer
Next post: LanguagesWithVendors