Show / Hide Table of Contents

Class Epub2NcxHeadMeta

NCX document metadata item.

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

Constructors

View Source

Epub2NcxHeadMeta(string, string, string?)

Initializes a new instance of the Epub2NcxHeadMeta class.

Declaration
public Epub2NcxHeadMeta(string name, string content, string? scheme = null)
Parameters
Type Name Description
string name

The name of the NCX metadata item.

string content

The content (i.e. the value) of the NCX metadata item.

string scheme

The name of the scheme for the Name property or null if the scheme is not specified.

Exceptions
Type Condition
ArgumentNullException

The name parameter is null.

ArgumentNullException

The content parameter is null.

Properties

View Source

Content

Gets the content (i.e. the value) of the NCX metadata item.

See http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.

Declaration
public string Content { get; }
Property type: string
View Source

Name

Gets the name of the NCX metadata item.

See http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.

Declaration
public string Name { get; }
Property type: string
View Source

Scheme

Gets the name of the scheme for the Name property or null if the scheme is not specified.

See http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.

Declaration
public string? Scheme { get; }
Property type: string
  • View Source
In this article
Back to top Generated by DocFX