EpubTextNodeSplitOptions

data class EpubTextNodeSplitOptions(val enableTextSplit: Boolean = false, val maxTextNodeLength: Int = 5000)

Options related to the splitting of very long text nodes.

Constructors

Link copied to clipboard
fun EpubTextNodeSplitOptions(enableTextSplit: Boolean = false, maxTextNodeLength: Int = 5000)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

Sets whether the reading system should split long text nodes into shorter nodes.

Link copied to clipboard

Sets the maximum length of text nodes in the publication. Nodes longer than this number will be split into text nodes of the provided length.