COSObjectable
, PDDestinationOrAction
public class PDActionSubmitForm extends PDAction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
Constructor | Description |
---|---|
PDActionSubmitForm() |
Default Constructor
|
PDActionSubmitForm(COSDictionary a) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
COSArray |
getFields() |
An array identifying which fields to include in the submission or which to exclude, depending
on the setting of the Include/Exclude flag in the Flags entry
|
PDFileSpecification |
getFile() |
This will get the file in which the destination is located.
|
int |
getFlags() |
A set of flags specifying various characteristics of the action
|
void |
setFields(COSArray array) |
|
void |
setFile(PDFileSpecification fs) |
This will set the file in which the destination is located.
|
void |
setFlags(int flags) |
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 PDActionSubmitForm()
public PDActionSubmitForm(COSDictionary a)
a
- the action dictionarypublic 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.public COSArray getFields()
public void setFields(COSArray array)
array
- the array of fieldspublic int getFlags()
public void setFlags(int flags)
flags
- the flagsCopyright © 2002–2018. All rights reserved.