TableOfContentsItem
Inheritance: java.lang.Object
public class TableOfContentsItem
Contains Table of contents item metadata
Constructors
| Constructor | Description |
|---|---|
| TableOfContentsItem(String title, int page) | Default constructor |
Methods
| Method | Description |
|---|---|
| getTitle() | Bookmark title |
| getPage() | Bookmark page |
TableOfContentsItem(String title, int page)
public TableOfContentsItem(String title, int page)
Default constructor
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | java.lang.String | title |
| page | int | page |
getTitle()
public String getTitle()
Bookmark title
Returns: java.lang.String - Bookmark title
getPage()
public int getPage()
Bookmark page
Returns: int - Bookmark page