/** *Theprimarydirectionofthisparagraph * *Seethe[Rustdocumentationfor`level_at`](https://docs.rs/unicode_bidi/0.3.11/unicode_bidi/struct.Paragraph.html#method.level_at) for more information.
*/
get direction(): BidiDirection;
/** *Thenumberofbytesinthisparagraph * *Seethe[Rustdocumentationfor`len`](https://docs.rs/unicode_bidi/0.3.11/unicode_bidi/struct.ParagraphInfo.html#method.len) for more information.
*/
get size(): number;
/** *Thestartindexofthisparagraphwithinthesourcetext
*/
get rangeStart(): number;
/** *Theendindexofthisparagraphwithinthesourcetext
*/
get rangeEnd(): number;
/** *Reorderalinebasedondisplayorder.Therangesarespecifiedrelativetothesourcetextandmustbecontained *withinthisparagraph'srange. * *Seethe[Rustdocumentationfor`level_at`](https://docs.rs/unicode_bidi/0.3.11/unicode_bidi/struct.Paragraph.html#method.level_at) for more information.
*/
reorderLine(rangeStart: number, rangeEnd: number): string | null;
/** *GettheBIDIlevelataparticularbyteindexinthisparagraph. *Thisintegerisconceptuallya`unicode_bidi::Level`, *andcanbefurtherinspectedusingthestaticmethodsonBidi. * *Returns0(equivalentto`Level::ltr()`)onerror * *Seethe[Rustdocumentationfor`level_at`](https://docs.rs/unicode_bidi/0.3.11/unicode_bidi/struct.Paragraph.html#method.level_at) for more information.
*/
levelAt(pos: number): number;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.