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

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

The text is from its open source code.

Method

PDActiongetBl()
This will get an action to be performed when the annotation loses the input focus.
PDActiongetD()
This will get an action to be performed when the mouse button is pressed inside the annotation's active area.
PDActiongetE()
This will get an action to be performed when the cursor enters the annotation's active area.
PDActiongetFo()
This will get an action to be performed when the annotation receives the input focus.
PDActiongetPC()
This will get an action to be performed when the page containing the annotation is closed.
PDActiongetPI()
This will get an action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
PDActiongetPO()
This will get an action to be performed when the page containing the annotation is opened.
PDActiongetPV()
This will get an action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
PDActiongetU()
This will get an action to be performed when the mouse button is released inside the annotation's active area.
PDActiongetX()
This will get an action to be performed when the cursor exits the annotation's active area.