com.lowagie.text.xml.xmp
Class XmpBasicSchema
public
class
XmpBasicSchema
extends XmpSchema
An implementation of an XmpSchema.
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 | DEFAULT_XPATH_ID default namespace identifier |
static String | DEFAULT_XPATH_URI default namespace uri |
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 long | serialVersionUID |
static String | THUMBNAILS An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding. |
public static final String ADVISORY
An unordered array specifying properties that were edited outside the authoring application. Each item should contain a single namespace and XPath separated by one ASCII space (U+0020).
public static final String BASEURL
The base URL for relative URLs in the document content. If this document contains Internet links, and those links are relative, they are relative to this base URL. This property provides a standard way for embedded relative URLs to be interpreted by tools. Web authoring tools should set the value based on their notion of where URLs will be interpreted.
public static final String CREATEDATE
The date and time the resource was originally created.
public static final String CREATORTOOL
The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:Historys softwareAgent property.
public static final String DEFAULT_XPATH_ID
default namespace identifier
public static final String DEFAULT_XPATH_URI
default namespace uri
public static final String IDENTIFIER
An unordered array of text strings that unambiguously identify the resource within a given context.
public static final String METADATADATE
The date and time that any metadata for this resource was last changed.
public static final String MODIFYDATE
The date and time the resource was last modified.
public static final String NICKNAME
A short informal name for the resource.
private static final long serialVersionUID
public static final String THUMBNAILS
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
public XmpBasicSchema()
public void addCreateDate(String date)
Adds the creation date.
Parameters: date
public void addCreatorTool(String creator)
Adds the creatortool.
Parameters: creator
public void addIdentifiers(String[] id)
Adds the identifier.
Parameters: id
public void addMetaDataDate(String date)
Adds the meta data date.
Parameters: date
public void addModDate(String date)
Adds the modification date.
Parameters: date
public void addNickname(String name)
Adds the nickname.
Parameters: name