19 #ifndef __com_sun_star_linguistic2_XHyphenator_idl__
20 #define __com_sun_star_linguistic2_XHyphenator_idl__
32 module
com { module sun { module star { module linguistic2 {
92 [in]
short nMaxLeading,
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
gives information obtained by a successful hyphenation attempt.
Definition: XHyphenatedWord.idl:37
provides functionality for hyphenation of single words.
Definition: XHyphenator.idl:54
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.
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.
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.
Gives information about a word's possible hyphenation points.
Definition: XPossibleHyphens.idl:43
Offers information about which languages are supported by the object.
Definition: XSupportedLocales.idl:43
sequence< PropertyValue > PropertyValues
specifies a sequence of PropertyValue instances.
Definition: PropertyValues.idl:31
Definition: Ambiguous.idl:22
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:38