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
constructor(enableTextSplit: Boolean = false, maxTextNodeLength: Int = 5000)

Types

Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)