Uses of Class
org.pdfbox.pdmodel.interactive.action.type.PDWindowsLaunchParams

Packages that use PDWindowsLaunchParams
org.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types. 
 

Uses of PDWindowsLaunchParams in org.pdfbox.pdmodel.interactive.action.type
 

Methods in org.pdfbox.pdmodel.interactive.action.type that return PDWindowsLaunchParams
 PDWindowsLaunchParams PDActionLaunch.getWinLaunchParams()
          This will get a dictionary containing Windows-specific launch parameters.
 

Methods in org.pdfbox.pdmodel.interactive.action.type with parameters of type PDWindowsLaunchParams
 void PDActionLaunch.setWinLaunchParams(PDWindowsLaunchParams win)
          This will set a dictionary containing Windows-specific launch parameters.