Class EpubFormatSettingKeys
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 asdc:identifier.
- Language
epub:language— the value written asdc:language.
- Modified
epub:modified— the value written asdcterms: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 asdc:title.
Methods
- IsEpubKey(string?)
Determines whether a key belongs to the EPUB writer.