다음을 통해 공유


Bidi.RemoveBidiControls Field

Definition

option bit for writeReordered(): remove Bidi control characters (this does not affect INSERT_LRM_FOR_NUMERIC)

[Android.Runtime.Register("REMOVE_BIDI_CONTROLS", ApiSince=29)]
public const short RemoveBidiControls = 8;
[<Android.Runtime.Register("REMOVE_BIDI_CONTROLS", ApiSince=29)>]
val mutable RemoveBidiControls : int16

Field Value

Value = 8
Attributes

Remarks

option bit for writeReordered(): remove Bidi control characters (this does not affect INSERT_LRM_FOR_NUMERIC)

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

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

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