共用方式為


Bidi.OptionRemoveControls Field

Definition

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.

Applies to