言語

Layout.GetParagraphDirection(Int32) メソッド

定義

指定した行を含む段落の主方向 (左から右の線の場合は 1、右から左の行の場合は -1) を返します ( #DIR_LEFT_TO_RIGHT#DIR_RIGHT_TO_LEFTを参照)。

[Android.Runtime.Register("getParagraphDirection", "(I)I", "GetGetParagraphDirection_IHandler")]
public abstract Android.Text.TextLayoutDirection GetParagraphDirection(int line);
[<Android.Runtime.Register("getParagraphDirection", "(I)I", "GetGetParagraphDirection_IHandler")>]
abstract member GetParagraphDirection : int -> Android.Text.TextLayoutDirection

パラメーター

line
Int32

返品

属性

注釈

指定した行を含む段落の主方向 (左から右の線の場合は 1、右から左の行の場合は -1) を返します ( #DIR_LEFT_TO_RIGHT#DIR_RIGHT_TO_LEFTを参照)。

Javaドキュメント。

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

適用対象