[]
        
立即试用
(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
表示单元格装饰的图标。
  • Constructor Details

    • CellDecorationIcon

      public CellDecorationIcon(String src, int width, int height, IconPosition position)
      创建一个新的DecorationIcon类实例。
      Parameters:
      src - 图标的内容字符串。
      width - 图标的宽度(以像素为单位)。
      height - 图标的高度(以像素为单位)。
      position - 图标的位置。
  • Method Details