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 StringOpfCreator. createOpfString(EpubBook book)Creates the OPF file text from the EpubBook dataContentTocCreator. 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 StringOpfCreatorDefault. createOpfString(EpubBook book)Creates the OPF file text from the EpubBook dataContentTocCreatorDefault. 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 voidEpubWriter. writeEpubToFile(EpubBook book, String fileName)Writes the EPUB book zip container and contents to a filevoidEpubWriter. 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)
-