Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
XmpResourceRef |
XmpMediaManagementPackage.getDerivedFrom()
Gets the reference to the resource from which this one is derived.
|
XmpResourceRef[] |
XmpMediaManagementPackage.getIngredients()
Gets the references to resources that were incorporated, by inclusion or reference, into this resource.
|
XmpResourceRef |
XmpMediaManagementPackage.getManagedFrom()
Gets the reference to the document as it was prior to becoming managed.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpMediaManagementPackage.setDerivedFrom(XmpResourceRef value)
Sets the reference to the resource from which this one is derived.
|
void |
XmpMediaManagementPackage.setIngredients(XmpResourceRef[] value)
Sets the references to resources that were incorporated, by inclusion or reference, into this resource.
|
void |
XmpMediaManagementPackage.setManagedFrom(XmpResourceRef value)
Sets the reference to the document as it was prior to becoming managed.
|