Show / Hide Table of Contents

Enum EpubManifestProperty

Property of EPUB manifest item.

See https://www.w3.org/publishing/epub32/epub-packages.html#attrdef-properties, https://www.w3.org/publishing/epub32/epub-packages.html#sec-item-elem, and https://www.w3.org/publishing/epub32/epub-packages.html#app-item-properties-vocab for more information.

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

Fields

Name Description
COVER_IMAGE

The 'cover-image' property. This property identifies the manifest item as the cover image of the book.

See https://www.w3.org/publishing/epub32/epub-packages.html#sec-cover-image for more information.

MATHML

The 'mathml' property. This property indicates that the manifest item contains one or more instances of MathML markup.

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

NAV

The 'nav' property. This property indicates that the manifest item constitutes the EPUB 3 Navigation Document.

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

REMOTE_RESOURCES

The 'remote-resources' property. This property indicates that the manifest item contains one or more internal references to other publication resources that are located outside of this EPUB file.

See https://www.w3.org/publishing/epub32/epub-packages.html#sec-remote-resources for more information.

SCRIPTED

The 'scripted' property. This property indicates that the manifest item is a Scripted Content Document (i.e. contains scripted content and/or HTML form elements).

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

SVG

The 'svg' property. This property indicates that the manifest item embeds one or more instances of SVG markup.

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

UNKNOWN

A EPUB manifest item property which is not present in this enumeration.

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