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