ISpellCheckerFactory

class ISpellCheckerFactory(pvInstance: Pointer?) : Unknown(source)

JNA wrapper for ISpellCheckerFactory COM interface.

VTable layout (after IUnknown): 3: get_SupportedLanguages 4: IsSupported 5: CreateSpellChecker

Constructors

Link copied to clipboard
constructor(pvInstance: Pointer?)

Properties

Link copied to clipboard
open var pointer: Pointer?

Functions

Link copied to clipboard
open fun AddRef(): Int
Link copied to clipboard

Creates a spell checker for the specified language.

Link copied to clipboard
open fun fromNative(nativeValue: Any?, context: FromNativeContext?): Any?
Link copied to clipboard

Enumerates the BCP-47 language tags for which a dictionary is installed.

Link copied to clipboard
fun isSupported(languageTag: String): Boolean

Determines if the specified language is supported by a registered spell checker.

Link copied to clipboard
open fun nativeType(): Class<*>?
Link copied to clipboard
open fun QueryInterface(riid: Guid.REFIID?, ppvObject: PointerByReference?): WinNT.HRESULT?
Link copied to clipboard
open fun Release(): Int
Link copied to clipboard
open fun toNative(): Any?