Packages

 

com.aspose.imaging.fileformats.wmf

Class WmfRenderMode

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


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

    The render mode enumeration.

    • 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 Auto
      The auto render.
      static int Both
      The render both in order.
      static int EmbeddedEmfOnly
      The render embedded emf only.
      static int WmfRecordsOnly
      The render wmf records only without ebedded emf.
      • 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

      • WmfRecordsOnly

        public static final int WmfRecordsOnly

        The render wmf records only without ebedded emf.

        See Also:
        Constant Field Values
      • EmbeddedEmfOnly

        public static final int EmbeddedEmfOnly

        The render embedded emf only.

        See Also:
        Constant Field Values
      • Auto

        public static final int Auto

        The auto render. If exists embedded emf, then render emf else render wmf.

        See Also:
        Constant Field Values