共用方式為


Bidi.InsertLrmForNumeric Field

Definition

option bit for writeReordered(): surround the run with LRMs if necessary; this is part of the approximate "inverse Bidi" algorithm

[Android.Runtime.Register("INSERT_LRM_FOR_NUMERIC", ApiSince=29)]
public const short InsertLrmForNumeric = 4;
[<Android.Runtime.Register("INSERT_LRM_FOR_NUMERIC", ApiSince=29)>]
val mutable InsertLrmForNumeric : int16

Field Value

Value = 4
Attributes

Remarks

option bit for writeReordered(): surround the run with LRMs if necessary; this is part of the approximate "inverse Bidi" algorithm

This option does not imply corresponding adjustment of the index mappings.

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

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