WarningType

Inheritance: java.lang.Object

public final class WarningType

WaringType

Remarks

NOTE: This enum is now obsolete. Instead, please use ExceptionType enum, instead. This property will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.

Fields

FieldDescription
DUPLICATE_DEFINED_NAMEDuplicate defined name is found in the file.
FONT_SUBSTITUTIONFont substitution warning type when a font has not been found, this warning type can be get.
FORMULAInvalid formula.
INVALID_AUTO_FILTER_RANGEInvalid autofilter range.
INVALID_DATAInvalid data.
INVALID_FONT_NAMEInvalid the font name.
INVALID_OPERATORInvalid operator.
INVALID_TEXT_OF_DEFINED_NAMEInvalid text of the defined name.
IOThe file is corrupted.
LIMITATIONOut of MS Excel limitation error.
UNSUPPORTED_FILE_FORMATUnsupported file format.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DUPLICATE_DEFINED_NAME

public static final int DUPLICATE_DEFINED_NAME

Duplicate defined name is found in the file.

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.

FORMULA

public static final int FORMULA

Invalid formula.

INVALID_AUTO_FILTER_RANGE

public static final int INVALID_AUTO_FILTER_RANGE

Invalid autofilter range.

INVALID_DATA

public static final int INVALID_DATA

Invalid data.

INVALID_FONT_NAME

public static final int INVALID_FONT_NAME

Invalid the font name.

INVALID_OPERATOR

public static final int INVALID_OPERATOR

Invalid operator.

INVALID_TEXT_OF_DEFINED_NAME

public static final int INVALID_TEXT_OF_DEFINED_NAME

Invalid text of the defined name.

IO

public static final int IO

The file is corrupted.

LIMITATION

public static final int LIMITATION

Out of MS Excel limitation error.

UNSUPPORTED_FILE_FORMAT

public static final int UNSUPPORTED_FILE_FORMAT

Unsupported file format.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int