public class PDFAction extends Object
Constructor and Description |
---|
PDFAction(String type)
Creates a new instance of PDFAction
|
Modifier and Type | Method and Description |
---|---|
static PDFAction |
getAction(PDFObject obj,
PDFObject root)
Get an action of the appropriate type from a PDFObject
|
PDFObject |
getNext()
Get the next action or array of actions
|
String |
getType()
Get the type of this action
|
void |
setNext(PDFObject next)
Set the next action or array of actions
|
public PDFAction(String type)
public static PDFAction getAction(PDFObject obj, PDFObject root) throws IOException
obj
- the PDF object containing the action to parseroot
- the root of the PDF object treeIOException
public String getType()
public PDFObject getNext()
public void setNext(PDFObject next)
Copyright © 2024. All rights reserved.