Java.Text.Bidi.CreateLineBidi Method
Creates a new Bidi object containing the information of one line from this object.

Syntax

[Android.Runtime.Register("createLineBidi", "(II)Ljava/text/Bidi;", "")]
public Bidi CreateLineBidi (int lineStart, int lineLimit)

Parameters

lineStart
the start offset of the line.
lineLimit
the limit of the line.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif lineStart , lineLimit , lineStart > lineLimit or if lineStart is greater than the length of this object's paragraph text.

Remarks

Creates a new Bidi object containing the information of one line from this object.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1