UIKit.UITextChecker Members

The members of UIKit.UITextChecker are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AvailableLangaugesstring. The languages supported by the spell checker.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
IgnoredWordsstring[]. The words that are ignored during spell checking.

Public Methods

CompletionsForPartialWordRange(Foundation.NSRange, string, string) : string[]
An array of strings that represent the possible completions for a partially-entered word.
GuessesForWordRange(Foundation.NSRange, string, string) : string[]
The list of words that are suggestions for a misspelled word.
static
HasLearnedWord(string) : bool
Whether the spell checker has learned the specified word.
IgnoreWord(string)
Ignores the specified word during spell checking.
static
LearnWord(string)
Learns the specified word so that it no longer identified as misspelled.
RangeOfMisspelledWordInString(string, Foundation.NSRange, bool, string, nint) : Foundation.NSRange
Searches the specified range within a string for a misspelled word.
static
UnlearnWord(string)
Tells the spell checked to forget the specified spelling.