XmpText

Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase

public class XmpText extends XmpTypeBase

Represents XMP Text basic type.

Constructors

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

Methods

MethodDescription
getValue()Gets or sets the text value.
setValue(String value)Gets or sets the text value.
getXmpRepresentation()Gets the string contained value in XMP format.

XmpText(String value)

public XmpText(String value)

Initializes a new instance of the XmpText class.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe value.

getValue()

public String getValue()

Gets or sets the text value.

Value: The text value.

Returns: java.lang.String

setValue(String value)

public void setValue(String value)

Gets or sets the text value.

Value: The text value.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getXmpRepresentation()

public String getXmpRepresentation()

Gets the string contained value in XMP format.

Returns: java.lang.String - Returns the string contained value in XMP format.