com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ProgressEventType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.ProgressEventType


  • public final class ProgressEventType
    extends com.aspose.ms.System.Enum

    This enum describes possible progress event types that can occure during conversion

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ResultPageCreated
      means that occured event informs about creation of one result page before phisical export
      static int ResultPageSaved
      means that occured event informs about finished saving of one result page
      static int SourcePageAnalysed
      means that occured event informs about end of analysis of one of pages before conversion
      static int TotalProgress
      means that occured event informs about total progress of conversion
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • TotalProgress

        public static final int TotalProgress

        means that occured event informs about total progress of conversion

        See Also:
        Constant Field Values
      • SourcePageAnalysed

        public static final int SourcePageAnalysed

        means that occured event informs about end of analysis of one of pages before conversion

        See Also:
        Constant Field Values
      • ResultPageCreated

        public static final int ResultPageCreated

        means that occured event informs about creation of one result page before phisical export

        See Also:
        Constant Field Values
      • ResultPageSaved

        public static final int ResultPageSaved

        means that occured event informs about finished saving of one result page

        See Also:
        Constant Field Values