RenditionOperation

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class RenditionOperation extends System.Enum

The operation to perform when the action is triggered.

Fields

FieldDescription
PlayStopIf no rendition is associated with the annotation, play the specified rendition, associating it with the annotation.
StopStop any rendition being played in association with the annotation.
PausePause any rendition being played in association with the annotation.
ResumeResume any rendition being played in association with the annotation.
PlayResumePlay the specified rendition, associating it with the annotation.
UndefinedOperation not defined.

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.

Stop

public static final int Stop

Stop any rendition being played in association with the annotation.

Pause

public static final int Pause

Pause any rendition being played in association with the annotation.

Resume

public static final int Resume

Resume any rendition being played in association with the annotation.

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.

Undefined

public static final int Undefined

Operation not defined.