Show / Hide Table of Contents

Enum EpubSpineProperty

Property of EpubSpineItemRef.

See https://www.w3.org/publishing/epub32/epub-packages.html#sec-itemref-property-values for more information.

Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public enum EpubSpineProperty

Fields

Name Description
ALIGN_X_CENTER

The 'rendition:align-x-center' property. Specifies that the given spine item should be centered horizontally in the viewport or spread.

See https://www.w3.org/TR/epub-33/#align-x-center for more information.

FLOW_AUTO

The 'rendition:flow-auto' property. Indicates that the EPUB creator has no preference for overflow content handling.

See https://www.w3.org/TR/epub-33/#flow-auto for more information.

FLOW_PAGINATED

The 'rendition:flow-paginated' property. Indicates that the EPUB creator preference is to dynamically paginate content overflow.

See https://www.w3.org/TR/epub-33/#flow-paginated for more information.

FLOW_SCROLLED_CONTINUOUS

The 'rendition:flow-scrolled-continuous' property. Indicates that the EPUB creator preference is to provide a scrolled view for overflow content, and that consecutive spine items with this property are to be rendered as a continuous scroll.

See https://www.w3.org/TR/epub-33/#flow-scrolled-continuous for more information.

FLOW_SCROLLED_DOC

The 'rendition:flow-scrolled-doc' property. Indicates that the EPUB creator preference is to provide a scrolled view for overflow content, and each spine item with this property is to be rendered as a separate scrollable document.

See https://www.w3.org/TR/epub-33/#flow-scrolled-doc for more information.

LAYOUT_PRE_PAGINATED

The 'rendition:layout-pre-paginated' property. Specifies that the given spine item is pre-paginated.

See https://www.w3.org/TR/epub-33/#layout-pre-paginated for more information.

LAYOUT_REFLOWABLE

The 'rendition:layout-reflowable' property. Specifies that the given spine item is reflowable.

See https://www.w3.org/TR/epub-33/#layout-reflowable for more information.

ORIENTATION_AUTO

The 'rendition:orientation-auto' property. Specifies that the reading application determines the orientation to render the spine item in.

See https://www.w3.org/TR/epub-33/#orientation-auto for more information.

ORIENTATION_LANDSCAPE

The 'rendition:orientation-landscape' property. Specifies that the reading application should render the given spine item in landscape orientation.

See https://www.w3.org/TR/epub-33/#orientation-landscape for more information.

ORIENTATION_PORTRAIT

The 'rendition:orientation-portrait' property. Specifies that the reading application should render the given spine item in portrait orientation.

See https://www.w3.org/TR/epub-33/#orientation-portrait for more information.

PAGE_SPREAD_CENTER

The 'rendition:page-spread-center' property. Indicates that the spine item should be centered.

See https://www.w3.org/TR/epub-33/#page-spread-center for more information.

PAGE_SPREAD_LEFT

The 'rendition:page-spread-left' or the 'page-spread-left' property. Indicates that the first page of the associated spine item represents the left-hand side of a two-page spread.

See https://www.w3.org/TR/epub-33/#fxl-page-spread-left or https://www.w3.org/TR/epub-33/#page-spread-left for more information.

PAGE_SPREAD_RIGHT

The 'rendition:page-spread-right' or the 'page-spread-right' property. Indicates that the first page of the associated spine item represents the right-hand side of a two-page spread.

See https://www.w3.org/TR/epub-33/#fxl-page-spread-right or https://www.w3.org/TR/epub-33/#page-spread-right for more information.

SPREAD_AUTO

The 'rendition:spread-auto' property. Specifies that the reading application determines when to render a synthetic spread for the spine item.

See https://www.w3.org/TR/epub-33/#spread-auto for more information.

SPREAD_BOTH

The 'rendition:spread-both' property. Specifies that the reading application should render a synthetic spread for the spine item in both portrait and landscape orientations.

See https://www.w3.org/TR/epub-33/#spread-both for more information.

SPREAD_LANDSCAPE

The 'rendition:spread-landscape' property. Specifies that the reading application should render a synthetic spread for the spine item only when in landscape orientation.

See https://www.w3.org/TR/epub-33/#spread-landscape for more information.

SPREAD_NONE

The 'rendition:spread-none' property. Specifies that the reading application should not render a synthetic spread for the spine item.

See https://www.w3.org/TR/epub-33/#spread-none for more information.

UNKNOWN

A spine property which is not present in this enumeration.

  • View Source
In this article
Back to top Generated by DocFX