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.
| Constructor and Description |
|---|
XmpMeta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdobeXmpToolkit()
Gets Adobe XMP toolkit version.
|
String |
getXmpRepresentation()
Converts XMP value to the xml representation.
|
void |
setAttribute(String attribute,
String value)
Adds an attribute.
|
clearAttributes, containsAttribute, getAttributeaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getAdobeXmpToolkit()
Gets Adobe XMP toolkit version.
public final String getXmpRepresentation()
Converts XMP value to the xml representation.
getXmpRepresentation in interface IXmpTypestring representation of XMP value.public void setAttribute(String attribute, String value)
Adds an attribute.
setAttribute in class XmpElementBaseattribute - The attribute.value - The value.Copyright © 2026. All rights reserved.