SegmentFinder.PreviousStartBoundary(Int32) Method

Definition

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

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

Parameters

offset
Int32

Returns

Attributes

Remarks

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

Java documentation for android.text.SegmentFinder.previousStartBoundary(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