Java org.apache.pdfbox.pdmodel.interactive.action PDActionLaunch fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.action PDActionLaunch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.action PDActionLaunch.

The text is from its open source code.

Method

StringgetD()
This will get the string specifying the default directory in standard DOS syntax.
StringgetF()
This will get the file name to be launched or the document to be opened or printed, in standard Windows pathname format.
PDFileSpecificationgetFile()
This will get the application to be launched or the document to be opened or printed.
StringgetO()
This will get the string specifying the operation to perform: open to open a document print to print a document If the F entry designates an application instead of a document, this entry is ignored and the application is launched.
StringgetP()
This will get a parameter string to be passed to the application designated by the F entry.