XmpReal
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.PropertyValue, com.groupdocs.metadata.core.XmpValueBase
public final class XmpReal extends XmpValueBase
Represents XMP Real.
| Constructor | Description |
|---|---|
| XmpReal(double value) | Initializes a new instance of the XmpReal class. |
| XmpReal(String value) | Initializes a new instance of the XmpReal class. |
| Method | Description |
|---|---|
| getValue() | Gets the value. |
| getXmpRepresentation() | Returns string contained value in XMP format. |
public XmpReal(double value)
Initializes a new instance of the XmpReal class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | Double value. |
public XmpReal(String value)
Initializes a new instance of the XmpReal class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The value. |
public final double getValue()
Gets the value.
Returns: double - Double 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.