Show / Hide Table of Contents

Class Epub2NcxHead

NCX document head which contains all NCX metadata.

See https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.4.1, https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#NCX, and http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.

Inheritance
object
Epub2NcxHead
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class Epub2NcxHead

Constructors

View Source

Epub2NcxHead(List<Epub2NcxHeadMeta>?)

Initializes a new instance of the Epub2NcxHead class.

Declaration
public Epub2NcxHead(List<Epub2NcxHeadMeta>? items = null)
Parameters
Type Name Description
List<Epub2NcxHeadMeta> items

A list of NCX metadata items.

Properties

View Source

Items

Gets a list of NCX metadata items.

See https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.4.1, https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#NCX, and http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.

Declaration
public List<Epub2NcxHeadMeta> Items { get; }
Property type: List<Epub2NcxHeadMeta>
  • View Source
In this article
Back to top Generated by DocFX