XmpText constructor

__init__(self, value)

Initializes a new instance of the XmpText class.


def __init__(self, value):
    ...
Parameter Type Description
value System.String The value.

See Also