public interface JRAnchor
<anchorNameExpression>
tag (see getAnchorNameExpression()
) transforms that particular text field or image into a
local anchor of the resulting document, to which hyperlinks can point. The anchor will bear the
name returned after evaluation of the anchor name expression, which should always return
java.lang.String
values.JRHyperlink
Modifier and Type | Field and Description |
---|---|
static int |
NO_BOOKMARK
Value of the bookmark level that indicates that no bookmark should be created for the anchor.
|
Modifier and Type | Method and Description |
---|---|
JRExpression |
getAnchorNameExpression()
Returns an expression whose value represents the anchor name.
|
int |
getBookmarkLevel()
Returns the level of the bookmark corresponding to the anchor.
|
static final int NO_BOOKMARK
JRExpression getAnchorNameExpression()
int getBookmarkLevel()
NO_BOOKMARK
if no bookmark should be created for this anchor© 2001-2014 TIBCO Software Inc. www.jaspersoft.com