Package jxl
Class CellFeatures
- java.lang.Object
-
- jxl.biff.BaseCellFeatures
-
- jxl.CellFeatures
-
- Direct Known Subclasses:
WritableCellFeatures
public class CellFeatures extends jxl.biff.BaseCellFeatures
Container for any additional cell features
-
-
Constructor Summary
Constructors Constructor Description CellFeatures()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
Accessor for the cell commentjava.lang.String
getDataValidationList()
Gets the data validation listRange
getSharedDataValidationRange()
Gets the range of cells to which the data validation applies.-
Methods inherited from class jxl.biff.BaseCellFeatures
getCommentDrawing, getCommentHeight, getCommentWidth, getDVParser, hasDataValidation, hasDropDown, removeComment, removeDataValidation, removeSharedDataValidation, setComboBox, setComment, setComment, setCommentDrawing, setDataValidationList, setDataValidationRange, setDataValidationRange, setNumberValidation, setNumberValidation, setReadComment, setValidationSettings, setWritableCell, shareDataValidation
-
-
-
-
Method Detail
-
getComment
public java.lang.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 java.lang.String getDataValidationList()
Gets the data validation list- Overrides:
getDataValidationList
in classjxl.biff.BaseCellFeatures
- Returns:
- the data validation list
-
getSharedDataValidationRange
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- Overrides:
getSharedDataValidationRange
in classjxl.biff.BaseCellFeatures
- Returns:
- the range to which the same validation extends, or NULL if this cell doesn't have a validation
-
-