excelclearoptions-ag凯发旗舰厅



com.spire.xls
enum excelclearoptions

java.lang.object
  extended by java.lang.enum<excelclearoptions>
      extended by com.spire.xls.excelclearoptions
all implemented interfaces:
java.lang.comparable<excelclearoptions>

public enum excelclearoptions
extends java.lang.enum<excelclearoptions>

enumeration of possible directions to clear the cell formats, content, comments or clear all of them.


enum constant summary
clearall
          clears the comments, content and formats of the cell.
clearcomment
          clears the comments of the cell.
clearconditionalformats
          clears all the conditional format
clearcontent
          clears the contents of the cell.
clearformat
          clears the formats of the cell.
 
enum constant detail

clearformat

public static final excelclearoptions clearformat
clears the formats of the cell.

clearcontent

public static final excelclearoptions clearcontent
clears the contents of the cell.

clearcomment

public static final excelclearoptions clearcomment
clears the comments of the cell.

clearall

public static final excelclearoptions clearall
clears the comments, content and formats of the cell.

clearconditionalformats

public static final excelclearoptions clearconditionalformats
clears all the conditional format


网站地图