public interface IXmp extends com.aspose.ms.System.IDisposable, IDublinCore
Represents base operations to work with XMP package.
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
getXmpData()
Returns the XMP packet.
|
XmpProperties |
getXmpProperties()
Returns all XMP properties presented in specific format.
|
XmpEditableCollection |
getXmpValues()
Gets
XmpEditableCollection . |
boolean |
hasXmp()
Gets a value indicating whether if file contains XMP metadata.
|
void |
removeXmpData()
Removes all XMP data.
|
boolean |
setXmpData(XmpPacketWrapper package_)
Updates XMP packet.
|
getDublinCore
boolean hasXmp()
Gets a value indicating whether if file contains XMP metadata.
true
if file has XMP; otherwise, false
.XmpEditableCollection getXmpValues()
Gets XmpEditableCollection
. Provides access for all XMP properties in edit mode.
XmpPacketWrapper getXmpData()
Returns the XMP packet.
XmpPacketWrapper
if XMP data is presented; otherwise null.XmpProperties getXmpProperties()
Returns all XMP properties presented in specific format.
XmpProperties
if XMP data is presented; otherwise null.boolean setXmpData(XmpPacketWrapper package_)
Updates XMP packet.
package
- XMP packet wrapper.void removeXmpData()
Removes all XMP data.
Copyright © 2018. All rights reserved.