Package com.grapecity.documents.excel
Class CellDecoration
java.lang.Object
com.grapecity.documents.excel.CellDecoration
- All Implemented Interfaces:
ICellDecoration
Indicates the cell decoration.
-
Constructor Summary
ConstructorsConstructorDescriptionCellDecoration(ICornerFold cornerFold) Creates a new instance of the CellDecoration class.CellDecoration(ICornerFold cornerFold, List<ICellDecorationIcon> icons) Creates a new instance of the CellDecoration class.CellDecoration(List<ICellDecorationIcon> icons) Creates a new instance of the CellDecoration class. -
Method Summary
Modifier and TypeMethodDescriptionGets the corner fold of the cell decoration.getIcons()Gets the icons of the cell decoration.
-
Constructor Details
-
CellDecoration
Creates a new instance of the CellDecoration class.- Parameters:
cornerFold- The corner fold.icons- The icons.
-
CellDecoration
Creates a new instance of the CellDecoration class.- Parameters:
cornerFold- The corner fold.
-
CellDecoration
Creates a new instance of the CellDecoration class.- Parameters:
icons- The icons.
-
-
Method Details
-
getCornerFold
Gets the corner fold of the cell decoration.- Specified by:
getCornerFoldin interfaceICellDecoration
-
getIcons
Gets the icons of the cell decoration.- Specified by:
getIconsin interfaceICellDecoration
-