Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfMapMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.wmf.consts.WmfMapMode


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

    The map modes

    • 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 short Anisotropic
      The anisotropic Logical units are mapped to arbitrary units with arbitrarily scaled axes.
      static short Hienglish
      The hienglish Each logical unit is mapped to 0.001 inch.
      static short Himetric
      The himetric Each logical unit is mapped to 0.01 millimeter.
      static short Isotropic
      The isotropic Logical units are mapped to arbitrary device units with equally scaled axes; that is, one unit along the x-axis is equal to one unit along the y-axis.
      static short Loenglish
      The loenglish Each logical unit is mapped to 0.01 inch.
      static short Lometric
      The lometric Each logical unit is mapped to 0.1 millimeter.
      static short Text
      The text Each logical unit is mapped to one device pixel.
      static short Twips
      The twips Each logical unit is mapped to one twentieth (1/20) of a point.
      • 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

      • Text

        public static final short Text

        The text Each logical unit is mapped to one device pixel. Positive x is to the right; positive y is down

        See Also:
        Constant Field Values
      • Lometric

        public static final short Lometric

        The lometric Each logical unit is mapped to 0.1 millimeter. Positive x is to the right; positive y is up.

        See Also:
        Constant Field Values
      • Himetric

        public static final short Himetric

        The himetric Each logical unit is mapped to 0.01 millimeter. Positive x is to the right; positive y is up.

        See Also:
        Constant Field Values
      • Loenglish

        public static final short Loenglish

        The loenglish Each logical unit is mapped to 0.01 inch. Positive x is to the right; positive y is up.

        See Also:
        Constant Field Values
      • Hienglish

        public static final short Hienglish

        The hienglish Each logical unit is mapped to 0.001 inch. Positive x is to the right; positive y is up.

        See Also:
        Constant Field Values
      • Twips

        public static final short Twips

        The twips Each logical unit is mapped to one twentieth (1/20) of a point. In printing, a point is 1/72 of an inch; therefore, 1/20 of a point is 1/1440 of an inch. This unit is also known as a "twip".

        See Also:
        Constant Field Values
      • Isotropic

        public static final short Isotropic

        The isotropic Logical units are mapped to arbitrary device units with equally scaled axes; that is, one unit along the x-axis is equal to one unit along the y-axis. The META_SETWINDOWEXT and META_SETVIEWPORTEXT records specify the units and the orientation of the axes.

        See Also:
        Constant Field Values
      • Anisotropic

        public static final short Anisotropic

        The anisotropic Logical units are mapped to arbitrary units with arbitrarily scaled axes.

        See Also:
        Constant Field Values