first commit
This commit is contained in:
11
hrmsEjb/net/sf/jasperreports/engine/JRPrintAnchor.java
Normal file
11
hrmsEjb/net/sf/jasperreports/engine/JRPrintAnchor.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRPrintAnchor {
|
||||
String getAnchorName();
|
||||
|
||||
void setAnchorName(String paramString);
|
||||
|
||||
int getBookmarkLevel();
|
||||
|
||||
void setBookmarkLevel(int paramInt);
|
||||
}
|
Reference in New Issue
Block a user