public final class DublinCorePackage extends XmpPackage
Represents Dublin Core schema.
namespaceUri, prefix, properties
Constructor and Description |
---|
DublinCorePackage()
Initializes a new instance of the
DublinCorePackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Adds string property.
|
String[] |
getContributors()
Gets or sets contributors.
|
String |
getCoverage()
Gets or sets coverage.
|
String[] |
getCreators()
Gets or sets creators.
|
String |
getFormat()
Gets or sets format.
|
LangAlt |
getRights()
Gets or sets information about rights held in and over the resource.
|
String |
getSource()
Gets or sets source.
|
String |
getSubject()
Gets or sets source.
|
void |
setAuthor(String author)
Adds the author.
|
void |
setAuthor(String[] author)
Adds the author.
|
void |
setContributors(String[] value)
Gets or sets contributors.
|
void |
setCoverage(String value)
Gets or sets coverage.
|
void |
setCreators(String[] value)
Gets or sets creators.
|
void |
setDescription(LangAlt desciption)
Adds the description.
|
void |
setDescription(String desciption)
Adds the description.
|
void |
setFormat(String value)
Gets or sets format.
|
void |
setPublisher(String publisher)
Adds the publisher.
|
void |
setPublisher(String[] publisher)
Adds the publisher.
|
void |
setRights(LangAlt value)
Gets or sets information about rights held in and over the resource.
|
void |
setSource(String value)
Gets or sets source.
|
void |
setSubject(String value)
Gets or sets source.
|
void |
setSubject(String[] subject)
Adds the subject.
|
void |
setTitle(LangAlt title)
Adds Dublin Core title for different languages.
|
void |
setTitle(String title)
Adds Dublin Core title.
|
addValue, addValue, addValue, clear, containsKey, getGenericArray, getKeys, getKeyValueAsXml, getLangAlt, getNamespaceUri, getNodeType, getPrefix, getReal, getString, getStringArray, getXmlNamespace, getXmlValue, readByXmpKey, remove, setArray, setBoolValue, setDateValue, setIntValue, setLangAlt, setNullableInt, setRealValue, setStingArray, setTextValue, setXmpComplexTypeValue, setXmpTypeValue, setXmpValue
public DublinCorePackage()
Initializes a new instance of the DublinCorePackage
class.
public final String[] getContributors()
Gets or sets contributors.
Value: Contributors.public final void setContributors(String[] value)
Gets or sets contributors.
Value: Contributors.public final String getCoverage()
Gets or sets coverage.
Value: The coverage.public final void setCoverage(String value)
Gets or sets coverage.
Value: The coverage.public final String[] getCreators()
Gets or sets creators.
Value: Array of creators.public final void setCreators(String[] value)
Gets or sets creators.
Value: Array of creators.public final String getFormat()
Gets or sets format.
Value: The format, for example: image/gif.public final void setFormat(String value)
Gets or sets format.
Value: The format, for example: image/gif.public final LangAlt getRights()
Gets or sets information about rights held in and over the resource.
Value: Rights.public final void setRights(LangAlt value)
Gets or sets information about rights held in and over the resource.
Value: Rights.public final String getSource()
Gets or sets source.
Value: The source.public final void setSource(String value)
Gets or sets source.
Value: The source.public final String getSubject()
Gets or sets source.
Value: The subject.public final void setSubject(String value)
Gets or sets source.
Value: The subject.public void addValue(String key, String value)
Adds string property.
addValue
in class XmpPackage
key
- DublinCore key.value
- Value presented in string form.com.aspose.ms.System.ArgumentNullException
- DublinCore property could not be null.public final void setTitle(String title)
Adds Dublin Core title.
title
- Title value.public final void setTitle(LangAlt title)
Adds Dublin Core title for different languages.
title
- Instance of LangAlt
.public final void setDescription(String desciption)
Adds the description.
desciption
- Description value.public final void setDescription(LangAlt desciption)
Adds the description.
desciption
- Description value.public final void setSubject(String[] subject)
Adds the subject.
subject
- The subject.public final void setAuthor(String author)
Adds the author.
author
- The author.public final void setAuthor(String[] author)
Adds the author.
author
- The author.public final void setPublisher(String publisher)
Adds the publisher.
publisher
- The publisher.public final void setPublisher(String[] publisher)
Adds the publisher.
publisher
- The publisher.com.aspose.ms.System.ArgumentNullException
- Publisher could not be null.Copyright © 2017. All rights reserved.