Android.Text.SpannedString Members

The members of Android.Text.SpannedString are listed below.

See Also: Inherited members from Android.Text.SpannableStringInternal

Public Constructors

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.
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) : SpannedString
static
ValueOf(string) : SpannedString
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.