ComplexTypeBase Sınıf
İçindekiler
[
Saklamak
]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 | Açıklama |
|---|---|
| ComplexTypeBase(prefix, namespace_uri) | Yeni bir ComplexTypeBase sınıfının örneğini başlatır. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| namespace_uri | string | r | Varsayılan ad alanı URI’sını alır. |
| prefix | string | r | Öneki alır. |
Methods
| Name | Açıklama |
|---|---|
| clone() | Bu örneği klonlar. |
| get_xmp_representation() | XMP formatında bulunan dize değerini alır. |
Constructor: ComplexTypeBase(prefix, namespace_uri)
ComplexTypeBase(prefix, namespace_uri)
Yeni bir ComplexTypeBase sınıfının örneğini başlatır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| prefix | string | Önek. |
| namespace_uri | string | Ad alanı URI’si. |
Method: clone()
clone()
Bu örneği klonlar.
Returns
| Tür | Açıklama |
|---|---|
| System.Object | Üye bazlı bir klon. |
Method: get_xmp_representation()
get_xmp_representation()
XMP formatında bulunan dize değerini alır.
Returns
| Tür | Açıklama |
|---|---|
| string | XMP formatında bulunan dize değerini döndürür. |