Package-level declarations
Types
Link copied to clipboard
A PdfDocumentFragment renders a single PDF document.
Link copied to clipboard
data class PdfDocumentFragmentInput<S : Configurable.Settings>(val publication: Publication, val href: Url, val pageIndex: Int, val settings: S, val navigatorListener: Navigator.Listener?, val inputListener: InputListener?)
Link copied to clipboard
interface PdfEngineProvider<S : Configurable.Settings, P : Configurable.Preferences<P>, E : PreferencesEditor<P>>
To be implemented by adapters for third-party PDF engines which can be used with PdfNavigatorFragment.
Link copied to clipboard
class PdfNavigatorFactory<S : Configurable.Settings, P : Configurable.Preferences<P>, E : PreferencesEditor<P>>(publication: Publication, pdfEngineProvider: PdfEngineProvider<S, P, E>)
Factory of the PDF navigator and related components.
Link copied to clipboard
class PdfNavigatorFragment<S : Configurable.Settings, P : Configurable.Preferences<P>> : NavigatorFragment, VisualNavigator, OverflowableNavigator, Configurable<S, P>
Navigator for PDF publications.