AbstractFormAction

abstract class AbstractFormAction : Action

Base class for form related actions.

Inheritors

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 are affected by this action.
Link copied to clipboard
Returns form fields targeted by this action.
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