com.adobe.acrobat
Interface ViewerCommand

All Known Implementing Classes:
Viewer

public abstract interface ViewerCommand

This interface defines the names of the commands that could be used as an argument to the Viewer.execMenuItem method. If you wish to use these constants in your own classes, "implement" this interface, i.e., simply declare that your class implements ViewerCommand interface. This way you can use the following string constants in you class without having to prefix them with the ViewerCommand.

Version:
1,1,0,1999-11-01

Field Summary
static java.lang.String About_K
          Display the About Box.
static java.lang.String ActualSize_K
          Display each page in its actual size.
static java.lang.String Close_K
          Close the current window.
static java.lang.String DocInfo_K
          Display the document information dialog.
static java.lang.String EditCopy_K
          Copy selection.
static java.lang.String EditCut_K
          Cut selection.
static java.lang.String EditDelete_K
          Clear selection.
static java.lang.String EditPaste_K
          Paste selection.
static java.lang.String EditSelectAll_K
          Select all.
static java.lang.String EditUndo_K
          Undo last "edit" change.
static java.lang.String Find_K
          Display the find dialog.
static java.lang.String FindAgain_K
          Search for the next occurance of the input string.
static java.lang.String FirstPage_K
          Go to the first page.
static java.lang.String FitHeight_K
           
static java.lang.String FitPage_K
          Display each page ....
static java.lang.String FitVisible_K
           
static java.lang.String FitVisibleHeight_K
           
static java.lang.String FitVisibleWidth_K
           
static java.lang.String FitWidth_K
           
static java.lang.String FromFullScreen_K
           
static java.lang.String FullScreen_K
          Display Full screen.
static java.lang.String GeneralPrefs_K
          Display the general preferences dialog.
static java.lang.String GoToPage_K
          Display the Go To Page dialog.
static java.lang.String HideBookmarks_K
           
static java.lang.String LastPage_K
          Go to the last page.
static java.lang.String LineDown_K
          Scroll down by one line.
static java.lang.String LineUp_K
          Scroll up by one line.
static java.lang.String ListBindings_K
          Display the keyboard shortcuts dialog.
static java.lang.String NextPage_K
          Go to the next page.
static java.lang.String OneColumn_K
          Display the entire document in the single column mode.
static java.lang.String Open_K
          Display the file selection dialog.
static java.lang.String OpenHelpFile_K
          Open the help file.
static java.lang.String OpenLicenseFile_K
          Open the license file.
static java.lang.String OpenURL_K
          Display the URL selection dialog.
static java.lang.String PageDown_K
          Page down one screenful.
static java.lang.String PageOnly_K
          Display pageonly, i.e., remove bookmark and thumbnail view
static java.lang.String PageUp_K
          Page up one screenful.
static java.lang.String PrevPage_K
          Go to the previous page.
static java.lang.String Print_K
          Display the Print document dialog.
static java.lang.String PrintSetup_K
          Display the Print Setup dialog dialog.
static java.lang.String Reload_K
          Reload the current document.
static java.lang.String ShowBookmarks_K
          Control Bookmarks
static java.lang.String SinglePage_K
          Display the document in the single page mode.
static java.lang.String Thumbnails_K
          Display thumbnails
static java.lang.String ToFullScreen_K
           
static java.lang.String ToggleBookmarks_K
           
static java.lang.String ToggleFullScreen_K
           
static java.lang.String TwoColumn_K
          Display the entire document in the two column mode.
static java.lang.String TwoColumnLeft_K
           
static java.lang.String TwoColumnRight_K
           
static java.lang.String Window_K
          Opens a new window on the current document.
static java.lang.String ZoomTo_K
          Display the Zoom To dialog.
 

Field Detail

PageOnly_K

public static final java.lang.String PageOnly_K
Display pageonly, i.e., remove bookmark and thumbnail view

Thumbnails_K

public static final java.lang.String Thumbnails_K
Display thumbnails

ShowBookmarks_K

public static final java.lang.String ShowBookmarks_K
Control Bookmarks

HideBookmarks_K

public static final java.lang.String HideBookmarks_K

ToggleBookmarks_K

public static final java.lang.String ToggleBookmarks_K

Window_K

public static final java.lang.String Window_K
Opens a new window on the current document. If you wish to programatically control the new window, use the openNewWindow method, instead.

Open_K

public static final java.lang.String Open_K
Display the file selection dialog.

OpenURL_K

public static final java.lang.String OpenURL_K
Display the URL selection dialog.

Close_K

public static final java.lang.String Close_K
Close the current window.

GeneralPrefs_K

public static final java.lang.String GeneralPrefs_K
Display the general preferences dialog.

About_K

public static final java.lang.String About_K
Display the About Box.

Reload_K

public static final java.lang.String Reload_K
Reload the current document.

Find_K

public static final java.lang.String Find_K
Display the find dialog.

FindAgain_K

public static final java.lang.String FindAgain_K
Search for the next occurance of the input string.

DocInfo_K

public static final java.lang.String DocInfo_K
Display the document information dialog.

ListBindings_K

public static final java.lang.String ListBindings_K
Display the keyboard shortcuts dialog.

Print_K

public static final java.lang.String Print_K
Display the Print document dialog.

PrintSetup_K

public static final java.lang.String PrintSetup_K
Display the Print Setup dialog dialog.

FirstPage_K

public static final java.lang.String FirstPage_K
Go to the first page.

PrevPage_K

public static final java.lang.String PrevPage_K
Go to the previous page.

NextPage_K

public static final java.lang.String NextPage_K
Go to the next page.

LastPage_K

public static final java.lang.String LastPage_K
Go to the last page.

PageUp_K

public static final java.lang.String PageUp_K
Page up one screenful.

PageDown_K

public static final java.lang.String PageDown_K
Page down one screenful.

LineUp_K

public static final java.lang.String LineUp_K
Scroll up by one line.

LineDown_K

public static final java.lang.String LineDown_K
Scroll down by one line.

GoToPage_K

public static final java.lang.String GoToPage_K
Display the Go To Page dialog.

SinglePage_K

public static final java.lang.String SinglePage_K
Display the document in the single page mode.

OneColumn_K

public static final java.lang.String OneColumn_K
Display the entire document in the single column mode.

TwoColumn_K

public static final java.lang.String TwoColumn_K
Display the entire document in the two column mode.

TwoColumnLeft_K

public static final java.lang.String TwoColumnLeft_K

TwoColumnRight_K

public static final java.lang.String TwoColumnRight_K

ActualSize_K

public static final java.lang.String ActualSize_K
Display each page in its actual size.

FitPage_K

public static final java.lang.String FitPage_K
Display each page ....

FitVisible_K

public static final java.lang.String FitVisible_K

FitWidth_K

public static final java.lang.String FitWidth_K

FitVisibleWidth_K

public static final java.lang.String FitVisibleWidth_K

FitHeight_K

public static final java.lang.String FitHeight_K

FitVisibleHeight_K

public static final java.lang.String FitVisibleHeight_K

ZoomTo_K

public static final java.lang.String ZoomTo_K
Display the Zoom To dialog.

FullScreen_K

public static final java.lang.String FullScreen_K
Display Full screen.

ToFullScreen_K

public static final java.lang.String ToFullScreen_K

FromFullScreen_K

public static final java.lang.String FromFullScreen_K

ToggleFullScreen_K

public static final java.lang.String ToggleFullScreen_K

OpenHelpFile_K

public static final java.lang.String OpenHelpFile_K
Open the help file.

OpenLicenseFile_K

public static final java.lang.String OpenLicenseFile_K
Open the license file.

EditUndo_K

public static final java.lang.String EditUndo_K
Undo last "edit" change.

EditDelete_K

public static final java.lang.String EditDelete_K
Clear selection.

EditCopy_K

public static final java.lang.String EditCopy_K
Copy selection.

EditCut_K

public static final java.lang.String EditCut_K
Cut selection.

EditPaste_K

public static final java.lang.String EditPaste_K
Paste selection.

EditSelectAll_K

public static final java.lang.String EditSelectAll_K
Select all.