DublinCorePackage Class

Summary: Represents Dublic Core schema.

Module: aspose.psd.xmp.schemas.dublincore

Full Name: aspose.psd.xmp.schemas.dublincore.DublinCorePackage

Inheritance: IXmlValue, XmpPackage

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
DublinCorePackage()Initializes a new instance of the DublinCorePackage class

Properties

NameTypeAccessDescription
namespace_uristringrGets the namespace URI.
prefixstringrGets the prefix.
xml_namespacestringrGets the XML namespace.

Methods

NameDescription
add_value(key, value)Adds string property.
clear()Clears this instance.
contains_key(key)Determines whether the specified key contains key.
get_xml_value()Converts XMP value to the XML representation.
remove(key)Remove the value with the specified key.
set_author(author)Adds the author.
set_author(author)Adds the author.
set_description(desc)Adds the description.
set_description(desc)Adds the description.
set_publisher(publisher)Adds the publisher.
set_publisher(publisher)Adds the publisher.
set_subject(subject)Adds the subject.
set_subject(subject)Adds the subject.
set_title(title)Adds Dublin Core title.
set_title(title)Adds Dublin Core title.
set_value(key, value)Sets the value.
set_xmp_type_value(key, value)Sets the XMP type value.

Constructor: DublinCorePackage()

 DublinCorePackage() 

Initializes a new instance of the DublinCorePackage class

Method: add_value(key, value)

 add_value(key, value) 

Adds string property.

Parameters:

ParameterTypeDescription
keystringThe string representation of key that is identified with added value.
valuestringThe string value.

Method: contains_key(key)

 contains_key(key) 

Determines whether the specified key contains key.

Parameters:

ParameterTypeDescription
keystringThe key to be checked.

Returns

TypeDescription
boolReturns true if the specified key contains key.

Method: get_xml_value()

 get_xml_value() 

Converts XMP value to the XML representation.

Returns

TypeDescription
stringReturns the XMP value converted to the XML representation.

Method: remove(key)

 remove(key) 

Remove the value with the specified key.

Parameters:

ParameterTypeDescription
keystringThe string representation of key that is identified with removed value.

Returns

TypeDescription
boolReturns true if the value with the specified key was removed.

Method: set_author(author)

 set_author(author) 

Adds the author.

Parameters:

ParameterTypeDescription
authorstringThe author.

Method: set_author(author)

 set_author(author) 

Adds the author.

Parameters:

ParameterTypeDescription
authorstringThe author.

Method: set_description(desc)

 set_description(desc) 

Adds the description.

Parameters:

ParameterTypeDescription
descstringThe description.

Method: set_description(desc)

 set_description(desc) 

Adds the description.

Parameters:

ParameterTypeDescription
descLangAltThe description.

Method: set_publisher(publisher)

 set_publisher(publisher) 

Adds the publisher.

Parameters:

ParameterTypeDescription
publisherstringThe publisher.

Method: set_publisher(publisher)

 set_publisher(publisher) 

Adds the publisher.

Parameters:

ParameterTypeDescription
publisherstringThe publisher.

Method: set_subject(subject)

 set_subject(subject) 

Adds the subject.

Parameters:

ParameterTypeDescription
subjectstringThe subject.

Method: set_subject(subject)

 set_subject(subject) 

Adds the subject.

Parameters:

ParameterTypeDescription
subjectstringThe subject.

Method: set_title(title)

 set_title(title) 

Adds Dublin Core title.

Parameters:

ParameterTypeDescription
titlestringThe title.

Method: set_title(title)

 set_title(title) 

Adds Dublin Core title.

Parameters:

ParameterTypeDescription
titleLangAltThe title.

Method: set_value(key, value)

 set_value(key, value) 

Sets the value.

Parameters:

ParameterTypeDescription
keystringThe string representation of key that is identified with added value.
valueIXmlValueThe value to add to.

Method: set_xmp_type_value(key, value)

 set_xmp_type_value(key, value) 

Sets the XMP type value.

Parameters:

ParameterTypeDescription
keystringThe string representation of key that is identified with set value.
valueXmpTypeBaseThe value to set to.