Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Methods' Summary
getConversions
Method to search dictionaries for the conversion candidates.
getConversion
Method to search dictionaries for the conversion candidate, if there
are multiple candidates, it will return first one. This is for the
conversion in non-interactive mode.
interactiveConversion
Method to query if the conversion type should be interactive or
non-interactive mode.
Methods' Details
getConversions
Description
Method to search dictionaries for the conversion candidates.
Parameter aText
Text string to be converted.
Parameter nStartPos
The start position in aText for the conversion
Parameter nLength
The length of the partion in aText for the conversion
Parameter aLocal
Locale the conversion is referring to.
Parameter nTextConversionType
One of TextConversionType values.
Parameter nTextConversionOptions
Combination of TextConversionOption values.
Returns
TextConversionResult
Throws
NoSupportException
when nConversionDictionaryType is not known by the implementation,
or when the locale is not supported.
getConversion
Description
Method to search dictionaries for the conversion candidate, if there
are multiple candidates, it will return first one. This is for the
conversion in non-interactive mode.
Parameter aText
Text string to be converted.
Parameter nStartPos
The start position in aText for the conversion
Parameter nLength
The length of the partion in aText for the conversion
Parameter aLocal
Locale the conversion is referring to.
Parameter nTextConversionType
One of TextConversionType values.
Parameter nTextConversionOptions
Combination of TextConversionOption values.
Returns
Converted text
Throws
NoSupportException
when nConversionDictionaryType is not known by the implementation,
or when the locale is not supported.
interactiveConversion
Description
Method to query if the conversion type should be interactive or
non-interactive mode.
Parameter aLocal
Locale the conversion is referring to.
Parameter nTextConversionType
One of TextConversionType values.
Parameter nTextConversionOptions
Combination of TextConversionOption values.
Returns
true if the entry is a valid entry for the dictionary
false otherwise.
Throws
NoSupportException
when nConversionDictionaryType is not known by the implementation,
or when the locale is not supported.
Top of Page Copyright © 2013, 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.