21module
com { module sun { module star { module i18n {
provides functionality for hyphenation of single words.
Definition XHyphenator.idl:44
sequence< PropertyValue > PropertyValues
specifies a sequence of PropertyValue instances.
Definition PropertyValues.idl:27
Definition Ambiguous.idl:20
Hyphenation options passed in calls to XBreakIterator::getLineBreak().
Definition LineBreakHyphenationOptions.idl:27
long hyphenIndex
The first character not fitting to the current line, considering an additional "-" for hyphenation.
Definition LineBreakHyphenationOptions.idl:37
::com::sun::star::linguistic2::XHyphenator rHyphenator
Reference to the specific hyphenator - can be zero.
Definition LineBreakHyphenationOptions.idl:29
::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