public abstract class XmpTypeBase extends Object implements IXmpType, com.aspose.ms.System.ICloneable, Cloneable
Represents base class for basic XMP type.
| Constructor and Description |
|---|
XmpTypeBase() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Clones this instance.
|
abstract String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
String |
toString()
Gets this XMP data as string.
|
public abstract String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation in interface IXmpTypepublic String toString()
Gets this XMP data as string.
public Object deepClone()
Clones this instance.
deepClone in interface com.aspose.ms.System.ICloneableCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.