XmpMetadataContainer

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

All Implemented Interfaces: com.groupdocs.metadata.core.IXmpType

public abstract class XmpMetadataContainer extends CustomPackage implements IXmpType

Represents a container for XMP metadata properties.

Methods

Method Description
getXmpRepresentation() Converts the XMP value to the XML representation.

getXmpRepresentation()

public abstract String getXmpRepresentation()

Converts the XMP value to the XML representation.

Returns: java.lang.String - A string representation of the XMP value.