XmpElementBase Class
Summary: Represents base xmp element contains attributes.
Module: aspose.psd.xmp
Full Name: aspose.psd.xmp.XmpElementBase
Aspose.PSD Version: 24.12.0
Methods
| Name | Description |
|---|---|
| add_attribute(attribute, value) | Adds the attribute. |
| clear_attributes() | Removes all attributes. |
| get_attribute(attribute) | Gets the attribute. |
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. |