次の方法で共有


Bidi.GetLevels Method

Definition

Get an array of levels for each character.

[Android.Runtime.Register("getLevels", "()[B", "GetGetLevelsHandler", ApiSince=29)]
public virtual byte[]? GetLevels ();
[<Android.Runtime.Register("getLevels", "()[B", "GetGetLevelsHandler", ApiSince=29)>]
abstract member GetLevels : unit -> byte[]
override this.GetLevels : unit -> byte[]

Returns

Byte[]

The levels array for the text, or null if an error occurs.

Attributes

Remarks

Get an array of levels for each character.

Note that this method may allocate memory under some circumstances, unlike getLevelAt().

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

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