constants group BreakType in module com::sun::star::i18n::

(Global Index)

Syntax

constants group BreakType;

Description

specify the type of LineBreak

Constants Summary

WORDBOUNDARY linebreak is a word break

HYPHENATION linebreak is a result of hyphenation

HANGINGPUNCTUATION linebreak - hanging punctuation recognized

Field Details



WORDBOUNDARY

Syntax

const short  WORDBOUNDARY = 1;

Description

linebreak is a word break


HYPHENATION

Syntax

const short  HYPHENATION = 2;

Description

linebreak is a result of hyphenation


HANGINGPUNCTUATION

Syntax

const short  HANGINGPUNCTUATION = 3;

Description

linebreak - hanging punctuation recognized

Top of Page