FormEditRecord.Builder.Build Method

Definition

Builds a form edit record from the values configured on this builder.

[Android.Runtime.Register("build", "()Landroid/graphics/pdf/models/FormEditRecord;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormEditRecord Build();
[<Android.Runtime.Register("build", "()Landroid/graphics/pdf/models/FormEditRecord;", "", ApiSince=35)>]
member this.Build : unit -> Android.Graphics.Pdf.Models.FormEditRecord

Returns

A form edit record containing the configured edit data.

Attributes

Exceptions

Thrown when the required click point, selected indices, or text has not been provided for the configured edit type.

Remarks

A click edit requires a click point, a set-indices edit requires selected indices, and a set-text edit requires text.

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