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 決定方法の詳細については、 を参照してください。

android.view.inputmethod.HandwritingGesture.GRANULARITY_WORDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象