次の方法で共有


HandwritingGesture.GranularityWord フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureGranularity enum directly instead of this field.

単語単位でテキストを操作します。

[Android.Runtime.Register("GRANULARITY_WORD", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureGranularity enum directly instead of this field.", true)]
public const Android.Views.InputMethods.HandwritingGestureGranularity GranularityWord = 1;
[<Android.Runtime.Register("GRANULARITY_WORD", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingGestureGranularity enum directly instead of this field.", true)>]
val mutable GranularityWord : Android.Views.InputMethods.HandwritingGestureGranularity

フィールド値

Value = 1
属性

注釈

単語単位でテキストを操作します。 たとえば、選択範囲に単語の幅方向の中心が含まれている場合、単語全体が選択されます。

UI ツールキットでは、細かいレベルで動作する戦略が維持されます。 文字/単語/線は、その中心がジェスチャの四角形内にある場合に含まれます。 たとえば、単語の幅方向の中心を含む選択範囲RectF#GRANULARITY_WORDを選択する必要があります。 同様に、四角形に線の高さの中心が含まれている場合は、行内のテキストを操作に含める必要があります。

単語区切 https://www.unicode.org/reports/tr29/#Word_Boundaries りの決定方法の詳細については、こちらをご覧ください。

の Java ドキュメントandroid.view.inputmethod.HandwritingGesture.GRANULARITY_WORD

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象