Android.Text.IEditable.ClearSpans Method
Removes all spans from the Editable, as if by calling ISpannable.RemoveSpan(Java.Lang.Object) on each of them.

Syntax

[Android.Runtime.Register("clearSpans", "()V", "GetClearSpansHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ClearSpans ()

Remarks

Removes all spans from the Editable, as if by calling ISpannable.RemoveSpan(Java.Lang.Object) on each of them.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1