public class XmpBasicProperties extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
XmpBasicProperties() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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
Copyright © 2016. All rights reserved.