Class GoToRemoteAction

  • All Implemented Interfaces:

    
    public final class GoToRemoteAction
    extends Action
                        

    PDF action representing a change to page in another PDF document.

    • Constructor Detail

      • GoToRemoteAction

        GoToRemoteAction(String pdfPath, int pageIndex)
        Creates action instance.
        Parameters:
        pdfPath - Relative path to the target PDF document.
        pageIndex - Destination page index in the target PDF file.
      • GoToRemoteAction

        GoToRemoteAction(String pdfPath, int pageIndex, List<Action> subActions)
        Creates action instance.
        Parameters:
        pdfPath - Path of the target PDF file.
        pageIndex - Destination page index in the target PDF file.
        subActions - List of sub-actions of this action.
      • GoToRemoteAction

        GoToRemoteAction(String pdfPath, int pageIndex, DestinationType type, float left, float top, float width, float height, float zoom, List<Action> subActions)
        Creates action instance.
        Parameters:
        pdfPath - Path of the target PDF file.
        pageIndex - Destination page index in the target PDF file.
        subActions - List of sub-actions of this action.