|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExcelClearOptions>
com.spire.xls.ExcelClearOptions
public 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 |
---|
public static final ExcelClearOptions ClearFormat
public static final ExcelClearOptions ClearContent
public static final ExcelClearOptions ClearComment
public static final ExcelClearOptions ClearAll
public static final ExcelClearOptions ClearConditionalFormats
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |