Uses of Class
nl.siegmann.epublib.domain.TableOfContents
Packages that use TableOfContents
-
Uses of TableOfContents in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain declared as TableOfContentsMethods in nl.siegmann.epublib.domain that return TableOfContentsMethods in nl.siegmann.epublib.domain with parameters of type TableOfContentsConstructors in nl.siegmann.epublib.domain with parameters of type TableOfContentsModifierConstructorDescriptionSpine(TableOfContents tableOfContents) Creates a spine out of all the resources in the table of contents. -
Uses of TableOfContents in nl.siegmann.epublib.epub
Methods in nl.siegmann.epublib.epub with parameters of type TableOfContentsModifier and TypeMethodDescriptionstatic ResourceNCXDocument.createNCXResource(List<Identifier> identifiers, String title, List<Author> authors, TableOfContents tableOfContents) static voidNCXDocument.write(org.xmlpull.v1.XmlSerializer serializer, List<Identifier> identifiers, String title, List<Author> authors, TableOfContents tableOfContents)