Bidi.OrderParagraphsLTR(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify whether block separators must be allocated level zero, so that successive paragraphs will progress from left to right.
[Android.Runtime.Register("orderParagraphsLTR", "(Z)V", "GetOrderParagraphsLTR_ZHandler", ApiSince=29)]
public virtual void OrderParagraphsLTR (bool ordarParaLTR);
[<Android.Runtime.Register("orderParagraphsLTR", "(Z)V", "GetOrderParagraphsLTR_ZHandler", ApiSince=29)>]
abstract member OrderParagraphsLTR : bool -> unit
override this.OrderParagraphsLTR : bool -> unit
Parameters
- ordarParaLTR
- Boolean
specifies whether paragraph separators (B) must receive level 0, so that successive paragraphs progress from left to right.
- Attributes
Remarks
Specify whether block separators must be allocated level zero, so that successive paragraphs will progress from left to right. This method must be called before setPara()
. Paragraph separators (B) may appear in the text. Setting them to level zero means that all paragraph separators (including one possibly appearing in the last text position) are kept in the reordered text after the text that they follow in the source text. When this feature is not enabled, a paragraph separator at the last position of the text before reordering will go to the first position of the reordered text when the paragraph level is odd.
Java documentation for android.icu.text.Bidi.orderParagraphsLTR(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.