... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Proofing Suite
489
dictionary
Plural
dictionaries
Represents a dictionary. Dictionary objects are returned by properties of the language class; these
include the active spelling dictionary, active grammar dictionary, active thesaurus dictionary, and active
hyphenation dictionary properties.
Use dictionary index, where index is an index number or the string name for the dictionary, to return
a single dictionary object that represents a custom dictionary. The following example returns the
first dictionary in Word.
dictionary 1
The following example returns the dictionary named "MyDictionary."
dictionary "MyDictionary"
Use the language specific property to determine whether the specified custom dictionary can have a
specific language assigned to it with the language ID property. If the dictionary is language specific,
it will verify only text that is formatted for the specified language.
For each language for which proofing tools are installed, you can use the active grammar dictionary,
active hyphenation dictionary, active spelling dictionary, and active thesaurus dictionary properties of the
language class to return the corresponding dictionary objects. The following example returns the
full path for the active spelling dictionary used in the U.S. English version of Word.
set mySpell to the active spelling dictionary of (retrieve language english us)
display dialog (path of mySpell) & (path separator of application ¬
"Microsoft Word") & (name of mySpell)
The read only property returns true for built-in proofing dictionaries and false for custom spelling
dictionaries.
Properties
dictionary type
Returns the dictionary type. Read-only.
Can be one of the following:
grammar
hyphenation
spelling
spelling complete
spelling custom
spelling legal
spelling medical
hangul hanja conversion
hangul hanja conversion
custom
thesaurus
Summary :
Proofing Suite 489 dictionary Plural dictionaries Represents a dictionary. For each language for which proofing tools are installed, you can use the active grammar dictionary, active hyphenation dictionary, active spelling dictionary, and active thesaurus dictionary properties of the language class to return the corresponding dictionary objects.
Tags :
language,custom,returns,properties,following,property,proofing,myspell,index,hyphenation,specific,dictionaries,grammar