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

    • CellDecoration

      public CellDecoration(ICornerFold cornerFold, List<ICellDecorationIcon> icons)
      创建一个新的单元格装饰实例。
      Parameters:
      cornerFold - 折角。
      icons - 图标。
    • CellDecoration

      public CellDecoration(ICornerFold cornerFold)
      创建一个新的CellDecoration类实例。
      Parameters:
      cornerFold - 折角。
    • CellDecoration

      public CellDecoration(List<ICellDecorationIcon> icons)
      创建一个新的CellDecoration类实例。
      Parameters:
      icons - 图标。
  • Method Details