com.aspose.slides
Interface LinkActionType


public interface LinkActionType

Constants which define the type of a link action.


Field Summary
static int CUSTOM_SHOW_ACTION
           
static int HYPER_LINK_ACTION
           
static int JUMP_ACTION
           
static int MACRO_ACTION
           
static int MEDIA_ACTION
           
static int NO_ACTION
           
static int OLE_ACTION
           
static int RUN_PROGRAM_ACTION
           
 

Field Detail

NO_ACTION

static final int NO_ACTION
See Also:
Constant Field Values

MACRO_ACTION

static final int MACRO_ACTION
See Also:
Constant Field Values

RUN_PROGRAM_ACTION

static final int RUN_PROGRAM_ACTION
See Also:
Constant Field Values

JUMP_ACTION

static final int JUMP_ACTION
See Also:
Constant Field Values

HYPER_LINK_ACTION

static final int HYPER_LINK_ACTION
See Also:
Constant Field Values

OLE_ACTION

static final int OLE_ACTION
See Also:
Constant Field Values

MEDIA_ACTION

static final int MEDIA_ACTION
See Also:
Constant Field Values

CUSTOM_SHOW_ACTION

static final int CUSTOM_SHOW_ACTION
See Also:
Constant Field Values