XmpElementBase-klass

Summary: Represents base xmp element contains attributes.

Module: aspose.imaging.xmp

Full Name: aspose.imaging.xmp.XmpElementBase

Methods

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

ParameterTypBeskrivning
attributstringAttributet.
värdestringVärdet.

Method: get_attribute(attribute)

 get_attribute(attribute) 

Hämtar attributet.

Parameters:

ParameterTypBeskrivning
attributstringAttributet.

Returns

TypBeskrivning
stringReturnerar attributet för angivet attributnamn.