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

constants group TextConversionOption
Description
Text conversion options to be used with XTextConversion .

These text conversion options are usuall selected by end users. The options can be combined and may be related to TextConversionType .

Since version
OpenOffice.org 1.1.5

Constants
NONE No option
CHARACTER_BY_CHARACTER Character by character conversion
IGNORE_POST_POSITIONAL_WORD Ignore post-positional word for Hangul to Hanja conversion
Constants' Details
NONE
const long NONE = 0;
Description
No option
CHARACTER_BY_CHARACTER
const long CHARACTER_BY_CHARACTER = 1;
Description
Character by character conversion
IGNORE_POST_POSITIONAL_WORD
const long IGNORE_POST_POSITIONAL_WORD = 2;
Description
Ignore post-positional word for Hangul to Hanja conversion
Top of Page