다음을 통해 공유


Bidi.ParaLevel Property

Definition

Get the paragraph level of the text.

public virtual sbyte ParaLevel { [Android.Runtime.Register("getParaLevel", "()B", "GetGetParaLevelHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getParaLevel", "()B", "GetGetParaLevelHandler", ApiSince=29)>]
member this.ParaLevel : sbyte

Property Value

The paragraph level. If there are multiple paragraphs, their level may vary if the required paraLevel is LEVEL_DEFAULT_LTR or LEVEL_DEFAULT_RTL. In that case, the level of the first paragraph is returned.

Attributes

Remarks

Get the paragraph level of the text.

Java documentation for android.icu.text.Bidi.getParaLevel().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to