Classe XmpElementBase
Summary: Represents base xmp element contains attributes.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpElementBase
Methods
| Name | Description |
|---|---|
| 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ètre | Type | Description |
|---|---|---|
| attribut | string | L’attribut. |
| value | string | La valeur. |
Method: get_attribute(attribute)
get_attribute(attribute)
Obtient l’attribut.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| attribut | string | L’attribut. |
Returns
| Type | Description |
|---|---|
| string | Renvoie l’attribut pour le nom d’attribut spécifié. |