Interface JRAnchor

    • Field Detail

      • NO_BOOKMARK

        static final int NO_BOOKMARK
        Value of the bookmark level that indicates that no bookmark should be created for the anchor.
        See Also:
        Constant Field Values
    • Method Detail

      • getAnchorNameExpression

        JRExpression getAnchorNameExpression()
        Returns an expression whose value represents the anchor name.
      • getBookmarkLevelExpression

        JRExpression getBookmarkLevelExpression()
        Returns an expression whose value represents the bookmark level (starting from 1) corresponding to this anchor. When the expression is set and its value is not null, it will override the value of the bookmarkLevel attribute.
      • getBookmarkLevel

        int getBookmarkLevel()
        Returns the level of the bookmark corresponding to the anchor.
        Returns:
        the level of the bookmark corresponding to the anchor (starting from 1) or NO_BOOKMARK if no bookmark should be created for this anchor