Package-level declarations
Types
Link copied to clipboard
data class PsPdfKitDefaults(val offsetFirstPage: Boolean? = null, val pageSpacing: Double? = null, val readingProgression: ReadingProgression? = null, val scroll: Boolean? = null, val spread: Spread? = null)
Default values for the PDF navigator with the PSPDFKit adapter.
Link copied to clipboard
Link copied to clipboard
class PsPdfKitEngineProvider(defaults: PsPdfKitDefaults = PsPdfKitDefaults(), listener: PsPdfKitEngineProvider.Listener? = null) : PdfEngineProvider<PsPdfKitSettings, PsPdfKitPreferences, PsPdfKitPreferencesEditor>
Main component to use the PDF navigator with PSPDFKit.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Preferences for the PDF navigator with the PSPDFKit adapter.
Link copied to clipboard
Editor for a set of PsPdfKitPreferences.
Link copied to clipboard
JSON serializer of PsPdfKitPreferences.
Link copied to clipboard
Suggested filter to keep only publication-specific PsPdfKitPreferences.
Link copied to clipboard
data class PsPdfKitSettings(val fit: Fit, val offsetFirstPage: Boolean, val pageSpacing: Double, val readingProgression: ReadingProgression, val scroll: Boolean, val scrollAxis: Axis, val spread: Spread) : Configurable.Settings
Settings values of the PDF navigator with the PSPDFKit adapter.
Link copied to clipboard
Suggested filter to keep only shared PsPdfKitPreferences.