Top   Module   Use   Manual   Index 

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

struct LineBreakUserOptions


Description
specify the options for the LineBreak


Elements

string forbiddenBeginCharacters
Description
these characters are not allowed at the begining of a line
string forbiddenEndCharacters
Description
these characters are not allowed at the end of a line
boolean applyForbiddenRules
Description
act on the forbidden characters or not
boolean allowPunctuationOutsideMargin
Description
punctuation characters are allowed at the end of the line
boolean allowHyphenateEnglish
Description
allow Hyphenate English
Top of Page