Where used:
Constants:
Constant | Value | Description |
---|---|---|
Constant.SYMPHONY_TEXT_BREAK_PARAGRAPH | 0 | starts a new paragraph. |
Constant.SYMPHONY_TEXT_BREAK_LINE | 1 | starts a new line in a paragraph |
Constant.SYMPHONY_TEXT_BREAK_HARD_HYPHEN | 2 | equals a dash but prevents this position from being hyphenated |
Constant.SYMPHONY_TEXT_BREAK_SOFT_HYPHEN | 3 | defines a special position as a hyphenation point. If a word containing a soft hyphen must be split at the end of a line, then this position is preferred |
Constant.SYMPHONY_TEXT_BREAK_HARD_SPACE | 4 | used to link two words and prevents this concatenation from being hyphenated. It is printed as a space |
Constant.SYMPHONY_TEXT_BREAK_APPEND_PARAGRAPH | 5 | appends a new paragraph |