|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module linguistic2 {
82 [in]
short nMaxLeading,
com::sun::star::linguistic2::XHyphenatedWord hyphenate([in] string aWord, [in] com::sun::star::lang::Locale aLocale, [in] short nMaxLeading, [in] com::sun::star::beans::PropertyValues aProperties)
tries to find a valid hyphenation position relative to the beginning of a word.
gives information obtained by a successful hyphenation attempt.
Definition: XHyphenatedWord.idl:32
Gives information about a word's possible hyphenation points.
Definition: XPossibleHyphens.idl:38
com::sun::star::linguistic2::XHyphenatedWord queryAlternativeSpelling([in] string aWord, [in] com::sun::star::lang::Locale aLocale, [in] short nIndex, [in] com::sun::star::beans::PropertyValues aProperties)
checks whether hyphenation at a position in a word will result in an alternative spelling or not.
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:34
provides functionality for hyphenation of single words.
Definition: XHyphenator.idl:44
Definition: Ambiguous.idl:20
sequence< PropertyValue > PropertyValues
specifies a sequence of PropertyValue instances.
Definition: PropertyValues.idl:27
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
Offers information about which languages are supported by the object.
Definition: XSupportedLocales.idl:37
com::sun::star::linguistic2::XPossibleHyphens createPossibleHyphens([in] string aWord, [in] com::sun::star::lang::Locale aLocale, [in] com::sun::star::beans::PropertyValues aProperties)
returns information about all possible hyphenation positions of a word.