@ComponentSpecification public interface HyphenatorBuilder
retrieve
a Hyphenator
for a given
Locale
. Modifier and Type | Method and Description |
---|---|
Hyphenator |
getHyphenator()
|
Hyphenator |
getHyphenator(Locale locale)
This method gets the
Hyphenator for the given Locale . |
Hyphenator getHyphenator()
Hyphenator
.Hyphenator getHyphenator(Locale locale)
Hyphenator
for the given Locale
. If no hyphenation-rules are
available for the given Locale
, a Hyphenator
for a more general Locale
is build.locale
- is the Locale
used to determine the hyphenation-rules for the according country and
region.Hyphenator
.Copyright © 2001–2016 mmm-Team. All rights reserved.