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 PrintBookmark
public int getPageIndex()
getPageIndex
in interface PrintBookmark
public String getElementAddress()
getElementAddress
in interface PrintBookmark
public void addBookmark(PrintBookmark child)
public List<PrintBookmark> getBookmarks()
getBookmarks
in interface PrintBookmark
public void setLabel(String label)
public int getLevel()
Copyright © 2016. All rights reserved.