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.
Returns 0 (equivalent to Level::ltr()) on error
Get the nth paragraph, returning None if out of bounds
An object containing bidi information for a given string, produced by
for_text()onBidiSee the Rust documentation for
BidiInfofor more information.