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