Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.interactive.action » [javadoc | source]
org.apache.pdfbox.pdmodel.interactive.action
public class: PDActionFactory [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.interactive.action.PDActionFactory
This class will take a dictionary and determine which type of action to create.
Method from org.apache.pdfbox.pdmodel.interactive.action.PDActionFactory Summary:
createAction
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.interactive.action.PDActionFactory Detail:
 public static PDAction createAction(COSDictionary action) 
    This will create the correct type of action based on the type specified in the dictionary.