GoToEmbeddedAction

Action that allows jumping to a PDF file that is embedded in the document.

See also

Constructors

Link copied to clipboard
constructor(@NonNull targetFile: EmbeddedFile, openInNewWindow: Boolean)
Creates action instance.
constructor(@NonNull targetFile: EmbeddedFile, openInNewWindow: Boolean, @Nullable subActions: List<Action>)
Creates action instance.

Properties

Link copied to clipboard
Link copied to clipboard
@IntRange(from = 0)
@get:IntRange(from = 0)
val pageIndex: Int
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
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 isNewWindow(): Boolean
Whether or not a new window should be created for displaying the embedded document.
Link copied to clipboard
open fun toString(): String