SegmentFinder.NextStartBoundary(Int32) Method

Definition

Returns the character offset of the next text segment start boundary after the specified character offset, or DONE if there are none.

[Android.Runtime.Register("nextStartBoundary", "(I)I", "GetNextStartBoundary_IHandler", ApiSince=34)]
public abstract int NextStartBoundary (int offset);
[<Android.Runtime.Register("nextStartBoundary", "(I)I", "GetNextStartBoundary_IHandler", ApiSince=34)>]
abstract member NextStartBoundary : int -> int

Parameters

offset
Int32

Returns

Attributes

Remarks

Returns the character offset of the next text segment start boundary after the specified character offset, or DONE if there are none.

Java documentation for android.text.SegmentFinder.nextStartBoundary(int).

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.

Applies to