SpannableStringBuilder.NextSpanTransition(Int32, Int32, Class) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the next offset after start
but less than or
equal to limit
where a span of the specified type
begins or ends.
[Android.Runtime.Register("nextSpanTransition", "(IILjava/lang/Class;)I", "GetNextSpanTransition_IILjava_lang_Class_Handler")]
public virtual int NextSpanTransition (int start, int limit, Java.Lang.Class? kind);
[<Android.Runtime.Register("nextSpanTransition", "(IILjava/lang/Class;)I", "GetNextSpanTransition_IILjava_lang_Class_Handler")>]
abstract member NextSpanTransition : int * int * Java.Lang.Class -> int
override this.NextSpanTransition : int * int * Java.Lang.Class -> int
Parameters
- start
- Int32
- limit
- Int32
- kind
- Class
Returns
Implements
- Attributes
Remarks
Return the next offset after start
but less than or equal to limit
where a span of the specified type begins or ends.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.