MonoMac.AppKit.NSSpellChecker Members

The members of MonoMac.AppKit.NSSpellChecker are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AccessoryViewNSView. Documentation for this section has not yet been entered.
AutomaticallyIdentifiesLanguagesbool. Documentation for this section has not yet been entered.
[read-only]
AvailableLanguagesstring[]. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Languagestring. Documentation for this section has not yet been entered.
[read-only]
static
SharedSpellCheckerNSSpellChecker. Documentation for this section has not yet been entered.
[read-only]
static
SharedSpellCheckerExistsbool. Documentation for this section has not yet been entered.
[read-only]
SpellingPanelNSPanel. Documentation for this section has not yet been entered.
[read-only]
SubstitutionsPanelNSPanel. Documentation for this section has not yet been entered.
SubstitutionsPanelAccessoryViewControllerNSViewController. Documentation for this section has not yet been entered.
[read-only]
static
UniqueSpellDocumentTagint. Documentation for this section has not yet been entered.
[read-only]
UserPreferredLanguagesstring[]. Documentation for this section has not yet been entered.
[read-only]
UserReplacementsDictionaryMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.

Public Methods

CheckGrammar(string, int, string, bool, int, MonoMac.Foundation.NSDictionary[]) : MonoMac.Foundation.NSRange
Documentation for this section has not yet been entered.
CheckSpelling(string, int) : MonoMac.Foundation.NSRange
Documentation for this section has not yet been entered.
CheckSpelling(string, int, string, bool, int, int) : MonoMac.Foundation.NSRange
Documentation for this section has not yet been entered.
CheckString(string, MonoMac.Foundation.NSRange, MonoMac.Foundation.NSTextCheckingTypes, MonoMac.Foundation.NSDictionary, int, MonoMac.Foundation.NSOrthography, int) : MonoMac.Foundation.NSTextCheckingResult[]
Documentation for this section has not yet been entered.
CloseSpellDocument(int)
Documentation for this section has not yet been entered.
CompletionsForPartialWordRange(MonoMac.Foundation.NSRange, string, string, int) : string[]
Documentation for this section has not yet been entered.
CountWords(string, string) : int
Documentation for this section has not yet been entered.
GuessesForWordRange(MonoMac.Foundation.NSRange, string, string, int) : string[]
Documentation for this section has not yet been entered.
HasLearnedWord(string) : bool
Documentation for this section has not yet been entered.
IgnoredWords(int) : string[]
Documentation for this section has not yet been entered.
IgnoreWord(string, int)
Documentation for this section has not yet been entered.
LearnWord(string)
Documentation for this section has not yet been entered.
MenuForResults(MonoMac.Foundation.NSTextCheckingResult, string, MonoMac.Foundation.NSDictionary, System.Drawing.PointF, NSView) : NSMenu
Documentation for this section has not yet been entered.
SetIgnoredWords(string[], int)
Documentation for this section has not yet been entered.
SetWordFieldStringValue(string)
Documentation for this section has not yet been entered.
UnlearnWord(string)
Documentation for this section has not yet been entered.
UpdatePanels()
Documentation for this section has not yet been entered.
UpdateSpellingPanelWithGrammarl(string, MonoMac.Foundation.NSDictionary)
Documentation for this section has not yet been entered.
UpdateSpellingPanelWithMisspelledWord(string)
Documentation for this section has not yet been entered.
UserQuotesArrayForLanguage(string) : string[]
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSSpellChecker object.