java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
com.lowagie.text.xml.xmp.XmpSchema
com.lowagie.text.xml.xmp.XmpBasicSchema
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
Deprecated.
An implementation of an XmpSchema.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.An unordered array specifying properties that were edited outside the authoring application.static final StringDeprecated.The base URL for relative URLs in the document content.static final StringDeprecated.The date and time the resource was originally created.static final StringDeprecated.The name of the first known tool used to create the resource.static final StringDeprecated.default namespace identifierstatic final StringDeprecated.default namespace uristatic final StringDeprecated.An unordered array of text strings that unambiguously identify the resource within a given context.static final StringDeprecated.The date and time that any metadata for this resource was last changed.static final StringDeprecated.The date and time the resource was last modified.static final StringDeprecated.A short informal name for the resource.static final StringDeprecated.An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCreateDate(String date) Deprecated.Adds the creation date.voidaddCreatorTool(String creator) Deprecated.Adds the creatortool.voidaddIdentifiers(String[] id) Deprecated.Adds the identifier.voidaddMetaDataDate(String date) Deprecated.Adds the meta data date.voidaddModDate(String date) Deprecated.Adds the modification date.voidaddNickname(String name) Deprecated.Adds the nickname.Methods inherited from class com.lowagie.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toStringMethods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
Field Details
-
DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
-
ADVISORY
Deprecated.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).- See Also:
-
BASEURL
Deprecated.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.- See Also:
-
CREATEDATE
Deprecated.The date and time the resource was originally created.- See Also:
-
CREATORTOOL
Deprecated.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:History's softwareAgent property.- See Also:
-
IDENTIFIER
Deprecated.An unordered array of text strings that unambiguously identify the resource within a given context.- See Also:
-
METADATADATE
Deprecated.The date and time that any metadata for this resource was last changed.- See Also:
-
MODIFYDATE
Deprecated.The date and time the resource was last modified.- See Also:
-
NICKNAME
Deprecated.A short informal name for the resource.- See Also:
-
THUMBNAILS
Deprecated.An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.- See Also:
-
-
Constructor Details
-
XmpBasicSchema
public XmpBasicSchema()Deprecated.
-
-
Method Details
-
addCreatorTool
Deprecated.Adds the creatortool.- Parameters:
creator- creator tool
-
addCreateDate
Deprecated.Adds the creation date.- Parameters:
date- creation date
-
addModDate
Deprecated.Adds the modification date.- Parameters:
date- modification date
-
addMetaDataDate
Deprecated.Adds the meta data date.- Parameters:
date- metadata date
-
addIdentifiers
Deprecated.Adds the identifier.- Parameters:
id- identifier
-
addNickname
Deprecated.Adds the nickname.- Parameters:
name- nick name
-