CursorAnchorInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
組合字串中文字插入點和字元的位置資訊。
[Android.Runtime.Register("android/view/inputmethod/CursorAnchorInfo", DoNotGenerateAcw=true)]
public sealed class CursorAnchorInfo : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/view/inputmethod/CursorAnchorInfo", DoNotGenerateAcw=true)>]
type CursorAnchorInfo = class
inherit Object
interface IParcelable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- 繼承
- 屬性
- 實作
備註
組合字串中文字插入點和字元的位置資訊。
這個類別會封裝文字插入點的位置,以及螢幕座標中的組合字串,讓 IME 可以在實際插入文字的位置附近轉譯其 UI 元件。
的 android.view.inputmethod.CursorAnchorInfo
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
建構函式
CursorAnchorInfo(Parcel) |
屬性
Class |
傳回這個 |
ComposingText |
組合字串中文字插入點和字元的位置資訊。 |
ComposingTextFormatted |
傳回整個撰寫文字。 |
ComposingTextStart |
傳回撰寫文字開始處的索引。 |
Creator |
用來使這個類別可包裹。 |
EditorBoundsInfo |
|
Handle |
基礎Android實例的句柄。 (繼承來源 Object) |
InsertionMarkerBaseline |
傳回插入標記的垂直基準位置,其位於在畫面上轉譯時會使用 轉換的 |
InsertionMarkerBottom |
傳回插入標記的垂直下角位置,位於在畫面上轉譯時會使用 轉換的 |
InsertionMarkerFlags |
傳回插入標記的旗標。 |
InsertionMarkerHorizontal |
傳回插入標記的水平開始,其位於在畫面上轉譯時會使用 轉換的 |
InsertionMarkerTop |
傳回插入標記的垂直頂端位置,在畫面上轉譯時,會使用 轉換的 |
JniIdentityHashCode |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
JniPeerMembers |
組合字串中文字插入點和字元的位置資訊。 |
Matrix |
傳回 的新實例,這個實例 |
PeerReference |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
SelectionEnd |
傳回選取範圍結束處的索引。 |
SelectionStart |
傳回選取範圍開始處的索引。 |
TextAppearanceInfo |
|
ThresholdClass |
此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。 (繼承來源 Object) |
ThresholdType |
此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。 (繼承來源 Object) |
VisibleLineBounds |
會傳回 清單 |
方法
Clone() |
建立並傳回這個 對象的複本。 (繼承來源 Object) |
DescribeContents() |
描述此 Parcelable 封送處理表示中包含的特殊物件種類。 |
Dispose() |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
Dispose(Boolean) |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
Equals(Object) |
指出其他物件是否「等於」這個物件。 (繼承來源 Object) |
GetCharacterBounds(Int32) |
傳回 的新 實例,這個實例 |
GetCharacterBoundsFlags(Int32) |
傳回與索引所指定之字元界限相關聯的旗標。 |
GetHashCode() |
傳回此物件的雜湊碼值。 (繼承來源 Object) |
JavaFinalize() |
當垃圾收集決定不再參考物件時,垃圾收集行程在 物件上呼叫。 (繼承來源 Object) |
Notify() |
喚醒正在等候此物件監視器的單一線程。 (繼承來源 Object) |
NotifyAll() |
喚醒正在等候此物件監視器的所有線程。 (繼承來源 Object) |
SetHandle(IntPtr, JniHandleOwnership) |
設定 Handle 屬性。 (繼承來源 Object) |
ToArray<T>() |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
ToString() |
傳回物件的字串表示。 (繼承來源 Object) |
UnregisterFromRuntime() |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
Wait() |
讓目前線程等候直到喚醒為止,通常是藉由em <notified/em>或<em>interrupted</em> 來喚醒它。<> (繼承來源 Object) |
Wait(Int64) |
讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。 (繼承來源 Object) |
Wait(Int64, Int32) |
讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。 (繼承來源 Object) |
WriteToParcel(Parcel, ParcelableWriteFlags) |
用來將此物件封裝成 |
明確介面實作
IJavaPeerable.Disposed() |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
IJavaPeerable.DisposeUnlessReferenced() |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
IJavaPeerable.Finalized() |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
IJavaPeerable.JniManagedPeerState |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) |
組合字串中文字插入點和字元的位置資訊。 (繼承來源 Object) |
擴充方法
JavaCast<TResult>(IJavaObject) |
執行 Android 執行時間檢查的類型轉換。 |
JavaCast<TResult>(IJavaObject) |
組合字串中文字插入點和字元的位置資訊。 |
GetJniTypeName(IJavaPeerable) |
組合字串中文字插入點和字元的位置資訊。 |