public final class TableOfContentsItem extends Object
Provides the item of table of contents.
Modifier and Type | Method and Description |
---|---|
String |
extractPage()
Extracts all characters from the page with
pageIndex and returns the data as a string. |
TableOfContentsItem |
get_Item(int index)
Gets a sub-item of the item.
|
int |
getCount()
Gets a count of sub-items.
|
Integer |
getPageIndex()
Gets a page index of the item.
|
String |
getText()
Gets a text of the item.
|
public String getText()
Gets a text of the item.
public Integer getPageIndex()
Gets a page index of the item.
public int getCount()
Gets a count of sub-items.
public TableOfContentsItem get_Item(int index)
Gets a sub-item of the item.
index
- The index of the sub-item.public String extractPage()
Extracts all characters from the page with pageIndex
and returns the data as a string.
Copyright © 2018. All rights reserved.