Disable sectioning inside elements that match this selector.
The minimum number of characters (Unicode code-points) per section.
An ordered list of IEpubDocumentSectioningSelector
used to find section breaks.
The algorithm will first find break positions using the first selector. If there are still long sections after that, the second selector will be used to split these up, and so on until all selectors have been considered.
Defaults to: [ { selector: "h1", breakPosition: SectionBreakPosition.BEFORE }, { selector: "h2", breakPosition: SectionBreakPosition.BEFORE }, { selector: "h3", breakPosition: SectionBreakPosition.BEFORE }, ]
The type of document sectioning algorithm. Can be used to determine the subtype of IEpubDocumentSectioningAlgorithm.
Generated using TypeDoc
Split into sections based on CSS selectors. For example, it can be used to create a new section before
<h1>
and<h2>
elements.