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

Main component to use the PDF navigator with PSPDFKit.

Link copied to clipboard
@Serializable
data class PsPdfKitPreferences(val fit: Fit? = null, val offsetFirstPage: Boolean? = null, val pageSpacing: Double? = null, val readingProgression: ReadingProgression? = null, val scroll: Boolean? = null, val scrollAxis: Axis? = null, val spread: Spread? = null) : Configurable.Preferences<PsPdfKitPreferences>

Preferences for the PDF navigator with the PSPDFKit adapter.

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