Show / Hide Table of Contents

Class Epub2NcxNavigationMap

NCX navigation map which acts as a container for one or more NCX navigation points for the primary navigation within the book (e.g., table of contents).

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
Epub2NcxNavigationMap
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 Epub2NcxNavigationMap

Constructors

View Source

Epub2NcxNavigationMap(List<Epub2NcxNavigationPoint>?)

Initializes a new instance of the Epub2NcxNavigationMap class.

Declaration
public Epub2NcxNavigationMap(List<Epub2NcxNavigationPoint>? items = null)
Parameters
Type Name Description
List<Epub2NcxNavigationPoint> items

A list of NCX navigation points for the primary navigation within the book (e.g., table of contents).

Properties

View Source

Items

Gets a list of NCX navigation points for the primary navigation within the book (e.g., table of contents).

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<Epub2NcxNavigationPoint> Items { get; }
Property type: List<Epub2NcxNavigationPoint>
  • View Source
In this article
Back to top Generated by DocFX