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

Example usage for Java org.apache.pdfbox.pdmodel.interactive.action PDDocumentCatalogAdditionalActions 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 PDDocumentCatalogAdditionalActions.

The text is from its open source code.

Method

PDActiongetDP()
This will get a JavaScript action to be performed after printing a document.
PDActiongetDS()
This will get a JavaScript action to be performed after saving a document.
PDActiongetWC()
This will get a JavaScript action to be performed before closing a document.
PDActiongetWP()
This will get a JavaScript action to be performed before printing a document.
PDActiongetWS()
This will get a JavaScript action to be performed before saving a document.