HandwritingGesture.GranularityWord フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。