Package | Description |
---|---|
com.aspose.psd.xmp |
The package contains XMP related helper classes and methods.
|
Modifier and Type | Method and Description |
---|---|
XmpMeta |
XmpPacketWrapper.getMeta()
Gets the XMP meta.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XmpMeta.isEquals(XmpMeta other)
Indicates whether the current object is equal to another object of the same type.
|
void |
XmpPacketWrapper.setMeta(XmpMeta value)
Sets the XMP meta.
|
Constructor and Description |
---|
XmpPacketWrapper(XmpHeaderPi header,
XmpTrailerPi trailer,
XmpMeta xmpMeta)
Initializes a new instance of the
XmpPacketWrapper class. |