java.lang.Object
com.aspose.cells.WarningType
public class WarningType
| Field Summary | ||
|---|---|---|
static final int | FONT_SUBSTITUTION | |
| Font substitution warning type when a font has not been found, this warning type can be get. | ||
static final int | DUPLICATE_DEFINED_NAME | |
| Duplicate defined name is found in the file. | ||
static final int | UNSUPPORTED_FILE_FORMAT | |
| Unsupported file format. | ||
static final int | INVALID_TEXT_OF_DEFINED_NAME | |
| Invalid text of the defined name. | ||
static final int | INVALID_FONT_NAME | |
| Invalid the font name. | ||
static final int | INVALID_AUTO_FILTER_RANGE | |
| Invalid autofilter range. | ||
static final int | IO | |
| The file is corrupted. | ||
static final int | LIMITATION | |
| Out of MS Excel limitation error. | ||
static final int | INVALID_DATA | |
| Invalid data. | ||
| Field Detail |
|---|
FONT_SUBSTITUTION | |
public static final int FONT_SUBSTITUTION | |
DUPLICATE_DEFINED_NAME | |
public static final int DUPLICATE_DEFINED_NAME | |
UNSUPPORTED_FILE_FORMAT | |
public static final int UNSUPPORTED_FILE_FORMAT | |
INVALID_TEXT_OF_DEFINED_NAME | |
public static final int INVALID_TEXT_OF_DEFINED_NAME | |
INVALID_FONT_NAME | |
public static final int INVALID_FONT_NAME | |
INVALID_AUTO_FILTER_RANGE | |
public static final int INVALID_AUTO_FILTER_RANGE | |
IO | |
public static final int IO | |
LIMITATION | |
public static final int LIMITATION | |
INVALID_DATA | |
public static final int INVALID_DATA | |