Package com.pspdfkit.forms
Class FormProviderFactory
-
- All Implemented Interfaces:
public class FormProviderFactory
Factory intended for internal usage only.
-
-
Constructor Summary
Constructors Constructor Description FormProviderFactory()
-
Method Summary
Modifier and Type Method Description static InternalFormProvider
createFromInternalDocument(@NonNull() InternalPdfDocument document)
Creates the InternalFormProvider. -
-
Method Detail
-
createFromInternalDocument
static InternalFormProvider createFromInternalDocument(@NonNull() InternalPdfDocument document)
Creates the InternalFormProvider. Intended for internal usage only.
-
-
-
-