Files
HRMS/hrmsEjb/jxl/read/biff/CellFeaturesAccessor.java
2025-07-28 13:56:49 +05:30

10 lines
178 B
Java

package jxl.read.biff;
import jxl.CellFeatures;
interface CellFeaturesAccessor {
void setCellFeatures(CellFeatures paramCellFeatures);
CellFeatures getCellFeatures();
}