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

(Global Index)

Syntax

struct LineBreakUserOptions;

Description

specify the options for the LineBreak

Field Summary

forbiddenBeginCharacters these characters are not allowed at the begining of a line

forbiddenEndCharacters these characters are not allowed at the end of a line

applyForbiddenRules act on the forbidden characters or not

allowPunctuationOutsideMargin punctuation characters are allowed at the end of the line

allowHyphenateEnglish allow Hyphenate English

Field Details



forbiddenBeginCharacters

Syntax

string forbiddenBeginCharacters;

Description

these characters are not allowed at the begining of a line


forbiddenEndCharacters

Syntax

string forbiddenEndCharacters;

Description

these characters are not allowed at the end of a line


applyForbiddenRules

Syntax

boolean applyForbiddenRules;

Description

act on the forbidden characters or not


allowPunctuationOutsideMargin

Syntax

boolean allowPunctuationOutsideMargin;

Description

punctuation characters are allowed at the end of the line


allowHyphenateEnglish

Syntax

boolean allowHyphenateEnglish;

Description

allow Hyphenate English

Top of Page