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

constants group BreakType
Description
Constants to specify the type of a line break, used with LineBreakResults::breakType.

Constants
WORDBOUNDARY Line break is a word break. 
HYPHENATION Line break is a result of hyphenation. 
HANGINGPUNCTUATION Line break - hanging punctuation recognized. 
Constants' Details
WORDBOUNDARY
const short WORDBOUNDARY = 1;
Description
Line break is a word break.
HYPHENATION
const short HYPHENATION = 2;
Description
Line break is a result of hyphenation.
HANGINGPUNCTUATION
const short HANGINGPUNCTUATION = 3;
Description
Line break - hanging punctuation recognized.
Top of Page