Class OebpsTextDedication
- Namespace
- Songhay.Publications.Models
- Assembly
- Songhay.Publications.dll
Defines the content to write the EpubFileDedication file.
public class OebpsTextDedication
- Inheritance
-
OebpsTextDedication
- Inherited Members
- Extension Methods
Remarks
Open eBook Publication Structure (OEBPS), is a legacy e-book format which has been superseded by the EPUB format.
Constructors
OebpsTextDedication(string, string, string, ILogger?)
Initializes a new instance of the OebpsTextDedication class.
public OebpsTextDedication(string templateRoot, string epubTextDirectory, string markdownDirectory, ILogger? logger)
Parameters
templateRoot
stringthe root directory of the EPUB template files
epubTextDirectory
stringconventional
epub/OEBPS/Text
directorymarkdownDirectory
stringconventional
markdown
directorylogger
ILoggerThe ILogger.
Methods
Write()
Writes the EpubFileDedication file.
public void Write()