|
|||||||||
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 |