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.
Inherited Members
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class Epub2NcxHeadMeta
Constructors
View SourceEpub2NcxHeadMeta(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 |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The |
ArgumentNullException | The |
Properties
View SourceContent
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 SourceName
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 SourceScheme
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; }