Use the characters specified by boundary_chars as highlighting
boundaries. The boundary_max_scan setting controls how far to
scan for boundary characters. Only valid for the fvh
highlighter.
Break highlighted fragments at the next sentence boundary, as determined by
Java’s BreakIterator. You can specify the locale to use with
boundary_scanner_locale. When used with the unified
highlighter, the sentence scanner splits sentences bigger than
fragment_size at the first word boundary next to fragment_size.
You can set fragment_size to 0 to never split any
sentence.
Break highlighted fragments at the next word boundary, as determined by
Java’s BreakIterator. You can specify the locale to use with
boundary_scanner_locale.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.