first commit
This commit is contained in:
15
hrmsEjb/net/sf/jasperreports/engine/fill/JRMeasuredText.java
Normal file
15
hrmsEjb/net/sf/jasperreports/engine/fill/JRMeasuredText.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package net.sf.jasperreports.engine.fill;
|
||||
|
||||
public interface JRMeasuredText {
|
||||
float getLeadingOffset();
|
||||
|
||||
float getLineSpacingFactor();
|
||||
|
||||
float getTextHeight();
|
||||
|
||||
int getTextOffset();
|
||||
|
||||
boolean isLeftToRight();
|
||||
|
||||
String getTextSuffix();
|
||||
}
|
Reference in New Issue
Block a user