ISpellChecker class com Interface

Represents a particular spell checker for a particular language. The ISpellChecker can be used to check text, get suggestions, update user dictionaries, and maintain options.

Inheritance
Implementers

Constructors

ISpellChecker(Pointer<COMObject> ptr)
ISpellChecker.from(IUnknown interface)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id Pointer<Utf16>
no setter
languageTag Pointer<Utf16>
no setter
localizedName Pointer<Utf16>
no setter
optionIds Pointer<COMObject>
no setter
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Pointer<Utf16> word) int
add_SpellCheckerChanged(Pointer<COMObject> handler, Pointer<Uint32> eventCookie) int
addRef() int
inherited
autoCorrect(Pointer<Utf16> from, Pointer<Utf16> to) int
check(Pointer<Utf16> text, Pointer<Pointer<COMObject>> value) int
comprehensiveCheck(Pointer<Utf16> text, Pointer<Pointer<COMObject>> value) int
getOptionDescription(Pointer<Utf16> optionId, Pointer<Pointer<COMObject>> value) int
getOptionValue(Pointer<Utf16> optionId, Pointer<Uint8> value) int
ignore(Pointer<Utf16> word) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
release() int
inherited
remove_SpellCheckerChanged(int eventCookie) int
suggest(Pointer<Utf16> word, Pointer<Pointer<COMObject>> value) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited