XmpMeta

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

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

public final class XmpMeta extends XmpElementBase implements IXmpType

Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF.

Constructors

Constructor Description
XmpMeta()

Methods

Method Description
getAdobeXmpToolkit() Gets Adobe XMP toolkit version.
setAttribute(String attribute, String value) Adds an attribute.
getXmpRepresentation() Converts XMP value to the xml representation.

XmpMeta()

public XmpMeta()

getAdobeXmpToolkit()

public final String getAdobeXmpToolkit()

Gets Adobe XMP toolkit version.

Returns: java.lang.String - The toolkit version.

setAttribute(String attribute, String value)

public void setAttribute(String attribute, String value)

Adds an attribute.

Parameters:

Parameter Type Description
attribute java.lang.String The attribute.
value java.lang.String The value.

getXmpRepresentation()

public final String getXmpRepresentation()

Converts XMP value to the xml representation.

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