LineBreaker.Result.HasLineTab(Int32) Method

Definition

Returns true if the line has a TAB character.

[Android.Runtime.Register("hasLineTab", "(I)Z", "GetHasLineTab_IHandler", ApiSince=29)]
public virtual bool HasLineTab (int lineIndex);
[<Android.Runtime.Register("hasLineTab", "(I)Z", "GetHasLineTab_IHandler", ApiSince=29)>]
abstract member HasLineTab : int -> bool
override this.HasLineTab : int -> bool

Parameters

lineIndex
Int32

an index of the line.

Returns

true if the line has a TAB character

Attributes

Remarks

Returns true if the line has a TAB character.

Java documentation for android.graphics.text.LineBreaker.Result.hasLineTab(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.

Applies to