次の方法で共有


Bidi.ReorderingOptions Property

Definition

What are the reordering options applied to a given Bidi object? -or- Specify which of the reordering options should be applied during Bidi transformations.

public virtual Android.Icu.Text.BidiOptions ReorderingOptions { [Android.Runtime.Register("getReorderingOptions", "()I", "GetGetReorderingOptionsHandler", ApiSince=29)] get; [Android.Runtime.Register("setReorderingOptions", "(I)V", "GetSetReorderingOptions_IHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getReorderingOptions", "()I", "GetGetReorderingOptionsHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setReorderingOptions", "(I)V", "GetSetReorderingOptions_IHandler", ApiSince=29)>]
member this.ReorderingOptions : Android.Icu.Text.BidiOptions with get, set

Property Value

the current reordering options of the Bidi object

Attributes

Remarks

Property getter documentation:

What are the reordering options applied to a given Bidi object?

Java documentation for android.icu.text.Bidi.getReorderingOptions().

Property setter documentation:

Specify which of the reordering options should be applied during Bidi transformations.

Java documentation for android.icu.text.Bidi.setReorderingOptions(int).

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.

Applies to