jxl

Class CellFeatures

Known Direct Subclasses:
WritableCellFeatures

public class CellFeatures
extends jxl.biff.BaseCellFeatures

Container for any additional cell features

Field Summary

Fields inherited from class jxl.biff.BaseCellFeatures

BETWEEN, EQUAL, GREATER_EQUAL, GREATER_THAN, LESS_EQUAL, LESS_THAN, NOT_BETWEEN, NOT_EQUAL, logger

Constructor Summary

CellFeatures()
Constructor

Method Summary

String
getComment()
Accessor for the cell comment
String
getDataValidationList()
Gets the data validation list

Methods inherited from class jxl.biff.BaseCellFeatures

getCommentDrawing, getCommentHeight, getCommentWidth, getDVParser, getDataValidationList, hasDataValidation, hasDropDown, removeComment, setComboBox, setComment, setComment, setCommentDrawing, setDataValidationList, setDataValidationRange, setDataValidationRange, setNumberValidation, setNumberValidation, setReadComment, setValidationSettings, setWritableCell

Constructor Details

CellFeatures

public CellFeatures()
Constructor

Method Details

getComment

public String getComment()
Accessor for the cell comment
Returns:
the cell comment, or NULL if this cell doesn't have a comment associated with it

getDataValidationList

public String getDataValidationList()
Gets the data validation list
Overrides:
getDataValidationList in interface jxl.biff.BaseCellFeatures
Returns:
the data validation list