| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.pdfbox.pdmodel.interactive.action.PDActionFactorypublic class PDActionFactoryextends java.lang.ObjectMethod 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.