FormWidgetInfo.Builder.SetMultiLineText(Boolean) Method

Definition

Sets whether the widget supports multiple lines of text input.

[Android.Runtime.Register("setMultiLineText", "(Z)Landroid/graphics/pdf/models/FormWidgetInfo$Builder;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormWidgetInfo.Builder SetMultiLineText(bool multiLineText);
[<Android.Runtime.Register("setMultiLineText", "(Z)Landroid/graphics/pdf/models/FormWidgetInfo$Builder;", "", ApiSince=35)>]
member this.SetMultiLineText : bool -> Android.Graphics.Pdf.Models.FormWidgetInfo.Builder

Parameters

multiLineText
Boolean

Whether the widget supports multiple lines of text input.

Returns

This builder.

Attributes

Exceptions

Thrown when this widget is not a text field.

Remarks

This setting is supported only for text fields.

Java documentation for FormWidgetInfo+Builder.

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