XmpText class
XmpText class
Represents XMP Text basic type.
Inheritance: XmpText →
XmpValueBase →
PropertyValue
The XmpText type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self, value) |
Initializes a new instance of the XmpText class. |
Properties
| Property | Description |
|---|---|
| type | Gets the MetadataPropertyType. |
| raw_value | Gets the raw value. |
| value | Gets the value. |
Methods
| Method | Description |
|---|---|
accept_value(self, value_acceptor) |
Extracts the property value using a custom ValueAcceptor. |
get_xmp_representation(self) |
Returns string contained value in XMP format. |
See Also
- module
groupdocs.metadata.standards.xmp - class
MetadataPropertyType - class
PropertyValue - class
ValueAcceptor - class
XmpText - class
XmpValueBase