struct LineBreakResults in module com::sun::star::i18n::

(Global Index)

Syntax

struct LineBreakResults;

Description

specify the result of a LineBreak

Field Summary

breakType type of linebreak, see BreakType

breakIndex position of the calculated linebreak

rHyphenatedWord return value of the hyphenator

Field Details



breakType

Syntax

short breakType;

Description

type of linebreak, see BreakType


breakIndex

Syntax

long breakIndex;

Description

position of the calculated linebreak


rHyphenatedWord

Syntax

com::sun::star::linguistic2::XHyphenatedWord rHyphenatedWord;

Description

return value of the hyphenator

Top of Page