Bidi.ParaLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.