Uses of Class
coza.opencollab.epub.creator.model.TocLink
-
Packages that use TocLink Package Description coza.opencollab.epub.creator.model -
-
Uses of TocLink in coza.opencollab.epub.creator.model
Methods in coza.opencollab.epub.creator.model that return types with arguments of type TocLink Modifier and Type Method Description List<TocLink>
TocLink. getTocChildLinks()
List<TocLink>
EpubBook. getTocLinks()
Method parameters in coza.opencollab.epub.creator.model with type arguments of type TocLink Modifier and Type Method Description void
TocLink. setTocChildLinks(List<TocLink> tocChildLinks)
void
EpubBook. setTocLinks(List<TocLink> tocLinks)
-