Bidi.RemoveBidiControls 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.
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.