|
||||||||||
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()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
makeLineLogicalOrder(java.lang.String str,
boolean isRtlDominant)
Takes a line of text in presentation order and converts it to logical order. |
java.lang.String |
normalizeDiac(java.lang.String str)
Decomposes Diacritic characters to their combining forms. |
java.lang.String |
normalizePres(java.lang.String str)
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 java.lang.String makeLineLogicalOrder(java.lang.String str, boolean isRtlDominant)
str
- String to convertisRtlDominant
- RTL (right-to-left) will be the dominant text direction
TextNormalize.makeLineLogicalOrder(String, boolean)
public java.lang.String normalizePres(java.lang.String str)
str
- String to normalize
TextNormalize.normalizePres(String)
public java.lang.String normalizeDiac(java.lang.String str)
str
- String to be Normalized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |