first commit
This commit is contained in:
11
hrmsEjb/jxl/biff/DisplayFormat.java
Normal file
11
hrmsEjb/jxl/biff/DisplayFormat.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package jxl.biff;
|
||||
|
||||
public interface DisplayFormat {
|
||||
int getFormatIndex();
|
||||
|
||||
boolean isInitialized();
|
||||
|
||||
void initialize(int paramInt);
|
||||
|
||||
boolean isBuiltIn();
|
||||
}
|
Reference in New Issue
Block a user