Uses of Interface
coza.opencollab.epub.creator.api.TocCreator
-
Packages that use TocCreator Package Description coza.opencollab.epub.creator.impl coza.opencollab.epub.creator.util -
-
Uses of TocCreator in coza.opencollab.epub.creator.impl
Classes in coza.opencollab.epub.creator.impl that implement TocCreator Modifier and Type Class Description class
TocCreatorDefault
Default implementation of the TocCreator. -
Uses of TocCreator in coza.opencollab.epub.creator.util
Methods in coza.opencollab.epub.creator.util that return TocCreator Modifier and Type Method Description TocCreator
EpubWriter. getTocCreator()
Methods in coza.opencollab.epub.creator.util with parameters of type TocCreator Modifier and Type Method Description void
EpubWriter. setTocCreator(TocCreator tocCreator)
-