فئة XmpCollection
محتويات
[
يخفي
]Summary: An XMP element collection.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpCollection
Inheritance: IXmpType
Constructors
| Name | الوصف |
|---|---|
| XmpCollection() | ينشئ مثالا جديدا من الفئة XmpCollection. |
Methods
| Name | الوصف |
|---|---|
| add(item) | يضيف عنصرًا جديدًا. |
| add_item(item) | يضيف عنصرًا جديدًا. |
| get_xml_value() | يحوّل قيمة XMP إلى تمثيل XML. |
| get_xmp_representation() | يحصل على قيمة سلسلة XMP لهذا. |
Constructor: XmpCollection()
XmpCollection()
ينشئ مثالا جديدا من الفئة XmpCollection.
Method: add(item)
add(item)
يضيف عنصرًا جديدًا.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| عنصر | System.Object | العنصر الذي سيتم إضافته إلى قائمة العناصر. |
Method: add_item(item)
add_item(item)
يضيف عنصرًا جديدًا.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| عنصر | string | العنصر الذي سيتم إضافته إلى قائمة العناصر. |
Method: get_xml_value()
get_xml_value()
يحوّل قيمة XMP إلى تمثيل XML.
Returns
| نوع | الوصف |
|---|---|
| string | يعيد قيمة XMP محوّلة إلى تمثيل XML. |
Method: get_xmp_representation()
get_xmp_representation()
يحصل على قيمة سلسلة XMP لهذا.
Returns
| نوع | الوصف |
|---|---|
| string | يرجع القيمة النصية المحتواة بتنسيق XMP. |