ComplexTypeBase Class

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.4.0

Constructors

NameDescription
ComplexTypeBase(prefix, namespace_uri)Initializes a new instance of the ComplexTypeBase class.

Properties

NameTypeAccessDescription
namespace_uristringrGets the default namespace URI.
prefixstringrGets the prefix.

Methods

NameDescription
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:

ParameterTypeDescription
prefixstringThe prefix.
namespace_uristringThe namespace URI.

Method: get_xmp_representation()

 get_xmp_representation() 

Gets the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string contained value in XMP format.