de.intarsys.pdf.pd
Class PDTransformParams
java.lang.Object
de.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.pd.PDObject
de.intarsys.pdf.pd.PDTransformParams
- All Implemented Interfaces:
- ICOSObjectListener, de.intarsys.tools.attribute.IAttributeSupport
public class PDTransformParams
- extends PDObject
The parameters for the PDTransformMethod algorithms.
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 PDTransformParams.MetaClass META
- The meta class instance
CN_Type_TransformParams
public static final COSName CN_Type_TransformParams
DK_P
public static final COSName DK_P
DK_V
public static final COSName DK_V
DK_Action
public static final COSName DK_Action
DK_Fields
public static final COSName DK_Fields
CN_All
public static final COSName CN_All
CN_Include
public static final COSName CN_Include
CN_Exclude
public static final COSName CN_Exclude
CN_Version_1_2
public static final COSName CN_Version_1_2
cosGetAction
public COSName cosGetAction()
cosGetFields
public COSArray cosGetFields()
cosSetAction
public void cosSetAction(COSName action)
cosSetFields
public void cosSetFields(COSArray fields)
getFields
public List<String> getFields()
getPermissions
public int getPermissions()
isActionAll
public boolean isActionAll()
isActionExclude
public boolean isActionExclude()
isActionInclude
public boolean isActionInclude()
setPermissions
public void setPermissions(int permissions)
setVersion
public void setVersion(String version)
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.