LineBreaker.ParagraphConstraints.SetIndent(Single, Int32) Method

Definition

Set indent for this paragraph.

[Android.Runtime.Register("setIndent", "(FI)V", "GetSetIndent_FIHandler", ApiSince=29)]
public virtual void SetIndent (float firstWidth, int firstWidthLineCount);
[<Android.Runtime.Register("setIndent", "(FI)V", "GetSetIndent_FIHandler", ApiSince=29)>]
abstract member SetIndent : single * int -> unit
override this.SetIndent : single * int -> unit

Parameters

firstWidth
Single

the line width of the starting of the paragraph

firstWidthLineCount
Int32

the number of lines that applies the firstWidth

Attributes

Remarks

Set indent for this paragraph.

Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setIndent(float, 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