Package com.itextpdf.text.xml.xmp
Class DublinCoreSchema
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.itextpdf.text.xml.xmp.XmpSchema
com.itextpdf.text.xml.xmp.DublinCoreSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
Deprecated.
An implementation of an XmpSchema.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.External Contributors to the resource (other than the authors).static final String
Deprecated.The extent or scope of the resource.static final String
Deprecated.The authors of the resource (listed in order of precedence, if significant).static final String
Deprecated.Date(s) that something interesting happened to the resource.static final String
Deprecated.default namespace identifierstatic final String
Deprecated.default namespace uristatic final String
Deprecated.A textual description of the content of the resource.static final String
Deprecated.The file format used when saving the resource.static final String
Deprecated.Unique identifier of the resource.static final String
Deprecated.An unordered array specifying the languages used in the resource.static final String
Deprecated.Publishers.static final String
Deprecated.Relationships to other documents.static final String
Deprecated.Informal rights statement, selected by language.private static final long
Deprecated.static final String
Deprecated.Unique identifier of the work from which this resource was derived.static final String
Deprecated.An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.static final String
Deprecated.The title of the document, or the name given to the resource.static final String
Deprecated.A document type; for example, novel, poem, or working paper.Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Adds a single author.void
Deprecated.Adds an array of authors.void
addDescription
(LangAlt desc) Deprecated.Adds a description.void
addDescription
(String desc) Deprecated.Adds a description.void
addPublisher
(String publisher) Deprecated.Adds a single publisher.void
addPublisher
(String[] publisher) Deprecated.Adds an array of publishers.void
addSubject
(String subject) Deprecated.Adds a subject.void
addSubject
(String[] subject) Deprecated.Adds a subject.void
Deprecated.Adds a title.void
Deprecated.Adds a title.Methods inherited from class com.itextpdf.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
Methods 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
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
-
CONTRIBUTOR
Deprecated.External Contributors to the resource (other than the authors).- See Also:
-
COVERAGE
Deprecated.The extent or scope of the resource.- See Also:
-
CREATOR
Deprecated.The authors of the resource (listed in order of precedence, if significant).- See Also:
-
DATE
Deprecated.Date(s) that something interesting happened to the resource.- See Also:
-
DESCRIPTION
Deprecated.A textual description of the content of the resource. Multiple values may be present for different languages.- See Also:
-
FORMAT
Deprecated.The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.- See Also:
-
IDENTIFIER
Deprecated.Unique identifier of the resource.- See Also:
-
LANGUAGE
Deprecated.An unordered array specifying the languages used in the resource.- See Also:
-
PUBLISHER
Deprecated.Publishers.- See Also:
-
RELATION
Deprecated.Relationships to other documents.- See Also:
-
RIGHTS
Deprecated.Informal rights statement, selected by language.- See Also:
-
SOURCE
Deprecated.Unique identifier of the work from which this resource was derived.- See Also:
-
SUBJECT
Deprecated.An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.- See Also:
-
TITLE
Deprecated.The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.- See Also:
-
TYPE
Deprecated.A document type; for example, novel, poem, or working paper.- See Also:
-
-
Constructor Details
-
DublinCoreSchema
public DublinCoreSchema()Deprecated.
-
-
Method Details
-
addTitle
Deprecated.Adds a title.- Parameters:
title
-
-
addTitle
Deprecated.Adds a title.- Parameters:
title
-
-
addDescription
Deprecated.Adds a description.- Parameters:
desc
-
-
addDescription
Deprecated.Adds a description.- Parameters:
desc
-
-
addSubject
Deprecated.Adds a subject.- Parameters:
subject
-
-
addSubject
Deprecated.Adds a subject.- Parameters:
subject
- array of subjects
-
addAuthor
Deprecated.Adds a single author.- Parameters:
author
-
-
addAuthor
Deprecated.Adds an array of authors.- Parameters:
author
-
-
addPublisher
Deprecated.Adds a single publisher.- Parameters:
publisher
-
-
addPublisher
Deprecated.Adds an array of publishers.- Parameters:
publisher
-
-