XmpArray class
Leave feedback
On this page
Represents base abstraction for XMP array.
Inheritance: XmpArray →
XmpValueBase →
PropertyValue
The XmpArray type exposes the following members:
| Constructor | Description |
|---|---|
__init__(self, array_type, items) |
Initializes a new instance of the XmpArray class. |
__init__(self, array_type, items) |
Initializes a new instance of the XmpArray class. |
| Property | Description |
|---|---|
| type | Gets the MetadataPropertyType. |
| raw_value | Gets the raw value. |
| array_type | Gets the type of the XMP array. |
| Method | Description |
|---|---|
from_address(, array, type) |
Creates an XmpArray instance form a string array. |
from_address(, array, type) |
Creates an XmpArray instance form an integer array. |
from_address(, array, type) |
Creates an XmpArray instance form a date array. |
from_address(, array, type) |
Creates an XmpArray instance form a double array. |
accept_value(self, value_acceptor) |
Extracts the property value using a custom ValueAcceptor. |
get_xmp_representation(self) |
Converts XMP value to the xml representation. |
- module
groupdocs.metadata.standards.xmp - class
MetadataPropertyType - class
PropertyValue - class
ValueAcceptor - class
XmpArray - class
XmpValueBase
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.