Class GoToAction

java.lang.Object
org.apache.pdfbox.preflight.action.AbstractActionManager
org.apache.pdfbox.preflight.action.GoToAction
Direct Known Subclasses:
GoToRemoteAction

public class GoToAction extends AbstractActionManager
ActionManager for the GoTo action. GoToAction is valid if the D entry is present.
  • Constructor Details

    • GoToAction

      public GoToAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey)
      Parameters:
      amFact - Instance of ActionManagerFactory used to create ActionManager to check Next actions.
      adict - the COSDictionary of the action wrapped by this class.
      ctx - the preflight context.
      aaKey - the name of the key which identifies the action in an additional action dictionary.
  • Method Details