The methods of Android.Text.SpannedString are listed below. For a list of all members, see the SpannedString Members list.
See Also: Inherited members from Android.Text.SpannableStringInternal
override | Equals(Java.Lang.Object)Compares this instance with the specified object and indicates if they are equal. | |
GetEnumerator()Documentation for this section has not yet been entered. | ||
override | GetHashCode()Returns an integer hash code for this object. | |
override | 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. | |
override | 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. | |
override | GetSpans(int, int, Java.Lang.Class)Documentation for this section has not yet been entered. | |
override | 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. | |
override | 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. | |
SubSequence(int, int)Documentation for this section has not yet been entered. | ||
SubSequenceFormatted(int, int)Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence. | ||
static | ValueOf(Java.Lang.ICharSequence) | |
static | ValueOf(string)Documentation for this section has not yet been entered. |