فئة XmpMeta
محتويات
[
يخفي
]Summary: Represents xmpmeta. Optional.
The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpMeta
Inheritance: IXmlValue, XmpElementBase
Constructors
| Name | الوصف |
|---|---|
| XmpMeta() | ينشئ مثالا جديدا من الفئة XmpMeta. |
| XmpMeta(toolkit_version) | ينشئ مثالا جديدا من الفئة XmpMeta. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| adobe_xmp_toolkit | string | r/w | يحصل أو يضبط إصدار مجموعة أدوات Adobe Xmp. |
Methods
| Name | الوصف |
|---|---|
| add_attribute(attribute, value) | يضيف السمة. |
| clear_attributes() | يزيل جميع السمات. |
| get_attribute(attribute) | يحصل على السمة. |
| get_xml_value() | يحوّل قيمة XMP إلى تمثيل XML. |
Constructor: XmpMeta()
XmpMeta()
ينشئ مثالا جديدا من الفئة XmpMeta.
Constructor: XmpMeta(toolkit_version)
XmpMeta(toolkit_version)
ينشئ مثالا جديدا من الفئة XmpMeta.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| toolkit_version | string | إصدار مجموعة أدوات Adobe XMP. |
Method: add_attribute(attribute, value)
add_attribute(attribute, value)
يضيف السمة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| السمة | string | السمة. |
| القيمة | string | القيمة. |
Method: get_attribute(attribute)
get_attribute(attribute)
يحصل على السمة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| السمة | string | السمة. |
Returns
| نوع | الوصف |
|---|---|
| string | يرجع السمة للاسم المحدد للخاصية. |
Method: get_xml_value()
get_xml_value()
يحوّل قيمة XMP إلى تمثيل XML.
Returns
| نوع | الوصف |
|---|---|
| string | يعيد قيمة XMP محوّلة إلى تمثيل XML. |