XmpMeta Class
Contents
[
Hide
]Summary: Represents xmpmeta. Optional.
The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF.
Module: aspose.psd.xmp
Full Name: aspose.psd.xmp.XmpMeta
Inheritance: IXmlValue, XmpElementBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
XmpMeta() | Initializes a new instance of the XmpMeta class. |
XmpMeta(toolkit_version) | Initializes a new instance of the XmpMeta class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
adobe_xmp_toolkit | string | r/w | Gets or set Adobe Xmp toolkit version. |
Methods
Name | Description |
---|---|
add_attribute(attribute, value) | Adds the attribute. |
clear_attributes() | Removes all attributes. |
get_attribute(attribute) | Gets the attribute. |
get_xml_value() | Converts XMP value to the XML representation. |
Constructor: XmpMeta()
XmpMeta()
Initializes a new instance of the XmpMeta class.
Constructor: XmpMeta(toolkit_version)
XmpMeta(toolkit_version)
Initializes a new instance of the XmpMeta class.
Parameters:
Parameter | Type | Description |
---|---|---|
toolkit_version | string | Adobe XMP toolkit version. |
Method: add_attribute(attribute, value)
add_attribute(attribute, value)
Adds the attribute.
Parameters:
Parameter | Type | Description |
---|---|---|
attribute | string | The attribute. |
value | string | The value. |
Method: get_attribute(attribute)
get_attribute(attribute)
Gets the attribute.
Parameters:
Parameter | Type | Description |
---|---|---|
attribute | string | The attribute. |
Returns
Type | Description |
---|---|
string | Returns the attribute for specified attribute name. |
Method: get_xml_value()
get_xml_value()
Converts XMP value to the XML representation.
Returns
Type | Description |
---|---|
string | Returns the XMP value converted to the XML representation. |