XmpTypeBase
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.imaging.xmp.types.IXmpType
public abstract class XmpTypeBase implements IXmpType
Represents base class for basic XMP type.
Constructors
Constructor | Description |
---|---|
XmpTypeBase() |
Methods
Method | Description |
---|---|
getXmpRepresentation() | Gets the string contained value in XMP format. |
XmpTypeBase()
public XmpTypeBase()
getXmpRepresentation()
public abstract String getXmpRepresentation()
Gets the string contained value in XMP format.
Returns: java.lang.String - Returns the string containing xmp representation.