package net.sf.jasperreports.engine; public interface JRAnchor { public static final int NO_BOOKMARK = 0; JRExpression getAnchorNameExpression(); int getBookmarkLevel(); }