TableOfContentsItem
Leave feedback
On this page
Inheritance: java.lang.Object
public class TableOfContentsItem
Contains Table of contents item metadata
| Constructor | Description |
|---|---|
| TableOfContentsItem(String title, int page) | Default constructor |
| Method | Description |
|---|---|
| getTitle() | Bookmark title |
| getPage() | Bookmark page |
public TableOfContentsItem(String title, int page)
Default constructor
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | java.lang.String | title |
| page | int | page |
public String getTitle()
Bookmark title
Returns: java.lang.String - Bookmark title
public int getPage()
Bookmark page
Returns: int - Bookmark page
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.