public final class PredefinedAction
extends com.aspose.ms.System.Enum
Defines different actions which can be triggered from a PDF file.
Modifier and Type | Field and Description |
---|---|
static int |
Bookmarks_ExpanCurrentBookmark
A named action to find current bookmark.
|
static int |
Bookmarks_HightlightCurrentBookmark
A named action to highlight current bookmark.
|
static int |
Document_AttachFile
A named action to add file attachment.
|
static int |
Document_CropPages
A named action to crop document pages.
|
static int |
Document_DeletePages
A named action to delete document pages.
|
static int |
Document_ExtractPages
A named action to exctract document pages.
|
static int |
Document_InsertPages
A named action to insert pages from a document.
|
static int |
Document_ReplacePages
A named action to replace document pages.
|
static int |
Document_RotatePages
A named action to rotate document pages.
|
static int |
Edit_CheckSpelling_InComFieldEdit
A named action to check spelling in comments.
|
static int |
Edit_Find
A named action to find.
|
static int |
Edit_Preferences
A named action to edit preferences.
|
static int |
Edit_Search
A named action for searching.
|
static int |
File_AttachToEmail
A named action for attaching current pdf document into email message.
|
static int |
File_Close
A named action to close the document.
|
static int |
File_CreatePDF_FromScanner
A named action to create pdf document from scanner.
|
static int |
File_CreatePDF_FromWebPage
A named action to create pdf document from web page.
|
static int |
File_Exit
A named action to exit pdf reader.
|
static int |
File_Organizer_OpenOrganizer
A named action to open organizer.
|
static int |
File_Print
A named action to print the document.
|
static int |
File_Properties
A named action to open the document properties.
|
static int |
File_SaveAs
A named action to save the document with another name.
|
static int |
FirstPage
A named action to go to the first page.
|
static int |
LastPage
A named action to go to the last page.
|
static int |
Miscellaneous_ZoomIn
A named action to zoom in the document.
|
static int |
Miscellaneous_ZoomOut
A named action to zoom out the document.
|
static int |
NextPage
A named action to go to the next page.
|
static int |
PageImages_PrintPages
A named action to print the document pages.
|
static int |
PrevPage
A named action to go to the previous page.
|
static int |
Print
A named action to open a print dialog.
|
static int |
PrintDialog
A named action to open a print dialog (JavaScript).
|
static int |
View_GoTo_NextView
A named action to go to the next view.
|
static int |
View_GoTo_Page
A named action to go to the certain page.
|
static int |
View_GoTo_PreDocument
A named action to go to the previous document.
|
static int |
View_GoTo_PreView
A named action to go to the previous view.
|
static int |
View_NavigationPanels_Articles
A named action to show/hide articles panel.
|
static int |
View_NavigationPanels_Attachments
A named action to show/hide attachment panel.
|
static int |
View_NavigationPanels_Boomarks
A named action to show/hide bookmark panel.
|
static int |
View_NavigationPanels_Comments
A named action to show/hide comments panel.
|
static int |
View_NavigationPanels_Fields
A named action to show/hide fields panel.
|
static int |
View_NavigationPanels_Layers
A named action to show/hide layers panel.
|
static int |
View_NavigationPanels_ModelTree
A named action to show/hide model tree panel.
|
static int |
View_NavigationPanels_Pages
A named action to show/hide pages panel.
|
static int |
View_NavigationPanels_Signatures
A named action to show/hide signatures panel.
|
static int |
View_PageDisplay_SinglePage
A named action to display single page.
|
static int |
View_PageDisplay_SinglePageContinuous
A named action to display single continious page.
|
static int |
View_PageDisplay_TwoUp
A named action to display pages as Two-Up.
|
static int |
View_PageDisplay_TwoUpContinuous
A named action to display pages as Two-Up continious.
|
static int |
View_Toolbars_AdvanceEditing
A named action to show/hide advanced editing toolbar.
|
static int |
View_Toolbars_CommentMarkup
A named action to show/hide commenting toolbar.
|
static int |
View_Toolbars_Edit
A named action to show/hide edit toolbar.
|
static int |
View_Toolbars_File
A named action to show/hide file toolbar.
|
static int |
View_Toolbars_Find
A named action to show/hide find toolbar.
|
static int |
View_Toolbars_Forms
A named action to show/hide forms toolbar.
|
static int |
View_Toolbars_Measuring
A named action to show/hide measuring toolbar.
|
static int |
View_Toolbars_ObjectData
A named action to show/hide object data toolbar.
|
static int |
View_Toolbars_PageDisplay
A named action to show/hide page display toolbar.
|
static int |
View_Toolbars_PageNavigation
A named action to show/hide navigation toolbar.
|
static int |
View_Toolbars_PrintProduction
A named action to show/hide print production toolbar.
|
static int |
View_Toolbars_PropertiesBar
A named action to show/hide property toolbar.
|
static int |
View_Toolbars_Redaction
A named action to show/hide redaction toolbar.
|
static int |
View_Toolbars_SelectZoom
A named action to show/hide select & zoom toolbar.
|
static int |
View_Toolbars_Tasks
A named action to show/hide tasks toolbar.
|
static int |
View_Toolbars_Typewriter
A named action to show/hide typewriter toolbar.
|
static int |
View_Zoom_ActualSize
A named action to view pages in actual size.
|
static int |
View_Zoom_FitHeight
A named action to fit page on height.
|
static int |
View_Zoom_FitPage
A named action to fit page.
|
static int |
View_Zoom_FitVisible
A named action to fit page visibility.
|
static int |
View_Zoom_FitWidth
A named action to fit page on width.
|
static int |
View_Zoom_ZoomTo
A named action to make zoom.
|
static int |
Window_FullScreenMode
A named action to view the document in the full screen mode.
|
public static final int FirstPage
A named action to go to the first page.
public static final int LastPage
A named action to go to the last page.
public static final int NextPage
A named action to go to the next page.
public static final int PrevPage
A named action to go to the previous page.
public static final int PrintDialog
A named action to open a print dialog (JavaScript).
public static final int Print
A named action to open a print dialog.
public static final int Bookmarks_ExpanCurrentBookmark
A named action to find current bookmark.
public static final int Bookmarks_HightlightCurrentBookmark
A named action to highlight current bookmark.
public static final int Document_AttachFile
A named action to add file attachment.
public static final int Document_CropPages
A named action to crop document pages.
public static final int Document_DeletePages
A named action to delete document pages.
public static final int Document_ExtractPages
A named action to exctract document pages.
public static final int Document_InsertPages
A named action to insert pages from a document.
public static final int Document_ReplacePages
A named action to replace document pages.
public static final int Document_RotatePages
A named action to rotate document pages.
public static final int Edit_CheckSpelling_InComFieldEdit
A named action to check spelling in comments.
public static final int Edit_Find
A named action to find.
public static final int Edit_Preferences
A named action to edit preferences.
public static final int Edit_Search
A named action for searching.
public static final int File_AttachToEmail
A named action for attaching current pdf document into email message.
public static final int File_Close
A named action to close the document.
public static final int File_CreatePDF_FromScanner
A named action to create pdf document from scanner.
public static final int File_CreatePDF_FromWebPage
A named action to create pdf document from web page.
public static final int File_Exit
A named action to exit pdf reader.
public static final int File_Organizer_OpenOrganizer
A named action to open organizer.
public static final int File_Print
A named action to print the document.
public static final int File_Properties
A named action to open the document properties.
public static final int File_SaveAs
A named action to save the document with another name.
public static final int Miscellaneous_ZoomIn
A named action to zoom in the document.
public static final int Miscellaneous_ZoomOut
A named action to zoom out the document.
public static final int PageImages_PrintPages
A named action to print the document pages.
public static final int View_GoTo_NextView
A named action to go to the next view.
public static final int View_GoTo_Page
A named action to go to the certain page.
public static final int View_GoTo_PreDocument
A named action to go to the previous document.
public static final int View_GoTo_PreView
A named action to go to the previous view.
public static final int View_NavigationPanels_Articles
A named action to show/hide articles panel.
public static final int View_NavigationPanels_Attachments
A named action to show/hide attachment panel.
public static final int View_NavigationPanels_Boomarks
A named action to show/hide bookmark panel.
public static final int View_NavigationPanels_Comments
A named action to show/hide comments panel.
public static final int View_NavigationPanels_Fields
A named action to show/hide fields panel.
public static final int View_NavigationPanels_Layers
A named action to show/hide layers panel.
public static final int View_NavigationPanels_ModelTree
A named action to show/hide model tree panel.
public static final int View_NavigationPanels_Pages
A named action to show/hide pages panel.
public static final int View_NavigationPanels_Signatures
A named action to show/hide signatures panel.
public static final int View_PageDisplay_SinglePage
A named action to display single page.
public static final int View_PageDisplay_SinglePageContinuous
A named action to display single continious page.
public static final int View_PageDisplay_TwoUp
A named action to display pages as Two-Up.
public static final int View_PageDisplay_TwoUpContinuous
A named action to display pages as Two-Up continious.
public static final int View_Toolbars_AdvanceEditing
A named action to show/hide advanced editing toolbar.
public static final int View_Toolbars_CommentMarkup
A named action to show/hide commenting toolbar.
public static final int View_Toolbars_Edit
A named action to show/hide edit toolbar.
public static final int View_Toolbars_File
A named action to show/hide file toolbar.
public static final int View_Toolbars_Find
A named action to show/hide find toolbar.
public static final int View_Toolbars_Forms
A named action to show/hide forms toolbar.
public static final int View_Toolbars_Measuring
A named action to show/hide measuring toolbar.
public static final int View_Toolbars_ObjectData
A named action to show/hide object data toolbar.
public static final int View_Toolbars_PageDisplay
A named action to show/hide page display toolbar.
public static final int View_Toolbars_PageNavigation
A named action to show/hide navigation toolbar.
public static final int View_Toolbars_PrintProduction
A named action to show/hide print production toolbar.
public static final int View_Toolbars_PropertiesBar
A named action to show/hide property toolbar.
public static final int View_Toolbars_Redaction
A named action to show/hide redaction toolbar.
public static final int View_Toolbars_SelectZoom
A named action to show/hide select & zoom toolbar.
public static final int View_Toolbars_Tasks
A named action to show/hide tasks toolbar.
public static final int View_Toolbars_Typewriter
A named action to show/hide typewriter toolbar.
public static final int View_Zoom_ActualSize
A named action to view pages in actual size.
public static final int View_Zoom_FitHeight
A named action to fit page on height.
public static final int View_Zoom_FitPage
A named action to fit page.
public static final int View_Zoom_FitVisible
A named action to fit page visibility.
public static final int View_Zoom_FitWidth
A named action to fit page on width.
public static final int View_Zoom_ZoomTo
A named action to make zoom.
public static final int Window_FullScreenMode
A named action to view the document in the full screen mode.