SynonymInfo Properties (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

AntonymList

Returns a list of antonyms for the word or phrase. The list is returned as an array of strings. Read-only Variant.

Application

Returns an 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. Read-only Long.

Found

True if the thesaurus finds synonyms, antonyms, related words, or related expressions for the word or phrase. Read-only Boolean.

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.

MeaningList

Returns the list of meanings for the word or phrase. The list is returned as an array of strings. Read-only Variant.

Parent

Returns an Object that represents the parent object of the specified SynonymInfo 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. Read-only Variant.

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.

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.

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.

Word

Returns the word or phrase that was looked up by the thesaurus. Read-only String.