public final class RenditionOperation
extends com.aspose.ms.System.Enum
The operation to perform when the action is triggered.
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.
|
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.
public static final int Stop
Stop any rendition being played in association with the annotation.
public static final int Pause
Pause any rendition being played in association with the annotation.
public static final int Resume
Resume any rendition being played in association with the annotation.
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.
public static final int Undefined
Operation not defined.