com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PredefinedAction

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.PredefinedAction


  • public final class PredefinedAction
    extends com.aspose.ms.System.Enum

    Defines different actions which can be triggered from a PDF file.

    • Field Detail

      • FirstPage

        public static final int FirstPage

        A named action to go to the first page.

        See Also:
        Constant Field Values
      • LastPage

        public static final int LastPage

        A named action to go to the last page.

        See Also:
        Constant Field Values
      • NextPage

        public static final int NextPage

        A named action to go to the next page.

        See Also:
        Constant Field Values
      • PrevPage

        public static final int PrevPage

        A named action to go to the previous page.

        See Also:
        Constant Field Values
      • PrintDialog

        public static final int PrintDialog

        A named action to open a print dialog (JavaScript).

        See Also:
        Constant Field Values
      • Print

        public static final int Print

        A named action to open a print dialog.

        See Also:
        Constant Field Values
      • Bookmarks_ExpanCurrentBookmark

        public static final int Bookmarks_ExpanCurrentBookmark

        A named action to find current bookmark.

        See Also:
        Constant Field Values
      • Bookmarks_HightlightCurrentBookmark

        public static final int Bookmarks_HightlightCurrentBookmark

        A named action to highlight current bookmark.

        See Also:
        Constant Field Values
      • Document_AttachFile

        public static final int Document_AttachFile

        A named action to add file attachment.

        See Also:
        Constant Field Values
      • Document_CropPages

        public static final int Document_CropPages

        A named action to crop document pages.

        See Also:
        Constant Field Values
      • Document_DeletePages

        public static final int Document_DeletePages

        A named action to delete document pages.

        See Also:
        Constant Field Values
      • Document_ExtractPages

        public static final int Document_ExtractPages

        A named action to exctract document pages.

        See Also:
        Constant Field Values
      • Document_InsertPages

        public static final int Document_InsertPages

        A named action to insert pages from a document.

        See Also:
        Constant Field Values
      • Document_ReplacePages

        public static final int Document_ReplacePages

        A named action to replace document pages.

        See Also:
        Constant Field Values
      • Document_RotatePages

        public static final int Document_RotatePages

        A named action to rotate document pages.

        See Also:
        Constant Field Values
      • Edit_CheckSpelling_InComFieldEdit

        public static final int Edit_CheckSpelling_InComFieldEdit

        A named action to check spelling in comments.

        See Also:
        Constant Field Values
      • Edit_Preferences

        public static final int Edit_Preferences

        A named action to edit preferences.

        See Also:
        Constant Field Values
      • Edit_Search

        public static final int Edit_Search

        A named action for searching.

        See Also:
        Constant Field Values
      • File_AttachToEmail

        public static final int File_AttachToEmail

        A named action for attaching current pdf document into email message.

        See Also:
        Constant Field Values
      • File_Close

        public static final int File_Close

        A named action to close the document.

        See Also:
        Constant Field Values
      • File_CreatePDF_FromScanner

        public static final int File_CreatePDF_FromScanner

        A named action to create pdf document from scanner.

        See Also:
        Constant Field Values
      • File_CreatePDF_FromWebPage

        public static final int File_CreatePDF_FromWebPage

        A named action to create pdf document from web page.

        See Also:
        Constant Field Values
      • File_Exit

        public static final int File_Exit

        A named action to exit pdf reader.

        See Also:
        Constant Field Values
      • File_Organizer_OpenOrganizer

        public static final int File_Organizer_OpenOrganizer

        A named action to open organizer.

        See Also:
        Constant Field Values
      • File_Print

        public static final int File_Print

        A named action to print the document.

        See Also:
        Constant Field Values
      • File_Properties

        public static final int File_Properties

        A named action to open the document properties.

        See Also:
        Constant Field Values
      • File_SaveAs

        public static final int File_SaveAs

        A named action to save the document with another name.

        See Also:
        Constant Field Values
      • Miscellaneous_ZoomIn

        public static final int Miscellaneous_ZoomIn

        A named action to zoom in the document.

        See Also:
        Constant Field Values
      • Miscellaneous_ZoomOut

        public static final int Miscellaneous_ZoomOut

        A named action to zoom out the document.

        See Also:
        Constant Field Values
      • PageImages_PrintPages

        public static final int PageImages_PrintPages

        A named action to print the document pages.

        See Also:
        Constant Field Values
      • View_GoTo_NextView

        public static final int View_GoTo_NextView

        A named action to go to the next view.

        See Also:
        Constant Field Values
      • View_GoTo_Page

        public static final int View_GoTo_Page

        A named action to go to the certain page.

        See Also:
        Constant Field Values
      • View_GoTo_PreDocument

        public static final int View_GoTo_PreDocument

        A named action to go to the previous document.

        See Also:
        Constant Field Values
      • View_GoTo_PreView

        public static final int View_GoTo_PreView

        A named action to go to the previous view.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Articles

        public static final int View_NavigationPanels_Articles

        A named action to show/hide articles panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Attachments

        public static final int View_NavigationPanels_Attachments

        A named action to show/hide attachment panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Boomarks

        public static final int View_NavigationPanels_Boomarks

        A named action to show/hide bookmark panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Comments

        public static final int View_NavigationPanels_Comments

        A named action to show/hide comments panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Fields

        public static final int View_NavigationPanels_Fields

        A named action to show/hide fields panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Layers

        public static final int View_NavigationPanels_Layers

        A named action to show/hide layers panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_ModelTree

        public static final int View_NavigationPanels_ModelTree

        A named action to show/hide model tree panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Pages

        public static final int View_NavigationPanels_Pages

        A named action to show/hide pages panel.

        See Also:
        Constant Field Values
      • View_NavigationPanels_Signatures

        public static final int View_NavigationPanels_Signatures

        A named action to show/hide signatures panel.

        See Also:
        Constant Field Values
      • View_PageDisplay_SinglePage

        public static final int View_PageDisplay_SinglePage

        A named action to display single page.

        See Also:
        Constant Field Values
      • View_PageDisplay_SinglePageContinuous

        public static final int View_PageDisplay_SinglePageContinuous

        A named action to display single continious page.

        See Also:
        Constant Field Values
      • View_PageDisplay_TwoUp

        public static final int View_PageDisplay_TwoUp

        A named action to display pages as Two-Up.

        See Also:
        Constant Field Values
      • View_PageDisplay_TwoUpContinuous

        public static final int View_PageDisplay_TwoUpContinuous

        A named action to display pages as Two-Up continious.

        See Also:
        Constant Field Values
      • View_Toolbars_AdvanceEditing

        public static final int View_Toolbars_AdvanceEditing

        A named action to show/hide advanced editing toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_CommentMarkup

        public static final int View_Toolbars_CommentMarkup

        A named action to show/hide commenting toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_Edit

        public static final int View_Toolbars_Edit

        A named action to show/hide edit toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_File

        public static final int View_Toolbars_File

        A named action to show/hide file toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_Find

        public static final int View_Toolbars_Find

        A named action to show/hide find toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_Forms

        public static final int View_Toolbars_Forms

        A named action to show/hide forms toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_Measuring

        public static final int View_Toolbars_Measuring

        A named action to show/hide measuring toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_ObjectData

        public static final int View_Toolbars_ObjectData

        A named action to show/hide object data toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_PageDisplay

        public static final int View_Toolbars_PageDisplay

        A named action to show/hide page display toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_PageNavigation

        public static final int View_Toolbars_PageNavigation

        A named action to show/hide navigation toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_PrintProduction

        public static final int View_Toolbars_PrintProduction

        A named action to show/hide print production toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_PropertiesBar

        public static final int View_Toolbars_PropertiesBar

        A named action to show/hide property toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_Redaction

        public static final int View_Toolbars_Redaction

        A named action to show/hide redaction toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_SelectZoom

        public static final int View_Toolbars_SelectZoom

        A named action to show/hide select & zoom toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_Tasks

        public static final int View_Toolbars_Tasks

        A named action to show/hide tasks toolbar.

        See Also:
        Constant Field Values
      • View_Toolbars_Typewriter

        public static final int View_Toolbars_Typewriter

        A named action to show/hide typewriter toolbar.

        See Also:
        Constant Field Values
      • View_Zoom_ActualSize

        public static final int View_Zoom_ActualSize

        A named action to view pages in actual size.

        See Also:
        Constant Field Values
      • View_Zoom_FitHeight

        public static final int View_Zoom_FitHeight

        A named action to fit page on height.

        See Also:
        Constant Field Values
      • View_Zoom_FitPage

        public static final int View_Zoom_FitPage

        A named action to fit page.

        See Also:
        Constant Field Values
      • View_Zoom_FitVisible

        public static final int View_Zoom_FitVisible

        A named action to fit page visibility.

        See Also:
        Constant Field Values
      • View_Zoom_FitWidth

        public static final int View_Zoom_FitWidth

        A named action to fit page on width.

        See Also:
        Constant Field Values
      • View_Zoom_ZoomTo

        public static final int View_Zoom_ZoomTo

        A named action to make zoom.

        See Also:
        Constant Field Values
      • Window_FullScreenMode

        public static final int Window_FullScreenMode

        A named action to view the document in the full screen mode.

        See Also:
        Constant Field Values