|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.util.ICU4JImpl
public class ICU4JImpl
This class is an implementation the the ICU4J class. TextNormalize will call this only if the ICU4J library exists in the classpath.
| Constructor Summary | |
|---|---|
ICU4JImpl()
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
String |
makeLineLogicalOrder(String str,
boolean isRtlDominant)
Deprecated. Takes a line of text in presentation order and converts it to logical order. |
String |
normalizeDiac(String str)
Deprecated. Decomposes Diacritic characters to their combining forms. |
String |
normalizePres(String str)
Deprecated. Normalize presentation forms of characters to the separate parts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ICU4JImpl()
| Method Detail |
|---|
public String makeLineLogicalOrder(String str,
boolean isRtlDominant)
str - String to convertisRtlDominant - RTL (right-to-left) will be the dominant text direction
TextNormalize.makeLineLogicalOrder(String, boolean)public String normalizePres(String str)
str - String to normalize
TextNormalize.normalizePres(String)public String normalizeDiac(String str)
str - String to be Normalized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||