AbstractFormAction

abstract class AbstractFormAction : Action

Base class for form related actions.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getFormFieldsAsync(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 override fun hashCode(): Int
Link copied to clipboard

Indicates whether to include form fields in fieldNames in the action or exclude them.

Link copied to clipboard
open override fun toString(): String