XmpMediaManagementPackage
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.xmp.XmpPackage
public final class XmpMediaManagementPackage extends XmpPackage
Represents XMP Media Management namespace.
Constructors
Constructor | Description |
---|---|
XmpMediaManagementPackage() | Initializes a new instance of the XmpMediaManagementPackage class. |
Methods
Method | Description |
---|---|
addValue(String key, String value) | Adds string property. |
setDerivedFrom(ResourceRef resourceRef) | Sets the derived from. |
setDocumentId(UUID guid) | Sets the document identifier. |
setDocumentId(String guid) | Sets the document identifier. |
setInstanceId(UUID guid) | Sets instance id. |
setInstanceId(String guid) | Sets instance id. |
setOriginalDocumentId(UUID guid) | Sets the original document id. |
setOriginalDocumentId(String guid) | Sets the original document id. |
XmpMediaManagementPackage()
public XmpMediaManagementPackage()
Initializes a new instance of the XmpMediaManagementPackage
class.
addValue(String key, String value)
public void addValue(String key, String value)
Adds string property.
Parameters:
Parameter | Type | Description |
---|---|---|
key | java.lang.String | The string representation of key that is identified with added value. |
value | java.lang.String | The string value. |
setDerivedFrom(ResourceRef resourceRef)
public void setDerivedFrom(ResourceRef resourceRef)
Sets the derived from.
Parameters:
Parameter | Type | Description |
---|---|---|
resourceRef | ResourceRef | The resource reference. |
setDocumentId(UUID guid)
public void setDocumentId(UUID guid)
Sets the document identifier.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.util.UUID | The unique identifier. |
setDocumentId(String guid)
public void setDocumentId(String guid)
Sets the document identifier.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.lang.String | The unique identifier. |
setInstanceId(UUID guid)
public void setInstanceId(UUID guid)
Sets instance id.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.util.UUID | The unique identifier. |
setInstanceId(String guid)
public void setInstanceId(String guid)
Sets instance id.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.lang.String | The unique identifier. |
setOriginalDocumentId(UUID guid)
public void setOriginalDocumentId(UUID guid)
Sets the original document id.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.util.UUID | The unique identifier. |
setOriginalDocumentId(String guid)
public void setOriginalDocumentId(String guid)
Sets the original document id.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.lang.String | The unique identifier. |