first commit
This commit is contained in:
11
hrmsEjb/net/sf/jasperreports/engine/JRBand.java
Normal file
11
hrmsEjb/net/sf/jasperreports/engine/JRBand.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRBand extends JRElementGroup {
|
||||
int getHeight();
|
||||
|
||||
boolean isSplitAllowed();
|
||||
|
||||
void setSplitAllowed(boolean paramBoolean);
|
||||
|
||||
JRExpression getPrintWhenExpression();
|
||||
}
|
Reference in New Issue
Block a user