Bidi.CreateLineBidi(Int32, 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.
Create a Bidi object representing the bidi information on a line of text within the paragraph represented by the current Bidi.
[Android.Runtime.Register("createLineBidi", "(II)Landroid/icu/text/Bidi;", "GetCreateLineBidi_IIHandler", ApiSince=29)]
public virtual Android.Icu.Text.Bidi? CreateLineBidi (int lineStart, int lineLimit);
[<Android.Runtime.Register("createLineBidi", "(II)Landroid/icu/text/Bidi;", "GetCreateLineBidi_IIHandler", ApiSince=29)>]
abstract member CreateLineBidi : int * int -> Android.Icu.Text.Bidi
override this.CreateLineBidi : int * int -> Android.Icu.Text.Bidi
Parameters
- lineStart
- Int32
the offset from the start of the paragraph to the start of the line.
- lineLimit
- Int32
the offset from the start of the paragraph to the limit of the line.
Returns
- Attributes
Remarks
Create a Bidi object representing the bidi information on a line of text within the paragraph represented by the current Bidi. This call is not required if the entire paragraph fits on one line.
Java documentation for android.icu.text.Bidi.createLineBidi(int, 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.