Uses of Class
org.apache.pdfbox.pdmodel.interactive.action.type.PDWindowsLaunchParams
Packages that use PDWindowsLaunchParams
Package
Description
This package contains all of the available PDF action types.
-
Uses of PDWindowsLaunchParams in org.apache.pdfbox.pdmodel.interactive.action.type
Methods in org.apache.pdfbox.pdmodel.interactive.action.type that return PDWindowsLaunchParamsModifier and TypeMethodDescriptionPDActionLaunch.getWinLaunchParams()
This will get a dictionary containing Windows-specific launch parameters.Methods in org.apache.pdfbox.pdmodel.interactive.action.type with parameters of type PDWindowsLaunchParamsModifier and TypeMethodDescriptionvoid
PDActionLaunch.setWinLaunchParams
(PDWindowsLaunchParams win) This will set a dictionary containing Windows-specific launch parameters.