Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfMixMode

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


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

    The MixMode Enumeration specifies the background mix mode for text, hatched brushes, and other nonsolid pen styles.

    • 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 Opaque
      The background is filled with the background color that is currently defined in the playback device context before the text, hatched brush, or pen is drawn.
      static short Transparent
      The background remains untouched.
      • 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

      • Transparent

        public static final short Transparent

        The background remains untouched.

        See Also:
        Constant Field Values
      • Opaque

        public static final short Opaque

        The background is filled with the background color that is currently defined in the playback device context before the text, hatched brush, or pen is drawn.

        See Also:
        Constant Field Values