ComplexTypeBase Klasse
Inhalt
[
Ausblenden
]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 | Beschreibung |
|---|---|
| ComplexTypeBase(prefix, namespace_uri) | Initialisiert eine neue Instanz der ComplexTypeBase Klasse. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| namespace_uri | string | r | Liest die Standard-Namespace-URI. |
| prefix | string | r | Gibt das Präfix zurück. |
Methods
| Name | Beschreibung |
|---|---|
| clone() | Klont diese Instanz. |
| get_xmp_representation() | Liefert den im XMP-Format enthaltenen Zeichenkettenwert. |
Constructor: ComplexTypeBase(prefix, namespace_uri)
ComplexTypeBase(prefix, namespace_uri)
Initialisiert eine neue Instanz der ComplexTypeBase Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| prefix | string | Das Präfix. |
| namespace_uri | string | Der Namespace-URI. |
Method: clone()
clone()
Klont diese Instanz.
Returns
| Typ | Beschreibung |
|---|---|
| System.Object | Ein Memberwise-Klon. |
Method: get_xmp_representation()
get_xmp_representation()
Liefert den im XMP-Format enthaltenen Zeichenkettenwert.
Returns
| Typ | Beschreibung |
|---|---|
| string | Gibt den im XMP-Format enthaltenen Zeichenkettenwert zurück. |