فئة 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

NameTypeAccessالوصف
adobe_xmp_toolkitstringr/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_versionstringإصدار مجموعة أدوات 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.