Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IEpubReflowPluginOptions

Index

Properties

cssForcedPageBreak?: boolean

If enabled, apply forced page-breaks, or avoid soft page-breaks based on the CSS declarations 'page-break-before', 'page-break-after' if equal to one of: 'left', 'right', 'always', 'page', 'verso', 'recto'

default

true

customCssValuePenalizer?: ICustomCssValuePenalizerOptions

Add soft page-break penalties based on CSS declarations.

nodefault
customElementPenalizer?: ICustomElementPenalizerOptions

Add soft page-break penalties based on CSS selectors.

nodefault
customForcedPageBreak?: ICustomForcedPageBreakOptions

Add forced page-breaks to elements by selector

nodefault
floatingOrphanPenalizer?: IFloatingOrphanPenalizerOptions

Adds penalties to soft page-breaks immediately after floating elements.

nodefault
fragmentableElements?: IFragmentableElementsOptions

Defines which elements that are allowed to be fragmented.

nodefault
listBreak?: IListBreakOptions

Configures penalties when fragmenting lists.

nodefault

Configures how to shrink images to improve page breaks.

nodefault
orphanTextPattern?: IOrphanTextPatternOptions

Configures RegExp to give orphan penalties.

nodefault
unforcedTextBreak?: IUnforcedTextBreakOptions

Configures penalties when fragmenting text.

nodefault
verticalWhitespacePenalizer?: IVerticalWhitespacePenalizerOptions

Configures penalties based on throw much vertical whitespace that is left after applying a page-break.

nodefault

Generated using TypeDoc