SubmitFormAction

PDF action for sending form data to a URI.

Constructors

Link copied to clipboard
Creates action instance.
constructor(@NonNull uri: String, @NonNull fieldNames: List<String>, @NonNull flags: EnumSet<SubmitFormAction.SubmitFormActionFlag>, @Nullable subActions: List<Action>)
Creates action instance.

Types

Link copied to clipboard
Flags specifying various characteristics of form submit action.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getFormFieldsAsync(@NonNull document: PdfDocument): Observable<List<FormField>>
Resolves target form fields that should be submitted.
Link copied to clipboard
Returns type of action to make down-casting easier.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Indicates whether to include form fields in getFieldNames in the action or exclude them.
Link copied to clipboard
open fun toString(): String