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 public class DublinCoreSchema extends XmpSchema
Deprecated.An implementation of an XmpSchema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTRIBUTORDeprecated.External Contributors to the resource (other than the authors).static StringCOVERAGEDeprecated.The extent or scope of the resource.static StringCREATORDeprecated.The authors of the resource (listed in order of precedence, if significant).static StringDATEDeprecated.Date(s) that something interesting happened to the resource.static StringDEFAULT_XPATH_IDDeprecated.default namespace identifierstatic StringDEFAULT_XPATH_URIDeprecated.default namespace uristatic StringDESCRIPTIONDeprecated.A textual description of the content of the resource.static StringFORMATDeprecated.The file format used when saving the resource.static StringIDENTIFIERDeprecated.Unique identifier of the resource.static StringLANGUAGEDeprecated.An unordered array specifying the languages used in the resource.static StringPUBLISHERDeprecated.Publishers.static StringRELATIONDeprecated.Relationships to other documents.static StringRIGHTSDeprecated.Informal rights statement, selected by language.static StringSOURCEDeprecated.Unique identifier of the work from which this resource was derived.static StringSUBJECTDeprecated.An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.static StringTITLEDeprecated.The title of the document, or the name given to the resource.static StringTYPEDeprecated.A document type; for example, novel, poem, or working paper.-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description DublinCoreSchema()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAuthor(String author)Deprecated.Adds a single author.voidaddAuthor(String[] author)Deprecated.Adds an array of authors.voidaddDescription(LangAlt desc)Deprecated.Adds a description.voidaddDescription(String desc)Deprecated.Adds a description.voidaddPublisher(String publisher)Deprecated.Adds a single publisher.voidaddPublisher(String[] publisher)Deprecated.Adds an array of publishers.voidaddSubject(String subject)Deprecated.Adds a subject.voidaddSubject(String[] subject)Deprecated.Adds a subject.voidaddTitle(LangAlt title)Deprecated.Adds a title.voidaddTitle(String title)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 Detail
-
DEFAULT_XPATH_ID
public static final String DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
- Constant Field Values
-
DEFAULT_XPATH_URI
public static final String DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
- Constant Field Values
-
CONTRIBUTOR
public static final String CONTRIBUTOR
Deprecated.External Contributors to the resource (other than the authors).- See Also:
- Constant Field Values
-
COVERAGE
public static final String COVERAGE
Deprecated.The extent or scope of the resource.- See Also:
- Constant Field Values
-
CREATOR
public static final String CREATOR
Deprecated.The authors of the resource (listed in order of precedence, if significant).- See Also:
- Constant Field Values
-
DATE
public static final String DATE
Deprecated.Date(s) that something interesting happened to the resource.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
Deprecated.A textual description of the content of the resource. Multiple values may be present for different languages.- See Also:
- Constant Field Values
-
FORMAT
public static final String 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:
- Constant Field Values
-
IDENTIFIER
public static final String IDENTIFIER
Deprecated.Unique identifier of the resource.- See Also:
- Constant Field Values
-
LANGUAGE
public static final String LANGUAGE
Deprecated.An unordered array specifying the languages used in the resource.- See Also:
- Constant Field Values
-
PUBLISHER
public static final String PUBLISHER
Deprecated.Publishers.- See Also:
- Constant Field Values
-
RELATION
public static final String RELATION
Deprecated.Relationships to other documents.- See Also:
- Constant Field Values
-
RIGHTS
public static final String RIGHTS
Deprecated.Informal rights statement, selected by language.- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
Deprecated.Unique identifier of the work from which this resource was derived.- See Also:
- Constant Field Values
-
SUBJECT
public static final String SUBJECT
Deprecated.An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.- See Also:
- Constant Field Values
-
TITLE
public static final String 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:
- Constant Field Values
-
TYPE
public static final String TYPE
Deprecated.A document type; for example, novel, poem, or working paper.- See Also:
- Constant Field Values
-
-
Method Detail
-
addTitle
public void addTitle(String title)
Deprecated.Adds a title.- Parameters:
title-
-
addTitle
public void addTitle(LangAlt title)
Deprecated.Adds a title.- Parameters:
title-
-
addDescription
public void addDescription(String desc)
Deprecated.Adds a description.- Parameters:
desc-
-
addDescription
public void addDescription(LangAlt desc)
Deprecated.Adds a description.- Parameters:
desc-
-
addSubject
public void addSubject(String subject)
Deprecated.Adds a subject.- Parameters:
subject-
-
addSubject
public void addSubject(String[] subject)
Deprecated.Adds a subject.- Parameters:
subject- array of subjects
-
addAuthor
public void addAuthor(String author)
Deprecated.Adds a single author.- Parameters:
author-
-
addAuthor
public void addAuthor(String[] author)
Deprecated.Adds an array of authors.- Parameters:
author-
-
addPublisher
public void addPublisher(String publisher)
Deprecated.Adds a single publisher.- Parameters:
publisher-
-
addPublisher
public void addPublisher(String[] publisher)
Deprecated.Adds an array of publishers.- Parameters:
publisher-
-
-