Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.pdfbox.pdmodel.interactive.action.PDActionFactory
public class PDActionFactory
extends java.lang.Object
Method Summary | |
static PDAction |
|
public static PDAction createAction(COSDictionary action)
This will create the correct type of action based on the type specified in the dictionary.
- Parameters:
action
- An action dictionary.
- Returns:
- An action of the correct type.