XmpElementBase Klasse
Summary: Represents base xmp element contains attributes.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpElementBase
Methods
| Name | Beschreibung |
|---|---|
| add_attribute(attribute, value) | Fügt das Attribut hinzu. |
| clear_attributes() | Entfernt alle Attribute. |
| get_attribute(attribute) | Liest das Attribut. |
Method: add_attribute(attribute, value)
add_attribute(attribute, value)
Fügt das Attribut hinzu.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Attribut | string | Das Attribut. |
| Wert | string | Der Wert. |
Method: get_attribute(attribute)
get_attribute(attribute)
Liest das Attribut.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Attribut | string | Das Attribut. |
Returns
| Typ | Beschreibung |
|---|---|
| string | Gibt das Attribut für den angegebenen Attributnamen zurück. |