public final class XmpReal extends XmpTypeBase
Represents XMP Real.
Constructor and Description |
---|
XmpReal(float value)
Initializes a new instance of the
XmpReal class. |
XmpReal(String value)
Initializes a new instance of the
XmpReal class. |
Modifier and Type | Method and Description |
---|---|
float |
getValue()
Gets or sets float the value.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setValue(float value)
Gets or sets float the value.
|
public XmpReal(float value)
Initializes a new instance of the XmpReal
class.
value
- Float value.public final float getValue()
Gets or sets float the value.
Value: The float value.public final void setValue(float value)
Gets or sets float the value.
Value: The float value.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.