Home » JCraft » jxl » [javadoc | source]
jxl
public class: CellFeatures [javadoc | source]
java.lang.Object
   jxl.biff.BaseCellFeatures
      jxl.CellFeatures

Direct Known Subclasses:
    WritableCellFeatures

Container for any additional cell features
Fields inherited from jxl.biff.BaseCellFeatures:
logger,  BETWEEN,  NOT_BETWEEN,  EQUAL,  NOT_EQUAL,  GREATER_THAN,  LESS_THAN,  GREATER_EQUAL,  LESS_EQUAL
Constructor:
 public CellFeatures() 
 protected CellFeatures(CellFeatures cf) 
    Copy constructor
    Parameters:
    cf - cell to copy
Method from jxl.CellFeatures Summary:
getComment,   getDataValidationList,   getSharedDataValidationRange
Methods from jxl.biff.BaseCellFeatures:
getComment,   getCommentDrawing,   getCommentHeight,   getCommentWidth,   getDVParser,   getDataValidationList,   getSharedDataValidationRange,   hasDataValidation,   hasDropDown,   removeComment,   removeDataValidation,   removeSharedDataValidation,   setComboBox,   setComment,   setComment,   setCommentDrawing,   setDataValidationList,   setDataValidationRange,   setDataValidationRange,   setNumberValidation,   setNumberValidation,   setReadComment,   setValidationSettings,   setWritableCell,   shareDataValidation
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.CellFeatures Detail:
 public String getComment() 
    Accessor for the cell comment
 public String getDataValidationList() 
    Gets the data validation list
 public Range getSharedDataValidationRange() 
    Gets the range of cells to which the data validation applies. If the validation applies to just this cell, this will be reflected in the returned range