21 module
com { module sun { module star { module i18n {
provides functionality for hyphenation of single words.
Definition: XHyphenator.idl:43
Hyphenation options passed in calls to XBreakIterator::getLineBreak().
Definition: LineBreakHyphenationOptions.idl:26
::com::sun::star::linguistic2::XHyphenator rHyphenator
Reference to the specific hyphenator - can be zero.
Definition: LineBreakHyphenationOptions.idl:29
Definition: Ambiguous.idl:20
::com::sun::star::beans::PropertyValues aHyphenationOptions
Sequence of property values to be used by the hyphenator - can be empty if the default values (from t...
Definition: LineBreakHyphenationOptions.idl:33
long hyphenIndex
The first character not fitting to the current line, considering an additional "-" for hyphenation...
Definition: LineBreakHyphenationOptions.idl:37
sequence< PropertyValue > PropertyValues
specifies a sequence of PropertyValue instances.
Definition: PropertyValues.idl:27