EpubReflowOptions

data class EpubReflowOptions(val plugins: EpubReflowPluginOptions = EpubReflowPluginOptions(), val removeTopMarginsOnFragmentedElements: Boolean = false)

Options configuring how the reflow engine divide content documents into pages. These options will be further documented in a future version of the framework.

Constructors

Link copied to clipboard
fun EpubReflowOptions(plugins: EpubReflowPluginOptions = EpubReflowPluginOptions(), removeTopMarginsOnFragmentedElements: Boolean = false)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard
Link copied to clipboard

When an element is fragmented across pages, this option control if the top margin on the fragmented element should be carried over to subsequent pages.