Compartilhar via


Dictionary Object Members

Word Developer Reference

Represents a dictionary. Dictionary objects that represent custom dictionaries are members of the Dictionaries collection. Other dictionary objects are returned by properties of the Languages collection; these include the ActiveSpellingDictionary, ActiveGrammarDictionary, ActiveThesaurusDictionary, and ActiveHyphenationDictionary properties.

Methods

  Name Description
Bb257529.methods(en-us,office.12).gif Delete Deletes the specified dictionary.

Properties

  Name Description
Bb257529.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257529.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257529.properties(en-us,office.12).gif LanguageID Returns or sets a WdLanguageID constant that represents the language for the specified object. Read/write.
Bb257529.properties(en-us,office.12).gif LanguageSpecific True if the custom dictionary is to be used only with text formatted for a specific language. Read/write Boolean.
Bb257529.properties(en-us,office.12).gif Name Returns the name of the specified object. Read-only String.
Bb257529.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Dictionary object.
Bb257529.properties(en-us,office.12).gif Path Returns the path to the specified dictionary. Read-only String.
Bb257529.properties(en-us,office.12).gif ReadOnly True if the specified dictionary cannot be changed. Read-only Boolean.
Bb257529.properties(en-us,office.12).gif Type Returns the dictionary type. Read-only WdDictionaryType.