ISpellChecker2 class com
Represents a particular spell checker for a particular language, with
the added ability to remove words from the added words dictionary, or
from the ignore list. The ISpellChecker2
can also be used to check
text, get suggestions, update user dictionaries, and maintain options,
as can ISpellChecker from which it is derived.
- Inheritance
-
- Object
- IUnknown
- ISpellChecker
- ISpellChecker2
Constructors
-
ISpellChecker2(Pointer<
COMObject> ptr) - ISpellChecker2.from(IUnknown interface)
-
factory
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 -
Increments the reference count for an interface pointer to a COM object.
inherited
-
autoCorrect(
Pointer< Utf16> from, Pointer<Utf16> to) → int -
inherited
-
check(
Pointer< Utf16> text, Pointer<Pointer< value) → intCOMObject> > -
inherited
-
comprehensiveCheck(
Pointer< Utf16> text, Pointer<Pointer< value) → intCOMObject> > -
inherited
-
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
getOptionDescription(
Pointer< Utf16> optionId, Pointer<Pointer< value) → intCOMObject> > -
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< ppvObject) → intNativeType> > -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
remove(
Pointer< Utf16> word) → int -
remove_SpellCheckerChanged(
int eventCookie) → int -
inherited
-
suggest(
Pointer< Utf16> word, Pointer<Pointer< value) → intCOMObject> > -
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