SpellingSuggestion Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single spelling suggestion for a misspelled word.
public interface class SpellingSuggestion
[System.Runtime.InteropServices.Guid("000209AB-0000-0000-C000-000000000046")]
public interface SpellingSuggestion
type SpellingSuggestion = interface
Public Interface SpellingSuggestion
- Attributes
Remarks
The SpellingSuggestion object is a member of the SpellingSuggestions collection. The SpellingSuggestions collection includes all the suggestions for a specified word or for the first word in the specified range.
Use SpellingSuggestions(index
), where index
is the index number, to return a single SpellingSuggestion object.
The Count property for the SpellingSuggestions object returns 0 (zero) if the word is spelled correctly or if there are no suggestions.
Properties
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. |
Name |
Returns or sets the name of the specified object. |
Parent |
Returns an object that represents the parent object of the specified object. |