| net.sf.jasperreports.engine.JRAnchor
JRAnchor | public interface JRAnchor (Code) | | An interface providing anchor functionality. It must be implemented by elements that can contain anchors for
hyperlinks.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRAnchor.java 1795 2007-07-30 09:18:47Z teodord $ |
Field Summary | |
final public static int | NO_BOOKMARK Value of the bookmark level that indicates that no bookmark should be created for the anchor. |
NO_BOOKMARK | final public static int NO_BOOKMARK(Code) | | Value of the bookmark level that indicates that no bookmark should be created for the anchor.
|
getAnchorNameExpression | public JRExpression getAnchorNameExpression()(Code) | | Returns an expression whose value represents the anchor name.
|
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 |
|
|