first commit
This commit is contained in:
9
hrmsEjb/net/sf/jasperreports/engine/JRAnchor.java
Normal file
9
hrmsEjb/net/sf/jasperreports/engine/JRAnchor.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRAnchor {
|
||||
public static final int NO_BOOKMARK = 0;
|
||||
|
||||
JRExpression getAnchorNameExpression();
|
||||
|
||||
int getBookmarkLevel();
|
||||
}
|
Reference in New Issue
Block a user