EpubDocumentSectioningSelector

data class EpubDocumentSectioningSelector(val breakPosition: SectionBreakPosition, val selector: String)

Constructors

Link copied to clipboard
constructor(breakPosition: SectionBreakPosition, selector: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the section break should happen before or after the matching elements.

Link copied to clipboard

The CSS selector that should trigger a new section. Supports element, class and attribute selectors.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)