Bidi.ReorderNumbersSpecial Field
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.
Reordering mode: Logical to Visual algorithm which handles numbers in a way which mimicks the behavior of Windows XP.
[Android.Runtime.Register("REORDER_NUMBERS_SPECIAL", ApiSince=29)]
public const short ReorderNumbersSpecial = 1;
[<Android.Runtime.Register("REORDER_NUMBERS_SPECIAL", ApiSince=29)>]
val mutable ReorderNumbersSpecial : int16
Field Value
Value = 1- Attributes
Remarks
Reordering mode: Logical to Visual algorithm which handles numbers in a way which mimicks the behavior of Windows XP.
Java documentation for android.icu.text.Bidi.REORDER_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.