XmpValueBase
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.
Methods
| Method | Description |
|---|---|
| toString() | Returns a string that represents the property value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
toString()
public String toString()
Returns a string that represents the property value.
Returns: java.lang.String - A string that represents the property value.
getXmpRepresentation()
public abstract String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - string contained XMP representation.