com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class RenditionOperation

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


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

    The operation to perform when the action is triggered.

    • 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 Pause
      Pause any rendition being played in association with the annotation.
      static int PlayResume
      Play the specified rendition, associating it with the annotation.
      static int PlayStop
      If no rendition is associated with the annotation, play the specified rendition, associating it with the annotation.
      static int Resume
      Resume any rendition being played in association with the annotation.
      static int Stop
      Stop any rendition being played in association with the annotation.
      static int Undefined
      Operation not defined.
      • 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

      • PlayStop

        public static final int PlayStop

        If no rendition is associated with the annotation, play the specified rendition, associating it with the annotation. If a rendition is already associated with the annotation, it shall be stopped, and the new rendition shall be associated with the annotation.

        See Also:
        Constant Field Values
      • Stop

        public static final int Stop

        Stop any rendition being played in association with the annotation.

        See Also:
        Constant Field Values
      • Pause

        public static final int Pause

        Pause any rendition being played in association with the annotation.

        See Also:
        Constant Field Values
      • Resume

        public static final int Resume

        Resume any rendition being played in association with the annotation.

        See Also:
        Constant Field Values
      • PlayResume

        public static final int PlayResume

        Play the specified rendition, associating it with the annotation. If a rendition is already associated with the annotation, resume the rendition if it is paused.

        See Also:
        Constant Field Values