(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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
OOo 1.1.2

Constants
NONE No option 
CHARACTER_BY_CHARACTER Character by character conversion 
IGNORE_POST_POSITIONAL_WORD Ignore post-positional word for Hangul to Hanja conversion 
USE_CHARACTER_VARIANTS Use Taiwan, HongKong SAR, and Macao SAR character variants for Simplified to Traditionary Chinese 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
USE_CHARACTER_VARIANTS
const long USE_CHARACTER_VARIANTS = 2;
Description
Use Taiwan, HongKong SAR, and Macao SAR character variants for Simplified to Traditionary Chinese conversion
Since
OOo 2.0.0
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.