alertstyletype-ag凯发旗舰厅
com.spire.xls
enum alertstyletype
java.lang.object
java.lang.enum<alertstyletype>
com.spire.xls.alertstyletype
- all implemented interfaces:
- java.lang.comparable<alertstyletype>
public enum alertstyletype
- extends java.lang.enum<alertstyletype>
possible error style values:
enum constant summary |
info
specifies that the alert should be displayed with the information style. |
stop
specifies that the alert should be displayed with the stop style. |
warning
specifies that the alert should be displayed with the warning style. |
stop
public static final alertstyletype stop
- specifies that the alert should be displayed with the stop style.
warning
public static final alertstyletype warning
- specifies that the alert should be displayed with the warning style.
info
public static final alertstyletype info
- specifies that the alert should be displayed with the information style.