| net.sf.jasperreports.engine.JRPrintAnchor
JRPrintAnchor | public interface JRPrintAnchor (Code) | | author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRPrintAnchor.java 1795 2007-07-30 09:18:47Z teodord $ |
getBookmarkLevel | public int getBookmarkLevel()(Code) | | Returns the level of the bookmark corresponding to the anchor.
the level of the bookmark corresponding to the anchor (starting from 1)or JRAnchor.NO_BOOKMARK NO_BOOKMARK if no bookmark should be created for this anchor |
setAnchorName | public void setAnchorName(String anchorName)(Code) | | |
setBookmarkLevel | public void setBookmarkLevel(int bookmarkLevel)(Code) | | Sets the boomark level for the anchor.
Parameters: bookmarkLevel - the bookmark level (starting from 1)or JRAnchor.NO_BOOKMARK NO_BOOKMARK if no bookmark should be created |
|
|