Packages

 

com.aspose.imaging.xmp.types.basic

Class XmpReal

  • All Implemented Interfaces:
    IXmpType


    public final class XmpReal
    extends XmpTypeBase

    Represents XMP Real.

    • Constructor Detail

      • XmpReal

        public XmpReal(float value)

        Initializes a new instance of the XmpReal class.

        Parameters:
        value - Float value.
      • XmpReal

        public XmpReal(String value)

        Initializes a new instance of the XmpReal class.

        Parameters:
        value - The value.
        Throws:
        com.aspose.ms.System.ArgumentNullException - value is null.
    • Method Detail

      • getValue

        public float getValue()

        Gets or sets float the value.

        Value: The float value.
      • setValue

        public void setValue(float value)

        Gets or sets float the value.

        Value: The float value.