|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HyperlinkActionType>
com.spire.presentation.HyperlinkActionType
public enum HyperlinkActionType
Represents a type of hyperlink action.
Enum Constant Summary | |
---|---|
GOTO_END_SHOW
Goto the end of slideshow. |
|
GOTO_FIRST_SLIDE
Goto the first slide of the presentation. |
|
GOTO_LAST_SLIDE
Goto the last slide of the presentation. |
|
GOTO_LAST_VIEWED_SLIDE
Goto the last viewed slide. |
|
GOTO_NEXT_SLIDE
Goto the next slide. |
|
GOTO_PREV_SLIDE
Goto the previous slide. |
|
GOTO_SLIDE
Goto the specific slide, referred by {@linkplain . |
|
HYPERLINK
hyperlink. |
|
NO_ACTION
No action. |
|
NONE
Unrecognized action type. |
|
OPEN_FILE
Open file. |
|
OPEN_PRESENTATION
Open presentation. |
|
START_CUSTOM_SLIDE_SHOW
Start custom slideshow. |
|
START_MACRO
Start executing macro script. |
|
START_PROGRAM
Start program. |
|
START_STOP_MEDIA
Start/stop playing mediafile. |
Method Summary | |
---|---|
java.lang.String |
getName()
|
int |
getValue()
|
Enum Constant Detail |
---|
public static final HyperlinkActionType NONE
public static final HyperlinkActionType NO_ACTION
public static final HyperlinkActionType HYPERLINK
public static final HyperlinkActionType GOTO_FIRST_SLIDE
public static final HyperlinkActionType GOTO_PREV_SLIDE
public static final HyperlinkActionType GOTO_NEXT_SLIDE
public static final HyperlinkActionType GOTO_LAST_SLIDE
public static final HyperlinkActionType GOTO_END_SHOW
public static final HyperlinkActionType GOTO_LAST_VIEWED_SLIDE
public static final HyperlinkActionType GOTO_SLIDE
public static final HyperlinkActionType START_CUSTOM_SLIDE_SHOW
public static final HyperlinkActionType OPEN_FILE
public static final HyperlinkActionType OPEN_PRESENTATION
public static final HyperlinkActionType START_STOP_MEDIA
public static final HyperlinkActionType START_MACRO
public static final HyperlinkActionType START_PROGRAM
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |