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.
Inherited Members
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class Epub2NcxNavigationLabel
Constructors
View SourceEpub2NcxNavigationLabel(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 |
Properties
View SourceText
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 SourceToString()
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. |