ISpellChecker2 class com Interface

Inheritance

Constructors

ISpellChecker2(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
Id Pointer<Utf16>
no setterinherited
LanguageTag Pointer<Utf16>
no setterinherited
LocalizedName Pointer<Utf16>
no setterinherited
OptionIds Pointer<COMObject>
no setterinherited
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
inherited
add_SpellCheckerChanged(Pointer<COMObject> handler, Pointer<Uint32> eventCookie) int
inherited
AddRef() int
inherited
AutoCorrect(Pointer<Utf16> from, Pointer<Utf16> to) int
inherited
Check(Pointer<Utf16> text, Pointer<Pointer<COMObject>> value) int
inherited
ComprehensiveCheck(Pointer<Utf16> text, Pointer<Pointer<COMObject>> value) int
inherited
GetOptionDescription(Pointer<Utf16> optionId, Pointer<Pointer<COMObject>> value) int
inherited
GetOptionValue(Pointer<Utf16> optionId, Pointer<Uint8> value) int
inherited
Ignore(Pointer<Utf16> word) int
inherited
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(Pointer<Utf16> word) int
remove_SpellCheckerChanged(int eventCookie) int
inherited
Suggest(Pointer<Utf16> word, Pointer<Pointer<COMObject>> value) int
inherited
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