XmpValueBase
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue
All Implemented Interfaces: com.groupdocs.metadata.core.IXmpType
public abstract class XmpValueBase extends PropertyValue implements IXmpType
Represents base XMP value.
| Method | Description |
|---|---|
| toString() | Returns a string that represents the property value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
public String toString()
Returns a string that represents the property value.
Returns: java.lang.String - A string that represents the property value.
public abstract String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - string contained XMP representation.
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.