Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes how a PageProgressionTimeline was calculated.

Index

Enumeration members

ESTIMATED_PAGES

ESTIMATED_PAGES = "ESTIMATED_PAGES"

The total number of pages and positions on the timeline are estimated.

Timeline data such as total number of pages and positions will only change if ReaderView options or view dimensions change.

FIXED_PAGES

FIXED_PAGES = "FIXED_PAGES"

All publication content is fixed layout. The total number of pages are fixed regardless of ReaderView settings and dimensions.

RENDERED_PAGES

RENDERED_PAGES = "RENDERED_PAGES"

The timeline is created by pre-rendering all pages for the current ReaderView options and dimensions. Page indexes will change as soon as the ReaderView options or dimensions change.

Generated using TypeDoc