:: com :: sun :: star :: i18n ::

struct LineBreakResults
Description
Results of method XBreakIterator::getLineBreak() .

Elements' Summary
breakType Type of line break, see BreakType .  
breakIndex Position of the calculated line break.  
rHyphenatedWord Return value of the hyphenator.  
Elements' Details
breakType
short breakType;
Description
Type of line break, see BreakType .
breakIndex
long breakIndex;
Description
Position of the calculated line break.
rHyphenatedWord
::com::sun::star::linguistic2::XHyphenatedWord rHyphenatedWord;
Description
Return value of the hyphenator.
Top of Page