Options
All
  • Public
  • Public/Protected
  • All
Menu

Base interface for implementing support for a publication format such as EPUB or PDF. Format adapters must be added to a ReadingSystemEngine to enable support for that format.

For example, to add support for EPUB publications use:

let engine = new ReadingSystemEngine();
engine.addFormatAdapter(new EpubFormatAdapter())

Hierarchy

  • IFormatAdapter

Implemented by

Index

Methods

isPublicationSupported

Generated using TypeDoc