19 #ifndef __com_sun_star_i18n_LineBreakUserOptions_idl__ 20 #define __com_sun_star_i18n_LineBreakUserOptions_idl__ 23 module
com { module sun { module star { module i18n {
string forbiddenEndCharacters
Characters not allowed at the end of a line.
Definition: LineBreakUserOptions.idl:34
Line break options passed in calls to XBreakIterator::getLineBreak().
Definition: LineBreakUserOptions.idl:28
Definition: Ambiguous.idl:22
boolean allowHyphenateEnglish
Allow English hyphenation.
Definition: LineBreakUserOptions.idl:45
string forbiddenBeginCharacters
Characters not allowed at the beginning of a line.
Definition: LineBreakUserOptions.idl:31
boolean applyForbiddenRules
If the forbidden characters rules are to be applied or not.
Definition: LineBreakUserOptions.idl:37
boolean allowPunctuationOutsideMargin
If punctuation characters are allowed at the end of the line if outside of the margins, resulting in a line not being wrapped if only the punctuation would wrap.
Definition: LineBreakUserOptions.idl:42