ComplexTypeBase Class
Contents
[
Hide
]Summary: Represents base abstraction for XMP Complex value type.
Module: aspose.psd.xmp.types.complex
Full Name: aspose.psd.xmp.types.complex.ComplexTypeBase
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ComplexTypeBase(prefix, namespace_uri) | Initializes a new instance of the ComplexTypeBase class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
namespace_uri | string | r | Gets the default namespace URI. |
prefix | string | r | Gets the prefix. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: ComplexTypeBase(prefix, namespace_uri)
ComplexTypeBase(prefix, namespace_uri)
Initializes a new instance of the ComplexTypeBase class.
Parameters:
Parameter | Type | Description |
---|---|---|
prefix | string | The prefix. |
namespace_uri | string | The namespace URI. |
Method: get_xmp_representation()
get_xmp_representation()
Gets the string contained value in XMP format.
Returns
Type | Description |
---|---|
string | Returns the string contained value in XMP format. |