first commit
This commit is contained in:
9
hrmsEjb/jxl/read/biff/CellFeaturesAccessor.java
Normal file
9
hrmsEjb/jxl/read/biff/CellFeaturesAccessor.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package jxl.read.biff;
|
||||
|
||||
import jxl.CellFeatures;
|
||||
|
||||
interface CellFeaturesAccessor {
|
||||
void setCellFeatures(CellFeatures paramCellFeatures);
|
||||
|
||||
CellFeatures getCellFeatures();
|
||||
}
|
Reference in New Issue
Block a user