Class PDActionImportData

java.lang.Object
org.sejda.sambox.pdmodel.interactive.action.PDAction
org.sejda.sambox.pdmodel.interactive.action.PDActionImportData
All Implemented Interfaces:
COSObjectable, PDDestinationOrAction

public class PDActionImportData extends PDAction
Author:
Timur Kamalov
  • Field Details

  • Constructor Details

    • PDActionImportData

      public PDActionImportData()
      Default constructor.
    • PDActionImportData

      public PDActionImportData(COSDictionary a)
      Constructor.
      Parameters:
      a - The action dictionary.
  • Method Details

    • getFile

      public PDFileSpecification getFile()
      This will get the file in which the destination is located.
      Returns:
      The F entry of the specific Submit-From action dictionary.
    • setFile

      public void setFile(PDFileSpecification fs)
      This will set the file in which the destination is located.
      Parameters:
      fs - The file specification.