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