Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the different type of navigation collections.

Index

Enumeration members

CUSTOM

CUSTOM = "CUSTOM"

A navigation collection not matching any other type defined in this enum, but that is specified in the source publication.

The ReaderPublicationNavigationCollection may contain either a flat list or a tree structure of items.

LANDMARKS

LANDMARKS = "LANDMARKS"

A collection of references to well-known/recurring components as specified in the source publication, such as index, glossary, etc.

The ReaderPublicationNavigationCollection may contain either a flat list or a tree structure of items.

LIST_OF_AUDIO_CLIPS

LIST_OF_AUDIO_CLIPS = "LIST_OF_AUDIO_CLIPS"

A listing of audio clips included in the publication, as specified in the source publication.

The ReaderPublicationNavigationCollection may contain either a flat list or a tree structure of items.

LIST_OF_ILLUSTRATIONS

LIST_OF_ILLUSTRATIONS = "LIST_OF_ILLUSTRATIONS"

A listing of illustrations included in the publication, as specified in the source publication.

The ReaderPublicationNavigationCollection may contain either a flat list or a tree structure of items.

LIST_OF_TABLES

LIST_OF_TABLES = "LIST_OF_TABLES"

A listing of tables included in the publication, as specified in the source publication.

The ReaderPublicationNavigationCollection may contain either a flat list or a tree structure of items.

LIST_OF_VIDEO_CLIPS

LIST_OF_VIDEO_CLIPS = "LIST_OF_VIDEO_CLIPS"

A listing of video clips included in the publication, as specified in the source publication.

The ReaderPublicationNavigationCollection may contain either a flat list or a tree structure of items.

PAGE_LIST

PAGE_LIST = "PAGE_LIST"

A list of pages as specified in the source publication. This is used in EPUB to refer to page-breaks within a printed edition of the publication.

The ReaderPublicationNavigationCollection contains a flat list of ReaderPublicationNavigationItems

TOC

TOC = "TOC"

The main table of contents as specified in the source publication.

The ReaderPublicationNavigationCollection contains a tree structure of ReaderPublicationNavigationItems, where each item represents a table of contents item.

Generated using TypeDoc