com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class EffectPresetClassType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.EffectPresetClassType


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

    Represent effect class types.

    • 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 Emphasis
      {@code
      static int Entrance
      {@code
      static int Exit
      {@code
      static int MediaCall
      {@code
      static int OLEActionVerbs
      {@code
      static int Path
      {@code
      • 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, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Entrance

        public static final int Entrance

        <p>Entrance effects class.</p> <p>Target shape types: All</p>

        See Also:
        Constant Field Values
      • Exit

        public static final int Exit

        <p>Exit effects class.</p> <p>Target shape types: All</p>

        See Also:
        Constant Field Values
      • Emphasis

        public static final int Emphasis

        <p>Emphasis effects class.</p> <p>Target shape types: All</p>

        See Also:
        Constant Field Values
      • Path

        public static final int Path

        <p>Motion Paths class.</p> <p>Target shape types: All</p>

        See Also:
        Constant Field Values
      • MediaCall

        public static final int MediaCall

        <p>Media effects class.</p> <p>Target shape types: {@link IVideoFrame}, {@link IAudioFrame}</p>

        See Also:
        Constant Field Values
      • OLEActionVerbs

        public static final int OLEActionVerbs

        <p>OLE Action Verbs class.</p> <p>Target shape types: {@link IOleObjectFrame}</p>

        See Also:
        Constant Field Values