com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IProgressCallback



  • public interface IProgressCallback

    Represents a callback object for saving progress updates in percentage.

    • Method Detail

      • reporting

        void reporting(double progressValue)

        Reports a progress update.

        Parameters:
        progressValue - The value of the updated progress.