Packages

 

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

Class EmfBackgroundMode

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


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

    The BackgroundMode enumeration is used to specify the background mode to be used with text, hatched brushes, and pen styles that are not solid.The background mode determines how to combine the background with foreground text, hatched brushes, and pen styles that are not solid lines.

    • 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 OPAQUE
      The opaque - Background is filled with the current background color before the text, hatched brush, or pen is drawn
      static int TRANSPARENT
      The transparent - 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 int TRANSPARENT

        The transparent - Background remains untouched.

        See Also:
        Constant Field Values
      • OPAQUE

        public static final int OPAQUE

        The opaque - Background is filled with the current background color before the text, hatched brush, or pen is drawn

        See Also:
        Constant Field Values