Android.Text.ISpanned
This is the interface for text that has markup objects attached to ranges of it.

See Also: ISpanned Members

Syntax

[Android.Runtime.Register("android/text/Spanned", "", "Android.Text.ISpannedInvoker")]
public interface ISpanned : Java.Lang.ICharSequence, IEnumerable<char>, IDisposable

Remarks

This is the interface for text that has markup objects attached to ranges of it. Not all text classes have mutable markup or text; see Android.Text.ISpannable for mutable markup and Android.Text.IEditable for mutable text.

[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