다음을 통해 공유


Bidi.ReorderInverseLikeDirect Field

Definition

Reordering mode: Visual to Logical algorithm equivalent to the regular Logical to Visual algorithm.

[Android.Runtime.Register("REORDER_INVERSE_LIKE_DIRECT", ApiSince=29)]
public const short ReorderInverseLikeDirect = 5;
[<Android.Runtime.Register("REORDER_INVERSE_LIKE_DIRECT", ApiSince=29)>]
val mutable ReorderInverseLikeDirect : int16

Field Value

Value = 5
Attributes

Remarks

Reordering mode: Visual to Logical algorithm equivalent to the regular Logical to Visual algorithm.

Java documentation for android.icu.text.Bidi.REORDER_INVERSE_LIKE_DIRECT.

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