Methods' Details |
correctInputSequence
long |
correctInputSequence( |
[inout] string |
aText, |
| [in] long |
nPos, |
| [in] char |
cInputChar, |
| [in] short |
nInputCheckMode ); |
- Returns
- Next nPos, or length of aText if nothing is corrected.
- Parameter aText
- Text to be checked and corrected.
- Parameter nPos
- Index in aText where checking starts.
- Parameter cInputChar
- The input character. Or at least, a UTF16 code unit thereof.
It looks like this interface was not designed with non-BMP
characters in mind. Not sure if that is a problem.
- Parameter nInputCheckMode
- One of InputSequenceCheckMode constants.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.