XmpTypeBase

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.imaging.xmp.types.IXmpType

public abstract class XmpTypeBase implements IXmpType

Represents base class for basic XMP type.

Constructors

ConstructorDescription
XmpTypeBase()

Methods

MethodDescription
getXmpRepresentation()Gets the string contained value in XMP format.

XmpTypeBase()

public XmpTypeBase()

getXmpRepresentation()

public abstract String getXmpRepresentation()

Gets the string contained value in XMP format.

Returns: java.lang.String - Returns the string containing xmp representation.