:: com :: sun :: star :: i18n ::
|
constants group BreakType |
- Description
-
Constants to specify the type of a line break, used with
LineBreakResults::breakType .
|
Constants' Details |
WORDBOUNDARY
const short WORDBOUNDARY = 1;
- Description
- Line break is a word break.
|
|
HYPHENATION
const short HYPHENATION = 2;
- Description
- Line break is a result of hyphenation.
|
|
HANGINGPUNCTUATION
const short HANGINGPUNCTUATION = 3;
- Description
- Line break - hanging punctuation recognized.
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.