Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.PDWindowsLaunchParams
-
Packages that use PDWindowsLaunchParams Package Description org.apache.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document. -
-
Uses of PDWindowsLaunchParams in org.apache.pdfbox.pdmodel.interactive.action
Methods in org.apache.pdfbox.pdmodel.interactive.action that return PDWindowsLaunchParams Modifier and Type Method Description PDWindowsLaunchParams
PDActionLaunch. getWinLaunchParams()
This will get a dictionary containing Windows-specific launch parameters.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type PDWindowsLaunchParams Modifier and Type Method Description void
PDActionLaunch. setWinLaunchParams(PDWindowsLaunchParams win)
This will set a dictionary containing Windows-specific launch parameters.
-