public class COSInfoDict extends COSBasedObject
| Modifier and Type | Class and Description |
|---|---|
static class |
COSInfoDict.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_Author |
static COSName |
DK_CreationDate
Well known attributes
|
static COSName |
DK_Creator |
static COSName |
DK_Keywords |
static COSName |
DK_ModDate |
static COSName |
DK_Producer |
static COSName |
DK_Subject |
static COSName |
DK_Title |
static COSName |
DK_Trapped |
static COSInfoDict.MetaClass |
META
The meta class instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
The /Author field in the info dictionary.
|
CDSDate |
getCreationDate()
The /CreationDate field in the info dictionary.
|
String |
getCreationDateString()
The /CreationDate field in the info dictionary as a
String. |
String |
getCreator()
The /Creator field in the info dictionary.
|
String |
getKeywords()
The /Keywords field in the info dictionary.
|
CDSDate |
getModDate()
The /ModDate field in the info dictionary.
|
String |
getModDateString()
The /ModDate field in the info dictionary as a
String. |
String |
getProducer()
The /Producer field in the info dictionary.
|
String |
getSubject()
The /Subject field in the info dictionary.
|
String |
getTitle()
The /Title field in the info dictionary.
|
String |
getTrapped()
The /Trapped field in the info dictionary.
|
void |
setAuthor(String value)
Set the /Author field in the info dictionary.
|
void |
setCreationDate(String value)
Set the /CreationDate field in the info dictionary.
|
void |
setCreator(String value)
Set the /Creator field in the info dictionary.
|
void |
setKeywords(String value)
Set the /Keywords field in the info dictionary.
|
void |
setModDate(String value)
Set the /ModDate field in the info dictionary.
|
void |
setProducer(String value)
Set the /Producer field in the info dictionary.
|
void |
setSubject(String value)
Set the /Subject field in the info dictionary.
|
void |
setTitle(String value)
Set the /Title field in the info dictionary.
|
void |
setTrapped(String value)
Set the /Trapped field in the info dictionary.
|
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, toStringpublic static final COSName DK_CreationDate
public static final COSName DK_Creator
public static final COSName DK_ModDate
public static final COSName DK_Producer
public static final COSName DK_Title
public static final COSName DK_Author
public static final COSName DK_Subject
public static final COSName DK_Keywords
public static final COSName DK_Trapped
public static final COSInfoDict.MetaClass META
public String getAuthor()
public CDSDate getCreationDate()
public String getCreationDateString()
String.public String getCreator()
public String getKeywords()
public CDSDate getModDate()
public String getModDateString()
String.public String getProducer()
public String getSubject()
public String getTitle()
public String getTrapped()
public void setAuthor(String value)
public void setCreationDate(String value)
public void setCreator(String value)
public void setKeywords(String value)
public void setModDate(String value)
public void setProducer(String value)
public void setSubject(String value)
public void setTitle(String value)
public void setTrapped(String value)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.