Enum EpubManifestProperty
Property of EPUB manifest item.
See https://www.w3.org/TR/epub-33/#attrdef-properties, https://www.w3.org/TR/epub-33/#sec-item-elem, and https://www.w3.org/TR/epub-33/#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/TR/epub-33/#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/TR/epub-33/#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/TR/epub-33/#sec-nav-prop 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/TR/epub-33/#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/TR/epub-33/#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/TR/epub-33/#sec-svg for more information. |
| UNKNOWN | A EPUB manifest item property which is not present in this enumeration. |