XmpMeta
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| XmpMeta() |
| Method | Description |
|---|---|
| getAdobeXmpToolkit() | Gets Adobe XMP toolkit version. |
| setAttribute(String attribute, String value) | Adds an attribute. |
| getXmpRepresentation() | Converts XMP value to the xml representation. |
public XmpMeta()
public final String getAdobeXmpToolkit()
Gets Adobe XMP toolkit version.
Returns: java.lang.String - The toolkit version.
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. |
public final String getXmpRepresentation()
Converts XMP value to the xml representation.
Returns: java.lang.String - Returns string representation of XMP value.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.