The members of Android.Text.ISpanned are listed below.
GetSpanEnd(Java.Lang.Object)Return the end of the range of text to which the specified markup object is attached, or -1 if the object is not attached. | ||
GetSpanFlags(Java.Lang.Object)Return the flags that were specified when ISpannable.SetSpan(Java.Lang.Object, System.Int32, System.Int32, System.Int32) was used to attach the specified markup object, or 0 if the specified object has not been attached. | ||
GetSpans(int, int, Java.Lang.Class)Documentation for this section has not yet been entered. | ||
GetSpanStart(Java.Lang.Object)Return the beginning of the range of text to which the specified markup object is attached, or -1 if the object is not attached. | ||
NextSpanTransition(int, int, Java.Lang.Class)Return the first offset greater than or equal to start where a markup object of class type begins or ends, or limit if there are no starts or ends greater than or equal to start but less than limit. |