XmpElementBase Klasse

Summary: Represents base xmp element contains attributes.

Module: aspose.imaging.xmp

Full Name: aspose.imaging.xmp.XmpElementBase

Methods

NameBeschreibung
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:

ParameterTypBeschreibung
AttributstringDas Attribut.
WertstringDer Wert.

Method: get_attribute(attribute)

 get_attribute(attribute) 

Liest das Attribut.

Parameters:

ParameterTypBeschreibung
AttributstringDas Attribut.

Returns

TypBeschreibung
stringGibt das Attribut für den angegebenen Attributnamen zurück.