Package coza.opencollab.epub.creator.api
Interface TocCreator
-
- All Known Implementing Classes:
TocCreatorDefault
public interface TocCreator
Service to create the EPUB navigation document- Author:
- OpenCollab
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Content
createTocFromBook(EpubBook book)
Creates the EPUB TOC navigation document Content object
-