Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies how the publication content should be presented by the reading system.

Index

Enumeration members

AUTO

AUTO = "AUTO"

The Author does not have a preference for overflow handling. The Reading System may render overflow content using its default method or a user preference, whichever is applicable.

PAGINATED

PAGINATED = "PAGINATED"

The Reading System should dynamically paginate all overflowing content.

SCROLLED_CONTINUOUS

SCROLLED_CONTINUOUS = "SCROLLED_CONTINUOUS"

The Reading System should render all Content Documents such that overflowing content is scrollable, and the Publication should be presented as one continuous scroll from spine item to spine item.

SCROLLED_DOC

SCROLLED_DOC = "SCROLLED_DOC"

The Reading System should render all Content Documents such that overflowing content is scrollable, and each spine item should be presented as a separate scrollable document.

Generated using TypeDoc