Bidi.GetParagraphByIndex(Int32) Method
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 a paragraph, given the index of this paragraph.
[Android.Runtime.Register("getParagraphByIndex", "(I)Landroid/icu/text/BidiRun;", "GetGetParagraphByIndex_IHandler", ApiSince=29)]
public virtual Android.Icu.Text.BidiRun? GetParagraphByIndex (int paraIndex);
[<Android.Runtime.Register("getParagraphByIndex", "(I)Landroid/icu/text/BidiRun;", "GetGetParagraphByIndex_IHandler", ApiSince=29)>]
abstract member GetParagraphByIndex : int -> Android.Icu.Text.BidiRun
override this.GetParagraphByIndex : int -> Android.Icu.Text.BidiRun
Parameters
- paraIndex
- Int32
is the number of the paragraph, in the
range [0..countParagraphs()-1]
.
Returns
a BidiRun object with the details of the paragraph:<br>
start
will receive the index of the first character
of the paragraph in the text.<br>
limit
will receive the limit of the paragraph.<br>
embeddingLevel
will receive the level of the paragraph.
- Attributes
Remarks
Get a paragraph, given the index of this paragraph.
This method returns information about a paragraph.
Java documentation for android.icu.text.Bidi.getParagraphByIndex(int)
.
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.