T - generic type for the outline returned by the provider.public interface OutlineSubsetProvider<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getOutlineUntillPage(int endPage) |
T |
getOutlineUntillPageWithOffset(int endPage,
int offset) |
T |
getOutlineWithOffset(int offset) |
void |
startPage(int startPage)
Sets the start page from which the component will provide outline.
|
void startPage(int startPage)
startPage - T getOutlineUntillPage(int endPage) throws TaskException
endPage - end page till which the component will provide bookmarks.TaskException - if the start page is not set or the end page is before the start.T getOutlineUntillPageWithOffset(int endPage, int offset) throws TaskException
endPage - end page till which the component will provide bookmarks.offset - page numbers should be shiftedTaskException - if the start page is not set or the end page is before the start.T getOutlineWithOffset(int offset)
offset - page numbers should be shiftedCopyright © 2015. All Rights Reserved.