from_address method
Leave feedback
On this page
Creates an XmpArray instance form a string array.
An XmpArray containing all the elements from the original array.
@staticmethod
def from_address(array, type):
...
| Parameter | Type | Description |
|---|---|---|
| array | list | The array to create an XmpArray from. |
| type | groupdocs.metadata.standards.xmp.XmpArrayType | The type of the XmpArray. |
Creates an XmpArray instance form an integer array.
An XmpArray containing all the elements from the original array.
@staticmethod
def from_address(array, type):
...
| Parameter | Type | Description |
|---|---|---|
| array | list | The array to create an XmpArray from. |
| type | groupdocs.metadata.standards.xmp.XmpArrayType | The type of the XmpArray. |
Creates an XmpArray instance form a date array.
An XmpArray containing all the elements from the original array.
@staticmethod
def from_address(array, type):
...
| Parameter | Type | Description |
|---|---|---|
| array | list | The array to create an XmpArray from. |
| type | groupdocs.metadata.standards.xmp.XmpArrayType | The type of the XmpArray. |
Creates an XmpArray instance form a double array.
An XmpArray containing all the elements from the original array.
@staticmethod
def from_address(array, type):
...
| Parameter | Type | Description |
|---|---|---|
| array | list | The array to create an XmpArray from. |
| type | groupdocs.metadata.standards.xmp.XmpArrayType | The type of the XmpArray. |
- module
groupdocs.metadata.standards.xmp - class
XmpArray
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.