public class PDApplicationData extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDApplicationData.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_LastModified |
static COSName |
DK_Private |
static PDApplicationData.MetaClass |
META
The meta class instance
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
COSObject |
cosGetData()
The private data entry or
COSNull |
COSObject |
cosSetData(COSObject data)
Assign the private data.
|
CDSDate |
getLastModification()
The timestamp of th elast modification.
|
void |
touch()
Assign a new timestamp for the last modification.
|
cosGetFieldDescendant, 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 COSName DK_LastModified
public static final COSName DK_Private
public static final PDApplicationData.MetaClass META
public COSObject cosSetData(COSObject data)
data - The private data for this.public COSObject cosGetData()
COSNullCOSNullpublic CDSDate getLastModification()
public void touch()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.