Options
All
  • Public
  • Public/Protected
  • All
Menu

Options used for configuring ContentBlocks in EpubReaderPublications.

Hierarchy

  • IEpubContentBlockOptions

Index

Properties

disableDefaultAttributeFiltering?: boolean

If set to true, the default attribute filtering is disabled. This means that all attributes will be available in ContentBlocks.

NOTE: This option can only be set when calling ReadingSystemEngine.loadPublication(). It is NOT possible to change this option using ReaderPublication.setOptions().

default

false

includeMathMlContentBlocks?: boolean

If set to true, the ContentBlockTree will include MathML related content blocks. NOTE: This option can only be set when calling ReadingSystemEngine.loadPublication(). It is NOT possible to change this option using ReaderPublication.setOptions().

default

false

includePreContentBlocks?: boolean

If set to true, the ContentBlockTree will include

 content blocks.
NOTE: This option can only be set when calling ReadingSystemEngine.loadPublication().
It is NOT possible to change this option using ReaderPublication.setOptions().

default

false

Generated using TypeDoc