Android.Text.ISpannable: Method Members

The methods of Android.Text.ISpannable are listed below. For a list of all members, see the ISpannable Members list.

Public Methods

RemoveSpan(Java.Lang.Object)
Remove the specified object from the range of text to which it was attached, if any.
SetSpan(Java.Lang.Object, int, int, SpanTypes)
Attach the specified markup object to the range start…end of the text, or move the object to that range if it was already attached elsewhere.