public interface TableOfContents extends FormatterCore
Modifier and Type | Method and Description |
---|---|
void |
endEntry()
Ends the current entry.
|
void |
startEntry(String refId)
Starts a new entry with the supplied properties.
|
void |
startEntryOnResumed(TocEntryOnResumedRange range)
Starts a new entry-on-resumed with the supplied properties.
|
beginsTableBody, beginsTableCell, beginsTableHeader, beginsTableRow, endTable, insertDynamicLayout, startTable
endBlock, startBlock, startBlock
addChars, endSpan, endStyle, insertAnchor, insertEvaluate, insertExternalReference, insertLeader, insertMarker, insertMarkerReference, insertPageReference, newLine, startSpan, startStyle
void startEntry(String refId)
refId
- the element that this toc entry is connected tovoid startEntryOnResumed(TocEntryOnResumedRange range)
range
- the range of this entry on resumedvoid endEntry()