hyperlinkactiontype-ag凯发旗舰厅



com.spire.presentation
enum hyperlinkactiontype

java.lang.object
  extended by java.lang.enum<hyperlinkactiontype>
      extended by com.spire.presentation.hyperlinkactiontype
all implemented interfaces:
java.lang.comparable<hyperlinkactiontype>

public enum hyperlinkactiontype
extends java.lang.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

none

public static final hyperlinkactiontype none
unrecognized action type.

no_action

public static final hyperlinkactiontype no_action
no action.

hyperlink

public static final hyperlinkactiontype hyperlink
hyperlink.

goto_first_slide

public static final hyperlinkactiontype goto_first_slide
goto the first slide of the presentation.

goto_prev_slide

public static final hyperlinkactiontype goto_prev_slide
goto the previous slide.

goto_next_slide

public static final hyperlinkactiontype goto_next_slide
goto the next slide.

goto_last_slide

public static final hyperlinkactiontype goto_last_slide
goto the last slide of the presentation.

goto_end_show

public static final hyperlinkactiontype goto_end_show
goto the end of slideshow.

goto_last_viewed_slide

public static final hyperlinkactiontype goto_last_viewed_slide
goto the last viewed slide.

goto_slide

public static final hyperlinkactiontype goto_slide
goto the specific slide, referred by .

start_custom_slide_show

public static final hyperlinkactiontype start_custom_slide_show
start custom slideshow.

open_file

public static final hyperlinkactiontype open_file
open file.

open_presentation

public static final hyperlinkactiontype open_presentation
open presentation.

start_stop_media

public static final hyperlinkactiontype start_stop_media
start/stop playing mediafile.

start_macro

public static final hyperlinkactiontype start_macro
start executing macro script.

start_program

public static final hyperlinkactiontype start_program
start program.
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图