Options
All
  • Public
  • Public/Protected
  • All
Menu

A page fully visible or partially visible in the ReaderView.

Hierarchy

  • IVisiblePage

Index

Methods

getBoundingClientRect

  • getBoundingClientRect(): DOMRect
  • Get the bounding client rect of the visible page in application viewport coordinate system. Returns null if this page is not visible.

    Returns DOMRect

getPageIndexInReflowedDocument

  • getPageIndexInReflowedDocument(): number
  • The zero-based index in the list of pages generated when reflowing the ReaderDocument. Always returns 0 for non-reflowable ReaderDocuments.

    Returns number

getPageSpreadSlot

  • Get the PageSpread slot for this page when using a renderer capable of showing spreads.

    Returns PageSpreadSlot

getRangeContentLocation

  • Get the resolved ContentLocation representing the range of the entire page content.

    Returns IContentLocation

getReaderDocument

  • Get the ReaderDocument this page was generated from.

    Returns IReaderDocument

getStartContentLocation

  • Get the resolved ContentLocation to the start of this page.

    Returns IContentLocation

toJSON

Generated using TypeDoc