Show / Hide Table of Contents

Class Epub2NcxNavigationLabel

Textual description of a navigational element for the reader.

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
Epub2NcxNavigationLabel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class Epub2NcxNavigationLabel

Constructors

View Source

Epub2NcxNavigationLabel(string)

Initializes a new instance of the Epub2NcxNavigationLabel class.

Declaration
public Epub2NcxNavigationLabel(string text)
Parameters
Type Name Description
string text

A textual representation of the navigation label.

Exceptions
Type Condition
ArgumentNullException

The text parameter is null.

Properties

View Source

Text

Gets a textual representation of the navigation label.

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

Declaration
public string Text { get; }
Property type: string

Methods

View Source

ToString()

Returns a string containing the value of the Text property for debugging purposes.

Declaration
public override string ToString()
Returns
Type Description
string

A string containing the value of the Text property.

Overrides
object.ToString()
  • View Source
In this article
Back to top Generated by DocFX