Class GoToAction

  • All Implemented Interfaces:

    
    public final class GoToAction
    extends Action
                        

    PDF action representing a change to another page.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      GoToAction(int pageIndex) Creates action instance.
      GoToAction(int pageIndex, List<Action> subActions) Creates action instance.
      GoToAction(int pageIndex, DestinationType type, float left, float top, float width, float height, float zoom, List<Action> subActions) Creates action instance.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • GoToAction

        GoToAction(int pageIndex)
        Creates action instance.
        Parameters:
        pageIndex - Index of the page to skip to once the action is triggered.
      • GoToAction

        GoToAction(int pageIndex, List<Action> subActions)
        Creates action instance.
        Parameters:
        pageIndex - Index of the page to skip to once the action is triggered.
        subActions - List of sub-actions of this action.
      • GoToAction

        GoToAction(int pageIndex, DestinationType type, float left, float top, float width, float height, float zoom, List<Action> subActions)
        Creates action instance.
        Parameters:
        pageIndex - Index of the page to skip to once the action is triggered.
        subActions - List of sub-actions of this action.