Partager via


Bidi.Ltr Field

Definition

Left-to-right text.

[Android.Runtime.Register("LTR", ApiSince=29)]
public const sbyte Ltr = 0;
[<Android.Runtime.Register("LTR", ApiSince=29)>]
val mutable Ltr : sbyte

Field Value

Value = 0
Attributes

Remarks

Left-to-right text. <ul> <li>As return value for getDirection(), it means that the source string contains no right-to-left characters, or that the source string is empty and the paragraph level is even. <li>As return value for getBaseDirection(), it means that the first strong character of the source string has a left-to-right direction. </ul>

Java documentation for android.icu.text.Bidi.LTR.

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