다음을 통해 공유


Bidi.MaxExplicitLevel Field

Definition

Maximum explicit embedding level.

[Android.Runtime.Register("MAX_EXPLICIT_LEVEL", ApiSince=29)]
public const sbyte MaxExplicitLevel = 125;
[<Android.Runtime.Register("MAX_EXPLICIT_LEVEL", ApiSince=29)>]
val mutable MaxExplicitLevel : sbyte

Field Value

Value = 125
Attributes

Remarks

Maximum explicit embedding level. Same as the max_depth value in the Unicode Bidirectional Algorithm. (The maximum resolved level can be up to MAX_EXPLICIT_LEVEL+1).

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

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