COSObjectable
, PDDestinationOrAction
public class PDActionImportData extends PDAction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
Constructor | Description |
---|---|
PDActionImportData() |
Default constructor.
|
PDActionImportData(COSDictionary a) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
PDFileSpecification |
getFile() |
This will get the file in which the destination is located.
|
void |
setFile(PDFileSpecification fs) |
This will set the file in which the destination is located.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final java.lang.String SUB_TYPE
public PDActionImportData()
public PDActionImportData(COSDictionary a)
a
- The action dictionary.public PDFileSpecification getFile() throws java.io.IOException
java.io.IOException
- If there is an error creating the file spec.public void setFile(PDFileSpecification fs)
fs
- The file specification.Copyright © 2002–2018. All rights reserved.