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

struct LineBreakResults
Description
Results of method ::com::sun::star::i18n::XBreakIterator::getLineBreak() .

Elements' Summary
breakType Type of line break, see ::com::sun::star::i18n::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 ::com::sun::star::i18n::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