Table of Contents

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.

https://en.wikipedia.org/wiki/Open_eBook

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 string

the root directory of the EPUB template files

epubTextDirectory string

conventional epub/OEBPS/Text directory

markdownDirectory string

conventional markdown directory

logger ILogger

The ILogger.

Methods

Write()

Writes the EpubFileDedication file.

public void Write()