Epub Reflow Options
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)