SynonymInfo Object Members

Word Developer Reference

Represents the information about synonyms, antonyms, related words, or related expressions for the specified range or a given string.

Properties

  Name Description
Bb257951.properties(en-us,office.12).gif AntonymList Returns a list of antonyms for the word or phrase. The list is returned as an array of strings. Read-only Variant.
Bb257951.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257951.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.
Bb257951.properties(en-us,office.12).gif Found True if the thesaurus finds synonyms, antonyms, related words, or related expressions for the word or phrase. Read-only Boolean.
Bb257951.properties(en-us,office.12).gif MeaningCount Returns the number of entries in the list of meanings found in the thesaurus for the word or phrase. Returns 0 (zero) if no meanings were found. Read-only Long.
Bb257951.properties(en-us,office.12).gif MeaningList Returns the list of meanings for the word or phrase. The list is returned as an array of strings. Read-only Variant.
Bb257951.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified SynonymInfo object.
Bb257951.properties(en-us,office.12).gif PartOfSpeechList Returns a list of the parts of speech corresponding to the meanings found for the word or phrase looked up in the thesaurus. The list is returned as an array of integers. Read-only Variant.
Bb257951.properties(en-us,office.12).gif RelatedExpressionList Returns a list of expressions related to the specified word or phrase. The list is returned as an array of strings. Read-only Variant.
Bb257951.properties(en-us,office.12).gif RelatedWordList Returns a list of words related to the specified word or phrase. The list is returned as an array of strings. Read-only Variant.
Bb257951.properties(en-us,office.12).gif SynonymList Returns a list of synonyms for a specified meaning of a word or phrase. The list is returned as an array of strings. Read-only Variant.
Bb257951.properties(en-us,office.12).gif Word Returns the word or phrase that was looked up by the thesaurus. Read-only String.