Classe XmpElementBase

Summary: Represents base xmp element contains attributes.

Module: aspose.imaging.xmp

Full Name: aspose.imaging.xmp.XmpElementBase

Methods

NameDescription
add_attribute(attribute, value)Ajoute l’attribut.
clear_attributes()Supprime tous les attributs.
get_attribute(attribute)Obtient l’attribut.

Method: add_attribute(attribute, value)

 add_attribute(attribute, value) 

Ajoute l’attribut.

Parameters:

ParamètreTypeDescription
attributstringL’attribut.
valuestringLa valeur.

Method: get_attribute(attribute)

 get_attribute(attribute) 

Obtient l’attribut.

Parameters:

ParamètreTypeDescription
attributstringL’attribut.

Returns

TypeDescription
stringRenvoie l’attribut pour le nom d’attribut spécifié.