public class XmpText extends XmpValueBase
Represents XMP Text basic type.
| Constructor and Description |
|---|
XmpText(String value)
Initializes a new instance of the
XmpText class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
toStringacceptValue, getEmpty, getRawValue, getType, toArray, toClasspublic XmpText(String value)
Initializes a new instance of the XmpText class.
value - The value.public final String getValue()
Gets the value.
public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation in interface IXmpTypegetXmpRepresentation in class XmpValueBasestring contained XMP representation.Copyright © 2026. All rights reserved.