com.aspose.cells
Class WarningType

java.lang.Object
    extended by com.aspose.cells.WarningType

public class WarningType 
extends java.lang.Object

Utility class containing constants. WaringType


Field Summary
static final intFONT_SUBSTITUTION
           Font substitution warning type when a font has not been found, this warning type can be get.
static final intDUPLICATE_DEFINED_NAME
           Duplicate defined name is found in the file.
static final intUNSUPPORTED_FILE_FORMAT
           Unsupported file format.
static final intINVALID_TEXT_OF_DEFINED_NAME
           Invalid text of the defined name.
static final intINVALID_FONT_NAME
           Invalid the font name.
static final intINVALID_AUTO_FILTER_RANGE
           Invalid autofilter range.
static final intIO
           The file is corrupted.
 

Field Detail

FONT_SUBSTITUTION

public static final int FONT_SUBSTITUTION
Font substitution warning type when a font has not been found, this warning type can be get.

DUPLICATE_DEFINED_NAME

public static final int DUPLICATE_DEFINED_NAME
Duplicate defined name is found in the file.

UNSUPPORTED_FILE_FORMAT

public static final int UNSUPPORTED_FILE_FORMAT
Unsupported file format.

INVALID_TEXT_OF_DEFINED_NAME

public static final int INVALID_TEXT_OF_DEFINED_NAME
Invalid text of the defined name.

INVALID_FONT_NAME

public static final int INVALID_FONT_NAME
Invalid the font name.

INVALID_AUTO_FILTER_RANGE

public static final int INVALID_AUTO_FILTER_RANGE
Invalid autofilter range.

IO

public static final int IO
The file is corrupted.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.