19#ifndef __com_sun_star_i18n_LineBreakResults_idl__
20#define __com_sun_star_i18n_LineBreakResults_idl__
25module
com { module sun { module star { module i18n {
gives information obtained by a successful hyphenation attempt.
Definition: XHyphenatedWord.idl:37
Definition: Accessible.idl:22
Results of method XBreakIterator::getLineBreak().
Definition: LineBreakResults.idl:31
long breakIndex
Position of the calculated line break.
Definition: LineBreakResults.idl:36
short breakType
Type of line break, see BreakType.
Definition: LineBreakResults.idl:33
::com::sun::star::linguistic2::XHyphenatedWord rHyphenatedWord
Return value of the hyphenator.
Definition: LineBreakResults.idl:39