XmpTypeBase

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.imaging.xmp.types.IXmpType, com.aspose.ms.System.ICloneable, java.lang.Cloneable

public abstract class XmpTypeBase implements IXmpType, System.ICloneable, Cloneable

Rappresenta la classe base per il tipo base XMP.

Costruttori

CostruttoreDescrizione
XmpTypeBase()

Metodi

MetodoDescrizione
toString()Restituisce questi dati XMP come stringa.
deepClone()Clona questa istanza.

XmpTypeBase()

public XmpTypeBase()

toString()

public String toString()

Restituisce questi dati XMP come stringa.

Returns: java.lang.String - dati XMP come stringa.

deepClone()

public Object deepClone()

Clona questa istanza.

Returns: java.lang.Object - Un clone membro per membro.