HideAction

A hide action hides or shows one or more annotations on the screen by setting or clearing their hidden flags.

Constructors

Link copied to clipboard
constructor(@Nullable annotations: List<Annotation>, @Nullable formElements: List<FormElement>, shouldHide: Boolean)
Creates action instance.
constructor(@Nullable annotations: List<Annotation>, @Nullable formElements: List<FormElement>, shouldHide: Boolean, @Nullable subActions: List<Action>)
Creates action instance.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getAnnotationsAsync(@NonNull document: PdfDocument): Observable<List<Annotation>>
Resolves target annotations.
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
open fun shouldHide(): Boolean
Whether to hide or show referenced annotations/form elements.
Link copied to clipboard
open fun toString(): String