public class PDActionSubmitForm extends PDAction
Modifier and Type | Field and Description |
---|---|
static String |
SUB_TYPE
This type of action this object represents.
|
Constructor and Description |
---|
PDActionSubmitForm()
Default Constructor
|
PDActionSubmitForm(COSDictionary a)
Constructor
|
Modifier and Type | Method and 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) |
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final String SUB_TYPE
public PDActionSubmitForm()
public PDActionSubmitForm(COSDictionary a)
a
- the action dictionarypublic PDFileSpecification getFile() throws IOException
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–2016 The Apache Software Foundation. All rights reserved.