FormEditRecord.Builder.SetText(String) Method

Definition

Sets the text used to build a set-text edit record.

[Android.Runtime.Register("setText", "(Ljava/lang/String;)Landroid/graphics/pdf/models/FormEditRecord$Builder;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormEditRecord.Builder SetText(string? text);
[<Android.Runtime.Register("setText", "(Ljava/lang/String;)Landroid/graphics/pdf/models/FormEditRecord$Builder;", "", ApiSince=35)>]
member this.SetText : string -> Android.Graphics.Pdf.Models.FormEditRecord.Builder

Parameters

text
String

The text to use for a text-field or editable combo-box edit.

Returns

This builder.

Attributes

Exceptions

Thrown when this builder does not represent a set-text edit record.

Remarks

This method applies only to set-text edit records. A value causes to throw.

Java documentation for FormEditRecord+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