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.
|
JRExpression |
getBookmarkLevelExpression()
Returns an expression whose value represents the bookmark level (starting from 1) corresponding to this anchor.
|
static final int NO_BOOKMARK
JRExpression getAnchorNameExpression()
JRExpression getBookmarkLevelExpression()
int getBookmarkLevel()
NO_BOOKMARK
if no bookmark should be created for this anchorCopyright © 2021 TIBCO Software Inc.. All rights reserved.