Uses of Class
nl.siegmann.epublib.domain.TableOfContents
-
Packages that use TableOfContents Package Description nl.siegmann.epublib.domain nl.siegmann.epublib.epub -
-
Uses of TableOfContents in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain declared as TableOfContents Modifier and Type Field Description private TableOfContentsBook. tableOfContentsMethods in nl.siegmann.epublib.domain that return TableOfContents Modifier and Type Method Description TableOfContentsBook. getTableOfContents()The Table of Contents of the book.Methods in nl.siegmann.epublib.domain with parameters of type TableOfContents Modifier and Type Method Description voidBook. setTableOfContents(TableOfContents tableOfContents)Constructors in nl.siegmann.epublib.domain with parameters of type TableOfContents Constructor Description Spine(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 TableOfContents Modifier and Type Method Description static ResourceNCXDocument. createNCXResource(java.util.List<Identifier> identifiers, java.lang.String title, java.util.List<Author> authors, TableOfContents tableOfContents)static voidNCXDocument. write(org.xmlpull.v1.XmlSerializer serializer, java.util.List<Identifier> identifiers, java.lang.String title, java.util.List<Author> authors, TableOfContents tableOfContents)
-