TextBoundsInfo.FlagLineIsRtl フィールド

定義

注意事項

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

この文字が属する行に RTL 行方向があることを示すフラグ。

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

フィールド値

Value = 8

実装

属性

注釈

この文字が属する行に RTL 行方向があることを示すフラグ。 同じ行内のすべての文字の方向が同じである必要があります。

の Java ドキュメント android.view.inputmethod.TextBoundsInfo.FLAG_LINE_IS_RTL

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

適用対象