XmpElementBase-klass
Summary: Represents base xmp element contains attributes.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpElementBase
Methods
| Name | Description |
|---|---|
| add_attribute(attribute, value) | Lägger till attributet. |
| clear_attributes() | Tar bort alla attribut. |
| get_attribute(attribute) | Hämtar attributet. |
Method: add_attribute(attribute, value)
add_attribute(attribute, value)
Lägger till attributet.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| attribut | string | Attributet. |
| värde | string | Värdet. |
Method: get_attribute(attribute)
get_attribute(attribute)
Hämtar attributet.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| attribut | string | Attributet. |
Returns
| Typ | Beskrivning |
|---|---|
| string | Returnerar attributet för angivet attributnamn. |