Table of Contents

Class OebpsTextCopyright

Namespace
Songhay.Publications.Models
Assembly
Songhay.Publications.dll

Defines the content to write the EpubFileCopyright file.

public class OebpsTextCopyright
Inheritance
OebpsTextCopyright
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

OebpsTextCopyright(JsonElement, string)

Initializes a new instance of the OebpsTextCopyright class.

public OebpsTextCopyright(JsonElement publicationMeta, string epubTextDirectory)

Parameters

publicationMeta JsonElement

The publication meta.

epubTextDirectory string

Conventional epub/OEBPS/Text directory.

Methods

Write()

Writes the EpubFileCopyright file.

public void Write()