共用方式為


SegmentFinder.NextStartBoundary(Int32) 方法

定義

傳回指定字元位移之後下一個文字區段開始界限的字元位移,如果沒有 DONE 字元位移,則傳回字元位移。

[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

參數

offset
Int32

傳回

屬性

備註

傳回指定字元位移之後下一個文字區段開始界限的字元位移,如果沒有 DONE 字元位移,則傳回字元位移。

android.text.SegmentFinder.nextStartBoundary(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於