de.intarsys.pdf.pd
Class PDActionSubmitForm
java.lang.Object
de.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.pd.PDObject
de.intarsys.pdf.pd.PDAction
de.intarsys.pdf.pd.PDActionSubmitForm
- All Implemented Interfaces:
- ICOSObjectListener, de.intarsys.tools.attribute.IAttributeSupport
public class PDActionSubmitForm
- extends PDAction
The SubmitForm action.
When executed the action submit the documents AcroForm acording to the
defined flags.
| Methods inherited from class de.intarsys.pdf.pd.PDObject |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toString |
| Methods inherited from class de.intarsys.pdf.cos.COSBasedObject |
changed, 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, setFieldString |
META
public static final PDActionSubmitForm.MetaClass META
- The meta class instance
CN_ActionType_SubmitForm
public static final COSName CN_ActionType_SubmitForm
DK_F
public static final COSName DK_F
DK_Fields
public static final COSName DK_Fields
DK_Flags
public static final COSName DK_Flags
createNew
public static PDActionSubmitForm createNew(URL url)
cosGetExpectedActionType
public COSName cosGetExpectedActionType()
- Description copied from class:
PDAction
- The action type expected for a
PDAction of the instantiated
class.
- Specified by:
cosGetExpectedActionType in class PDAction
- Returns:
- The action type expected for a
PDAction of the
instantiated class.
getFields
public List getFields()
- A list of field names (plain Java String) to be resetted or null.
- Returns:
- A list of field names (plain Java String) to be resetted or null.
getUrl
public URL getUrl()
isCanonicalFormat
public boolean isCanonicalFormat()
isEmbedForm
public boolean isEmbedForm()
isExclFKey
public boolean isExclFKey()
isExclNonUserAnnots
public boolean isExclNonUserAnnots()
isExportFormat
public boolean isExportFormat()
isGetMethod
public boolean isGetMethod()
isInclude
public boolean isInclude()
isIncludeAnnotations
public boolean isIncludeAnnotations()
isIncludeAppendSaves
public boolean isIncludeAppendSaves()
isIncludeNoValueFields
public boolean isIncludeNoValueFields()
isNotDEFINED
public boolean isNotDEFINED()
isSubmitCoordinates
public boolean isSubmitCoordinates()
isSubmitPDF
public boolean isSubmitPDF()
isXFDF
public boolean isXFDF()
setCanonicalFormat
public void setCanonicalFormat(boolean flag)
setEmbedForm
public void setEmbedForm(boolean flag)
setExclFKey
public void setExclFKey(boolean flag)
setExclNonUserAnnots
public void setExclNonUserAnnots(boolean flag)
setExportFormat
public void setExportFormat(boolean flag)
setGetMethod
public void setGetMethod(boolean flag)
setInclude
public void setInclude(boolean flag)
setIncludeAnnotations
public void setIncludeAnnotations(boolean flag)
setIncludeAppendSaves
public void setIncludeAppendSaves(boolean flag)
setIncludeNoValueFields
public void setIncludeNoValueFields(boolean flag)
setNotDEFINED
public void setNotDEFINED(boolean flag)
setSubmitCoordinates
public void setSubmitCoordinates(boolean flag)
setSubmitPDF
public void setSubmitPDF(boolean flag)
setUrl
public void setUrl(URL url)
setXFDF
public void setXFDF(boolean flag)
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.