public class PDActionSubmitForm extends PDAction
When executed the action submit the documents AcroForm acording to the defined flags.
| Modifier and Type | Class and Description |
|---|---|
static class |
PDActionSubmitForm.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_ActionType_SubmitForm |
static COSName |
DK_F |
static COSName |
DK_Fields |
static COSName |
DK_Flags |
static PDActionSubmitForm.MetaClass |
META
The meta class instance
|
CN_Type_Action, DK_Next, DK_SDK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
COSName |
cosGetExpectedActionType()
The action type expected for a
PDAction of the instantiated
class. |
static PDActionSubmitForm |
createNew(URL url) |
List |
getFields()
A list of field names (plain Java String) to be resetted or null.
|
URL |
getUrl() |
boolean |
isCanonicalFormat() |
boolean |
isEmbedForm() |
boolean |
isExclFKey() |
boolean |
isExclNonUserAnnots() |
boolean |
isExportFormat() |
boolean |
isGetMethod() |
boolean |
isInclude() |
boolean |
isIncludeAnnotations() |
boolean |
isIncludeAppendSaves() |
boolean |
isIncludeNoValueFields() |
boolean |
isNotDEFINED() |
boolean |
isSubmitCoordinates() |
boolean |
isSubmitPDF() |
boolean |
isXFDF() |
void |
setCanonicalFormat(boolean flag) |
void |
setEmbedForm(boolean flag) |
void |
setExclFKey(boolean flag) |
void |
setExclNonUserAnnots(boolean flag) |
void |
setExportFormat(boolean flag) |
void |
setGetMethod(boolean flag) |
void |
setInclude(boolean flag) |
void |
setIncludeAnnotations(boolean flag) |
void |
setIncludeAppendSaves(boolean flag) |
void |
setIncludeNoValueFields(boolean flag) |
void |
setNotDEFINED(boolean flag) |
void |
setSubmitCoordinates(boolean flag) |
void |
setSubmitPDF(boolean flag) |
void |
setUrl(URL url) |
void |
setXFDF(boolean flag) |
addNext, cosGetActionType, getNext, removeNextcosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDActionSubmitForm.MetaClass META
public static final COSName CN_ActionType_SubmitForm
public static final COSName DK_F
public static final COSName DK_Fields
public static final COSName DK_Flags
public static PDActionSubmitForm createNew(URL url)
public COSName cosGetExpectedActionType()
PDActionPDAction of the instantiated
class.cosGetExpectedActionType in class PDActionPDAction of the
instantiated class.public List getFields()
public URL getUrl()
public boolean isCanonicalFormat()
public boolean isEmbedForm()
public boolean isExclFKey()
public boolean isExclNonUserAnnots()
public boolean isExportFormat()
public boolean isGetMethod()
public boolean isInclude()
public boolean isIncludeAnnotations()
public boolean isIncludeAppendSaves()
public boolean isIncludeNoValueFields()
public boolean isNotDEFINED()
public boolean isSubmitCoordinates()
public boolean isSubmitPDF()
public boolean isXFDF()
public void setCanonicalFormat(boolean flag)
public void setEmbedForm(boolean flag)
public void setExclFKey(boolean flag)
public void setExclNonUserAnnots(boolean flag)
public void setExportFormat(boolean flag)
public void setGetMethod(boolean flag)
public void setInclude(boolean flag)
public void setIncludeAnnotations(boolean flag)
public void setIncludeAppendSaves(boolean flag)
public void setIncludeNoValueFields(boolean flag)
public void setNotDEFINED(boolean flag)
public void setSubmitCoordinates(boolean flag)
public void setSubmitPDF(boolean flag)
public void setUrl(URL url)
public void setXFDF(boolean flag)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.