| Package | Description |
|---|---|
| nl.siegmann.epublib.domain | |
| nl.siegmann.epublib.epub |
| Modifier and Type | Method and Description |
|---|---|
TableOfContents |
Book.getTableOfContents()
The Table of Contents of the book.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Book.setTableOfContents(TableOfContents tableOfContents) |
| Constructor and Description |
|---|
Spine(TableOfContents tableOfContents)
Creates a spine out of all the resources in the table of contents.
|
| Modifier and Type | Method and Description |
|---|---|
static Resource |
NavDocument.createNavResource(List<Identifier> identifiers,
String title,
List<CreatorContributor> authors,
TableOfContents tableOfContents) |
static Resource |
NCXDocument.createNCXResource(List<Identifier> identifiers,
String title,
List<CreatorContributor> authors,
TableOfContents tableOfContents) |
static void |
NavDocument.write(org.xmlpull.v1.XmlSerializer serializer,
List<Identifier> identifiers,
String title,
List<CreatorContributor> authors,
TableOfContents tableOfContents) |
static void |
NCXDocument.write(org.xmlpull.v1.XmlSerializer serializer,
List<Identifier> identifiers,
String title,
List<CreatorContributor> authors,
TableOfContents tableOfContents) |
Copyright © 2009–2017. All rights reserved.