Share via


SpannableStringBuilder.RemoveSpan(Object) Method

Definition

Remove the specified markup object from the buffer.

[Android.Runtime.Register("removeSpan", "(Ljava/lang/Object;)V", "GetRemoveSpan_Ljava_lang_Object_Handler")]
public virtual void RemoveSpan (Java.Lang.Object? what);
[<Android.Runtime.Register("removeSpan", "(Ljava/lang/Object;)V", "GetRemoveSpan_Ljava_lang_Object_Handler")>]
abstract member RemoveSpan : Java.Lang.Object -> unit
override this.RemoveSpan : Java.Lang.Object -> unit

Parameters

what
Object

Implements

Attributes

Remarks

Remove the specified markup object from the buffer.

Java documentation for android.text.SpannableStringBuilder.removeSpan(java.lang.Object).

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