Navigation
Navigation
Purpose: |
Jump to a specific page in the publication. |
Category: |
Navigation |
Syntax: |
GotoPage "page title" page title The title of the page to display. |
Example: |
GotoPage "Contents" |
Purpose: |
Jump to a specific page number. |
Category: |
Navigation |
Syntax: |
GotoPageNum "page number" page number The number of the page to display. The first page is “1”. |
Example: |
GotoPageNum "20" |
Purpose: |
Jump to the previous page in the publication. |
Category: |
Navigation |
Syntax: |
GotoPrevPage |
Example: |
GotoPrevPage |
Purpose: |
Jump to the next page in the publication. |
Category: |
Navigation |
Syntax: |
GotoNextPage |
Example: |
GotoNextPage |
Purpose: |
Jump to the publication’s first page. |
Category: |
Navigation |
Syntax: |
GotoFirstPage |
Example: |
GotoFirstPage |
Purpose: |
Jump to the publication’s last page. |
Category: |
Navigation |
Syntax: |
GotoLastPage |
Example: |
GotoLastPage |
Purpose: |
Return to the last page viewed by the reader. |
Category: |
Navigation |
Syntax: |
ReturnToPage |
Example: |
ReturnToPage |
Slide Show
Purpose: |
Display a series of pages as a slide show. Use the StopSlideShow Action to stop a playing slide show. |
Category: |
Navigation |
Syntax: |
StartSlideShow "pages" "delay" "options" "subroutine" pages A group of page titles separated with the pipe character “|”. Pages will be displayed in the order listed. Use “All” instead to include the entire publication in the slide show. delay The number of milliseconds to pause between each page. A millisecond is one thousandth of a second. For a one second interval enter 1000 milliseconds. For one minute interval enter 60000 milliseconds. options Use “Loop” to play the slide show continuously, or leave blank to play the slide show once. subroutine (optional) The name of a subroutine block to execute at the end of the slide show. Leave this blank if you do not wish to use a subroutine. (See App Properties > Actions for more information about subroutines.) |
Example: |
StartSlideShow "Jenny|Alice|Kenny" "5000" "Loop" "" |
Purpose: |
Pause a playing slide show or resume a paused slide show. Slide shows are initiated with the StartSlideShow Action. |
Category: |
Navigation |
Syntax: |
PauseSlideShow |
Example: |
PauseSlideShow |
Purpose: |
Stop a running slide show initiated with StartSlideShow. |
Category: |
Navigation |
Syntax: |
StopSlideShow |
Example: |
StopSlideShow |