XmpCollection Sınıfı

Summary: An XMP element collection.

Module: aspose.imaging.xmp

Full Name: aspose.imaging.xmp.XmpCollection

Inheritance: IXmpType

Constructors

NameAçıklama
XmpCollection()Yeni bir XmpCollection sınıfının örneğini başlatır.

Methods

NameAçıklama
add(item)Yeni öğe ekler.
add_item(item)Yeni öğe ekler.
get_xml_value()XMP değerini XML temsiline dönüştürür.
get_xmp_representation()Bunun XMP dize değerini alır.

Constructor: XmpCollection()

 XmpCollection() 

Yeni bir XmpCollection sınıfının örneğini başlatır.

Method: add(item)

 add(item) 

Yeni öğe ekler.

Parameters:

ParameterTürAçıklama
itemSystem.ObjectListeye eklenecek öğe.

Method: add_item(item)

 add_item(item) 

Yeni öğe ekler.

Parameters:

ParameterTürAçıklama
itemstringListeye eklenecek öğe.

Method: get_xml_value()

 get_xml_value() 

XMP değerini XML temsiline dönüştürür.

Returns

TürAçıklama
stringXMP değerini XML temsiline dönüştürülmüş olarak döndürür.

Method: get_xmp_representation()

 get_xmp_representation() 

Bunun XMP dize değerini alır.

Returns

TürAçıklama
stringXMP formatında bulunan dize değerini döndürür.