|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.xml.xmp.XmpBasicProperties
public class XmpBasicProperties
Field Summary | |
---|---|
static String |
ADVISORY
An unordered array specifying properties that were edited outside the authoring application. |
static String |
BASEURL
The base URL for relative URLs in the document content. |
static String |
CREATEDATE
The date and time the resource was originally created. |
static String |
CREATORTOOL
The name of the first known tool used to create the resource. |
static String |
IDENTIFIER
An unordered array of text strings that unambiguously identify the resource within a given context. |
static String |
METADATADATE
The date and time that any metadata for this resource was last changed. |
static String |
MODIFYDATE
The date and time the resource was last modified. |
static String |
NICKNAME
A short informal name for the resource. |
static String |
THUMBNAILS
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding. |
Constructor Summary | |
---|---|
XmpBasicProperties()
|
Method Summary | |
---|---|
static void |
setCreateDate(XMPMeta xmpMeta,
String date)
Adds the creation date. |
static void |
setCreatorTool(XMPMeta xmpMeta,
String creator)
Adds the creatortool. |
static void |
setIdentifiers(XMPMeta xmpMeta,
String[] id)
Sets the identifier. |
static void |
setMetaDataDate(XMPMeta xmpMeta,
String date)
Adds the meta data date. |
static void |
setModDate(XMPMeta xmpMeta,
String date)
Adds the modification date. |
static void |
setNickname(XMPMeta xmpMeta,
String name)
Adds the nickname. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ADVISORY
public static final String BASEURL
public static final String CREATEDATE
public static final String CREATORTOOL
public static final String IDENTIFIER
public static final String METADATADATE
public static final String MODIFYDATE
public static final String NICKNAME
public static final String THUMBNAILS
Constructor Detail |
---|
public XmpBasicProperties()
Method Detail |
---|
public static void setCreatorTool(XMPMeta xmpMeta, String creator) throws XMPException
xmpMeta
- creator
-
XMPException
public static void setCreateDate(XMPMeta xmpMeta, String date) throws XMPException
xmpMeta
- date
-
XMPException
public static void setModDate(XMPMeta xmpMeta, String date) throws XMPException
xmpMeta
- date
-
XMPException
public static void setMetaDataDate(XMPMeta xmpMeta, String date) throws XMPException
xmpMeta
- date
-
XMPException
public static void setIdentifiers(XMPMeta xmpMeta, String[] id) throws XMPException
xmpMeta
- id
-
XMPException
public static void setNickname(XMPMeta xmpMeta, String name) throws XMPException
xmpMeta
- name
-
XMPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |