Uses of Class
coza.opencollab.epub.creator.model.EpubBook
-
Packages that use EpubBook Package Description coza.opencollab.epub.creator.api coza.opencollab.epub.creator.impl coza.opencollab.epub.creator.util org.javlo.io -
-
Uses of EpubBook in coza.opencollab.epub.creator.api
Methods in coza.opencollab.epub.creator.api with parameters of type EpubBook Modifier and Type Method Description String
OpfCreator. createOpfString(EpubBook book)
Creates the OPF file text from the EpubBook dataContent
TocCreator. createTocFromBook(EpubBook book)
Creates the EPUB TOC navigation document Content object -
Uses of EpubBook in coza.opencollab.epub.creator.impl
Methods in coza.opencollab.epub.creator.impl with parameters of type EpubBook Modifier and Type Method Description String
OpfCreatorDefault. createOpfString(EpubBook book)
Creates the OPF file text from the EpubBook dataContent
TocCreatorDefault. createTocFromBook(EpubBook book)
Creates the EPUB TOC navigation document Content object -
Uses of EpubBook in coza.opencollab.epub.creator.util
Methods in coza.opencollab.epub.creator.util with parameters of type EpubBook Modifier and Type Method Description void
EpubWriter. writeEpubToFile(EpubBook book, String fileName)
Writes the EPUB book zip container and contents to a filevoid
EpubWriter. writeEpubToStream(EpubBook book, OutputStream out)
Writes the EPUB book zip container and contents to an OutputStream -
Uses of EpubBook in org.javlo.io
Constructors in org.javlo.io with parameters of type EpubBook Constructor Description EpubDocxImageConverter(EpubBook book)
-