ISpellingError

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

JNA wrapper for ISpellingError COM interface.

VTable layout (after IUnknown): 3: get_StartIndex 4: get_Length 5: get_CorrectiveAction 6: get_Replacement

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
open fun fromNative(nativeValue: Any?, context: FromNativeContext?): Any?
Link copied to clipboard

Gets the corrective action to take.

Link copied to clipboard
fun getLength(): Int

Gets the length of the erroneous text.

Link copied to clipboard

Gets the replacement text (for CORRECTIVE_ACTION_REPLACE).

Link copied to clipboard

Gets the start index of the error in the checked text.

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?