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