XmpText

Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue, com.groupdocs.metadata.core.XmpValueBase

public class XmpText extends XmpValueBase

Represents XMP Text basic type.

Constructors

Constructor Description
XmpText(String value) Initializes a new instance of the XmpText class.

Methods

Method Description
getValue() Gets the value.
getXmpRepresentation() Returns string contained value in XMP format.

XmpText(String value)

public XmpText(String value)

Initializes a new instance of the XmpText class.

Parameters:

Parameter Type Description
value java.lang.String The value.

getValue()

public final String getValue()

Gets the value.

Returns: java.lang.String - Text value.

getXmpRepresentation()

public String getXmpRepresentation()

Returns string contained value in XMP format.

Returns: java.lang.String - string contained XMP representation.