Android.Text.SpannableString: Method Members

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

See Also: Inherited members from Android.Text.SpannableStringInternal

Public Methods

override
Equals(Java.Lang.Object) : bool
Compares this instance with the specified object and indicates if they are equal.
GetEnumerator() : IEnumerator<char>
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Returns an integer hash code for this object.
override
GetSpanEnd(Java.Lang.Object) : int
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) : SpanTypes
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) : Java.Lang.Object[]
Documentation for this section has not yet been entered.
override
GetSpanStart(Java.Lang.Object) : int
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) : int
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.
RemoveSpan(Java.Lang.Object)
SetSpan(Java.Lang.Object, int, int, SpanTypes)
SubSequence(int, int) : string
Documentation for this section has not yet been entered.
SubSequenceFormatted(int, int) : Java.Lang.ICharSequence
Returns a CharSequence from the start index (inclusive) to the end index (exclusive) of this sequence.
static
ValueOf(Java.Lang.ICharSequence) : SpannableString
static
ValueOf(string) : SpannableString
Documentation for this section has not yet been entered.