XmpElementBase فئة
Summary: Represents base xmp element contains attributes.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpElementBase
Methods
| Name | الوصف |
|---|---|
| add_attribute(attribute, value) | يضيف السمة. |
| clear_attributes() | يزيل جميع السمات. |
| get_attribute(attribute) | يحصل على السمة. |
Method: add_attribute(attribute, value)
add_attribute(attribute, value)
يضيف السمة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| السمة | string | السمة. |
| القيمة | string | القيمة. |
Method: get_attribute(attribute)
get_attribute(attribute)
يحصل على السمة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| السمة | string | السمة. |
Returns
| نوع | الوصف |
|---|---|
| string | يرجع السمة للاسم المحدد للخاصية. |