Bidi.ReorderInverseNumbersAsL 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: Visual to Logical algorithm which handles numbers
like L (same algorithm as selected by setInverse(true)
.
[Android.Runtime.Register("REORDER_INVERSE_NUMBERS_AS_L", ApiSince=29)]
public const short ReorderInverseNumbersAsL = 4;
[<Android.Runtime.Register("REORDER_INVERSE_NUMBERS_AS_L", ApiSince=29)>]
val mutable ReorderInverseNumbersAsL : int16
Field Value
Value = 4- Attributes
Remarks
Reordering mode: Visual to Logical algorithm which handles numbers like L (same algorithm as selected by setInverse(true)
.
Java documentation for android.icu.text.Bidi.REORDER_INVERSE_NUMBERS_AS_L
.
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.