Top   Module   Use   Manual   Index 

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

constants group BreakType


Description
specify the type of LineBreak


Constants

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