Bidi.OptionRemoveControls 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.
Caution
This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.
Option bit for setReorderingOptions
:
remove Bidi control characters
[Android.Runtime.Register("OPTION_REMOVE_CONTROLS", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.", true)]
public const Android.Icu.Text.BidiOptions OptionRemoveControls = 2;
[<Android.Runtime.Register("OPTION_REMOVE_CONTROLS", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.", true)>]
val mutable OptionRemoveControls : Android.Icu.Text.BidiOptions
Field Value
Value = 2- Attributes
Remarks
Option bit for setReorderingOptions
: remove Bidi control characters
This option must be set or reset before calling setPara
.
This option nullifies option OPTION_INSERT_MARKS
. It inhibits option INSERT_LRM_FOR_NUMERIC
in calls to method writeReordered()
and it implies option REMOVE_BIDI_CONTROLS
in calls to that method.
Java documentation for android.icu.text.Bidi.OPTION_REMOVE_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.