SpellingSuggestions Interface

Definition

A collection of SpellingSuggestion objects that represent all the suggestions for a specified word or for the first word in the specified range.

public interface class SpellingSuggestions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209AA-0000-0000-C000-000000000046")]
public interface SpellingSuggestions : System.Collections.IEnumerable
type SpellingSuggestions = interface
    interface IEnumerable
Public Interface SpellingSuggestions
Implements IEnumerable
Attributes
Implements

Remarks

Use the GetSpellingSuggestions method of a Application or Range object to return the SpellingSuggestions collection. The SpellingSuggestions method, when applied to the Application object, must specify the word to be checked. When the GetSpellingSuggestions method is applied to a range, the first word in the range is checked.

You cannot add suggestions to or remove suggestions from the collection of spelling suggestions. Spelling suggestions are derived from main and custom dictionary files.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

SpellingErrorType

Returns the spelling error type.

Methods

GetEnumerator()

Applies to