[]
        
(Showing Draft Content)

CellDecoration

Class CellDecoration

java.lang.Object
com.grapecity.documents.excel.CellDecoration
All Implemented Interfaces:
ICellDecoration

public class CellDecoration extends Object implements ICellDecoration
Indicates the cell decoration.
  • Constructor Details

    • CellDecoration

      public CellDecoration(ICornerFold cornerFold, List<ICellDecorationIcon> icons)
      Creates a new instance of the CellDecoration class.
      Parameters:
      cornerFold - The corner fold.
      icons - The icons.
    • CellDecoration

      public CellDecoration(ICornerFold cornerFold)
      Creates a new instance of the CellDecoration class.
      Parameters:
      cornerFold - The corner fold.
    • CellDecoration

      public CellDecoration(List<ICellDecorationIcon> icons)
      Creates a new instance of the CellDecoration class.
      Parameters:
      icons - The icons.
  • Method Details