public class XmpText extends XmpTypeBase
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 or sets the text value.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setValue(String value)
Gets or sets the text value.
|
public XmpText(String value)
Initializes a new instance of the XmpText
class.
value
- The value.public String getValue()
Gets or sets the text value.
Value: The text value.public void setValue(String value)
Gets or sets the text value.
Value: The text value.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase