XmpText
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue, com.groupdocs.metadata.core.XmpValueBase
public class XmpText extends XmpValueBase
Represents XMP Text basic type.
| Constructor | Description |
|---|---|
| XmpText(String value) | Initializes a new instance of the XmpText class. |
| Method | Description |
|---|---|
| getValue() | Gets the value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
public XmpText(String value)
Initializes a new instance of the XmpText class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The value. |
public final String getValue()
Gets the value.
Returns: java.lang.String - Text value.
public String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - string contained XMP representation.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.