Package com.grapecity.documents.excel
Interface ICellDecoration
- All Known Implementing Classes:
CellDecoration
public interface ICellDecoration
Indicates the cell decoration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the corner fold of the cell decoration.getIcons()Gets the icons of the cell decoration.
-
Method Details
-
getCornerFold
ICornerFold getCornerFold()Gets the corner fold of the cell decoration. -
getIcons
List<ICellDecorationIcon> getIcons()Gets the icons of the cell decoration.
-