:: com :: sun :: star :: i18n ::

interface XInputSequenceChecker
Description
contains the routine to check Thai input sequence checking
Since
OOo 1.1.2
Developers Guide
OfficeDev - Overview and Using the API - XExtendedIndexEntrySupplier

Methods' Summary
checkInputSequence  
Methods' Details
checkInputSequence
boolean
checkInputSequence( [in] string  aText,
[in] long  nPos,
[in] char  cInputChar,
[in] short  nInputCheckMode );

Returns
true/false for the input check
Parameter nInputCheckMode
One of InputSequenceCheckMode constants.
Top of Page