Table of Contents

Class EpubFormatSettingKeys

Namespace
DocWright.Formats.Epub
Assembly
DocWright.Formats.Epub.dll

The FormatSettings keys the EPUB writer understands.

public static class EpubFormatSettingKeys
Inheritance
EpubFormatSettingKeys
Inherited Members

Remarks

Every key is prefixed epub: so writers for other formats can share the dictionary without collision. Keys are matched case-insensitively and ordinally. A key with the epub: prefix that is not listed here, or a listed key whose value will not parse, is reported as a diagnostic and falls back to the documented default — never ignored in silence, and never an exception on the default path.

Fields

HeadingLevel

epub:headingLevel — an integer from 1 to 9.

Identifier

epub:identifier — the value written as dc:identifier.

Language

epub:language — the value written as dc:language.

Modified

epub:modified — the value written as dcterms:modified.

Prefix

The key prefix that marks a setting as belonging to the EPUB writer.

Split

epub:split — "heading", "section" or "whole".

Title

epub:title — the value written as dc:title.

Methods

IsEpubKey(string?)

Determines whether a key belongs to the EPUB writer.