Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
BidiRun |
Bidi.getLogicalRun(int logicalPosition)
Get a logical run.
|
BidiRun |
Bidi.getParagraph(int charIndex)
Get a paragraph, given a position within the text.
|
BidiRun |
Bidi.getParagraphByIndex(int paraIndex)
Get a paragraph, given the index of this paragraph.
|
BidiRun |
Bidi.getVisualRun(int runIndex)
Get a
BidiRun object according to its index. |
Copyright © 2016 Unicode, Inc. and others.