public class TocAddedAndRemovedPages extends Object
| Constructor and Description |
|---|
TocAddedAndRemovedPages(TableOfContents tableOfContents,
List<HtmlPageAndPageProps> addedPagesProps,
List<TocItem> removedTocItems) |
| Modifier and Type | Method and Description |
|---|---|
List<HtmlPageAndPageProps> |
getAddedPagesProps() |
List<TocItem> |
getRemovedTocItems() |
TableOfContents |
getTableOfContents() |
public TocAddedAndRemovedPages(TableOfContents tableOfContents, List<HtmlPageAndPageProps> addedPagesProps, List<TocItem> removedTocItems)
public TableOfContents getTableOfContents()
public List<HtmlPageAndPageProps> getAddedPagesProps()
Copyright © 2022. All rights reserved.