An object containing bidi information for a given string, produced by for_text() on Bidi
for_text()
Bidi
See the Rust documentation for BidiInfo for more information.
BidiInfo
The number of paragraphs contained here
The number of bytes in this full text
Get the BIDI level at a particular byte index in the full text. This integer is conceptually a unicode_bidi::Level, and can be further inspected using the static methods on Bidi.
unicode_bidi::Level
Returns 0 (equivalent to Level::ltr()) on error
Level::ltr()
Get the nth paragraph, returning None if out of bounds
None
An object containing bidi information for a given string, produced by
for_text()
onBidi
See the Rust documentation for
BidiInfo
for more information.