[]
        
(Showing Draft Content)

CellDecorationIcon

Class CellDecorationIcon

java.lang.Object
com.grapecity.documents.excel.CellDecorationIcon
All Implemented Interfaces:
ICellDecorationIcon

public class CellDecorationIcon extends Object implements ICellDecorationIcon
Indicates the icon of cell decoration.
  • Constructor Details

    • CellDecorationIcon

      public CellDecorationIcon(String src, int width, int height, IconPosition position)
      Creates a new instance of the DecorationIcon class.
      Parameters:
      src - The icon src string.
      width - The icon width in pixels.
      height - The icon height in pixels.
      position - The icon position.
  • Method Details