فئة ComplexTypeBase
محتويات
[
يخفي
]Summary: Represents base abstraction for XMP Complex value type.
Module: aspose.imaging.xmp.types.complex
Full Name: aspose.imaging.xmp.types.complex.ComplexTypeBase
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | الوصف |
|---|---|
| ComplexTypeBase(prefix, namespace_uri) | ينشئ مثيلاً جديداً من الفئة ComplexTypeBase. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| namespace_uri | string | r | يحصل على URI مساحة الاسم الافتراضية. |
| prefix | string | r | يسترجع البادئة. |
Methods
| Name | الوصف |
|---|---|
| clone() | ينسخ هذه المثيلة. |
| get_xmp_representation() | يحصل على القيمة النصية المحتواة بتنسيق XMP. |
Constructor: ComplexTypeBase(prefix, namespace_uri)
ComplexTypeBase(prefix, namespace_uri)
ينشئ مثيلاً جديداً من الفئة ComplexTypeBase.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| prefix | string | البادئة. |
| namespace_uri | string | معرّف URI للمساحة الاسمية. |
Method: clone()
clone()
ينسخ هذه المثيلة.
Returns
| نوع | الوصف |
|---|---|
| System.Object | نسخة عضوية. |
Method: get_xmp_representation()
get_xmp_representation()
يحصل على القيمة النصية المحتواة بتنسيق XMP.
Returns
| نوع | الوصف |
|---|---|
| string | يرجع القيمة النصية المحتواة بتنسيق XMP. |