public class BasePrintBookmark extends Object implements PrintBookmark, Serializable
| Modifier and Type | Field and Description |
|---|---|
List<PrintBookmark> |
bookmarks |
| Constructor and Description |
|---|
BasePrintBookmark(String label,
int pageIndex,
String elementAddress) |
BasePrintBookmark(String label,
int pageIndex,
String elementAddress,
int level) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBookmark(PrintBookmark child) |
List<PrintBookmark> |
getBookmarks() |
String |
getElementAddress() |
String |
getLabel() |
int |
getLevel() |
int |
getPageIndex() |
void |
setLabel(String label) |
public List<PrintBookmark> bookmarks
public String getLabel()
getLabel in interface PrintBookmarkpublic int getPageIndex()
getPageIndex in interface PrintBookmarkpublic String getElementAddress()
getElementAddress in interface PrintBookmarkpublic void addBookmark(PrintBookmark child)
public List<PrintBookmark> getBookmarks()
getBookmarks in interface PrintBookmarkpublic void setLabel(String label)
public int getLevel()
Copyright © 2017. All rights reserved.