public final class XmpMetadata extends Metadata
Represents XMP metadata.
Constructor and Description |
---|
XmpMetadata()
Initializes a new instance of the
XmpMetadata class. |
XmpMetadata(XmpPacketWrapper xmpWrapper)
Initializes a new instance of the
XmpMetadata class. |
Modifier and Type | Method and Description |
---|---|
String[] |
getKeys()
Gets array of available metadata keys.
|
XmpPacketWrapper |
getXmpPacket()
Gets or sets XMP packet.
|
void |
setXmpPacket(XmpPacketWrapper value)
Gets or sets XMP packet.
|
getByType, getMetadataType, readByStringKey
public XmpMetadata()
Initializes a new instance of the XmpMetadata
class.
public XmpMetadata(XmpPacketWrapper xmpWrapper)
Initializes a new instance of the XmpMetadata
class.
xmpWrapper
- The XMP wrapper.com.aspose.ms.System.ArgumentNullException
- XMP wrapper could not be null.public final XmpPacketWrapper getXmpPacket()
Gets or sets XMP packet.
Value: The XMP packet.public final void setXmpPacket(XmpPacketWrapper value)
Gets or sets XMP packet.
Value: The XMP packet.Copyright © 2017. All rights reserved.