Package coza.opencollab.epub.creator.api
Interface OpfCreator
-
- All Known Implementing Classes:
OpfCreatorDefault
public interface OpfCreator
Service to create the Package Document that carries bibliographic and structural meta data about an EPUB Publication- Author:
- OpenCollab
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
createOpfString(EpubBook book)
Creates the OPF file text from the EpubBook data
-