public class PDEmbeddedFileParams extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDEmbeddedFileParams.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_CheckSum |
static COSName |
DK_CreationDate |
static COSName |
DK_Mac |
static COSName |
DK_ModDate |
static COSName |
DK_Size |
static PDEmbeddedFileParams.MetaClass |
META
The meta class instance
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
CDSDate |
getCreationDate() |
CDSDate |
getModDate() |
Integer |
getSize() |
void |
setCreationDate(CDSDate creationDate) |
void |
setCreationDate(Date date) |
void |
setCreationDate(String creationDate) |
void |
setModDate(CDSDate modDate) |
void |
setModDate(Date date) |
void |
setModDate(String modDate) |
void |
setSize(Integer size) |
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 PDEmbeddedFileParams.MetaClass META
public static final COSName DK_Size
public static final COSName DK_CreationDate
public static final COSName DK_ModDate
public static final COSName DK_Mac
public static final COSName DK_CheckSum
public CDSDate getCreationDate()
public CDSDate getModDate()
public Integer getSize()
public void setCreationDate(CDSDate creationDate)
public void setCreationDate(Date date)
public void setCreationDate(String creationDate)
public void setModDate(CDSDate modDate)
public void setModDate(Date date)
public void setModDate(String modDate)
public void setSize(Integer size)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.