Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusUnitType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusUnitType


  • public final class EmfPlusUnitType
    extends com.aspose.ms.System.Enum

    The UnitType enumeration defines units of measurement in different coordinate systems.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int UnitTypeDisplay
      Specifies a unit of distance based on the characteristics of the physical display.
      static int UnitTypeDocument
      Specifies a unit of 1/300 inch.
      static int UnitTypeInch
      Specifies a unit of 1 inch.
      static int UnitTypeMillimeter
      Specifies a unit of 1 millimeter.
      static int UnitTypePixel
      Specifies a unit of 1 pixel.
      static int UnitTypePoint
      Specifies a unit of 1 printer's point, or 1/72 inch.
      static int UnitTypeWorld
      Specifies a unit of logical distance within the world space.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • UnitTypeWorld

        public static final int UnitTypeWorld

        Specifies a unit of logical distance within the world space.

        See Also:
        Constant Field Values
      • UnitTypeDisplay

        public static final int UnitTypeDisplay

        Specifies a unit of distance based on the characteristics of the physical display. For example, if the display device is a monitor, then the unit is 1 pixel.

        See Also:
        Constant Field Values
      • UnitTypePixel

        public static final int UnitTypePixel

        Specifies a unit of 1 pixel.

        See Also:
        Constant Field Values
      • UnitTypePoint

        public static final int UnitTypePoint

        Specifies a unit of 1 printer's point, or 1/72 inch.

        See Also:
        Constant Field Values
      • UnitTypeInch

        public static final int UnitTypeInch

        Specifies a unit of 1 inch.

        See Also:
        Constant Field Values
      • UnitTypeDocument

        public static final int UnitTypeDocument

        Specifies a unit of 1/300 inch.

        See Also:
        Constant Field Values
      • UnitTypeMillimeter

        public static final int UnitTypeMillimeter

        Specifies a unit of 1 millimeter.

        See Also:
        Constant Field Values