Package com.pspdfkit.forms
Class UnknownFormElement
-
- All Implemented Interfaces:
public class UnknownFormElement extends FormElement
Represents a form element that is currently not recognised and handled by PSPDFKit.
-
-
Method Summary
Modifier and Type Method Description FormType
getType()
Gets form type for UnknownFormElement. -
-
Method Detail
-
getType
@NonNull() FormType getType()
Gets form type for UnknownFormElement. See FormType.
- Returns:
Form type for UnknownFormElement.
-
-
-
-