onNewPageReady

abstract fun onNewPageReady(@NonNull newPage: NewPage)

Called by the factory when a NewPage instance is ready. If the factory is backed by a user interface, this should usually be called when the user confirmed his settings.

Parameters

newPage

NewPage instance that should be added to the document.