Package net.sf.jasperreports.engine
Interface PrintBookmark
-
- All Known Implementing Classes:
BasePrintBookmark
public interface PrintBookmark
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PrintBookmark>
getBookmarks()
String
getElementAddress()
String
getLabel()
int
getPageIndex()
-
-
-
Method Detail
-
getLabel
String getLabel()
-
getPageIndex
int getPageIndex()
-
getElementAddress
String getElementAddress()
-
getBookmarks
List<PrintBookmark> getBookmarks()
-
-