de.intarsys.pdf.pd
Class PDActionResetForm
java.lang.Object
de.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.pd.PDObject
de.intarsys.pdf.pd.PDAction
de.intarsys.pdf.pd.PDActionResetForm
- All Implemented Interfaces:
- ICOSObjectListener, IAttributeSupport
public class PDActionResetForm
- extends PDAction
The ResetForm action.
When executed the action clears all field in an AcroForm.
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 PDActionResetForm.MetaClass META
- The meta class instance
CN_ActionType_ResetForm
public static final COSName CN_ActionType_ResetForm
DK_Fields
public static final COSName DK_Fields
DK_Flags
public static final COSName DK_Flags
createNew
public static PDActionResetForm createNew()
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.
isExclude
public boolean isExclude()
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.
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.