The abstract class SpelledWord represents a spelled word in a text.

Syntax

public abstract class SpelledWord
Public MustInherit Class SpelledWord

Properties

Property Description
Index Gets the index of the spelled word to the corresponding collection.
Length Gets the length of the spelled word.
Start Gets the starting position of a spelled word.
Text Gets the text of the spelled word.