SynonymInfo Members

Include Protected Members
Include Inherited Members

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

The SynonymInfo type exposes the following members.

Properties

  Name Description
Public property AntonymList Returns a list of antonyms for the word or phrase. The list is returned as an array of strings.
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Found True if the thesaurus finds synonyms, antonyms, related words, or related expressions for the word or phrase.
Public property 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.
Public property MeaningList Returns the list of meanings for the word or phrase. The list is returned as an array of strings.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property 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.
Public property RelatedExpressionList Returns a list of expressions related to the specified word or phrase. The list is returned as an array of strings.
Public property RelatedWordList Returns a list of words related to the specified word or phrase. The list is returned as an array of strings.
Public property SynonymList Returns a list of synonyms for a specified meaning of a word or phrase. The list is returned as an array of strings.
Public property Word Returns the word or phrase that was looked up by the thesaurus.

Top

See Also

Reference

SynonymInfo Interface

Microsoft.Office.Interop.Word Namespace