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