com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IWarningInfo

    • Method Detail

      • sendWarning

        void sendWarning(IWarningCallback receiver)

        If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation.

      • getWarningType

        int getWarningType()

        Returns a type of warning. Read-only WarningType(getWarningType()).

      • getDescription

        java.lang.String getDescription()

        Returns a human readable description of this warning. Read-only String.