다음을 통해 공유


Bidi.ReorderInverseForNumbersSpecial Field

Definition

Reordering mode: Inverse Bidi (Visual to Logical) algorithm for the REORDER_NUMBERS_SPECIAL Bidi algorithm.

[Android.Runtime.Register("REORDER_INVERSE_FOR_NUMBERS_SPECIAL", ApiSince=29)]
public const short ReorderInverseForNumbersSpecial = 6;
[<Android.Runtime.Register("REORDER_INVERSE_FOR_NUMBERS_SPECIAL", ApiSince=29)>]
val mutable ReorderInverseForNumbersSpecial : int16

Field Value

Value = 6
Attributes

Remarks

Reordering mode: Inverse Bidi (Visual to Logical) algorithm for the REORDER_NUMBERS_SPECIAL Bidi algorithm.

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

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