com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class BlackWhiteMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.BlackWhiteMode


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

    Determines how colored shape should be transformed into black and white.

    • 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 byte Automatic
      The object is rendered with automatic coloring
      static byte Black
      The object is rendered only with black coloring
      static byte BlackGray
      The object is rendered with black and gray coloring
      static byte BlackWhite
      The object is rendered with black and white coloring
      static byte Color
      The object is rendered with normal coloring
      static byte Gray
      The object is rendered with gray coloring
      static byte GrayWhite
      The object is rendered with gray and white coloring
      static byte Hidden
      The object is not rendered
      static byte InverseGray
      The object is rendered with inverse gray coloring
      static byte LightGray
      The object is rendered with light gray coloring
      static byte NotDefined
      The property isn't set
      static byte White
      The object is rendered with white coloring
      • 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, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Color

        public static final byte Color

        The object is rendered with normal coloring

        See Also:
        Constant Field Values
      • Automatic

        public static final byte Automatic

        The object is rendered with automatic coloring

        See Also:
        Constant Field Values
      • Gray

        public static final byte Gray

        The object is rendered with gray coloring

        See Also:
        Constant Field Values
      • LightGray

        public static final byte LightGray

        The object is rendered with light gray coloring

        See Also:
        Constant Field Values
      • InverseGray

        public static final byte InverseGray

        The object is rendered with inverse gray coloring

        See Also:
        Constant Field Values
      • GrayWhite

        public static final byte GrayWhite

        The object is rendered with gray and white coloring

        See Also:
        Constant Field Values
      • BlackGray

        public static final byte BlackGray

        The object is rendered with black and gray coloring

        See Also:
        Constant Field Values
      • BlackWhite

        public static final byte BlackWhite

        The object is rendered with black and white coloring

        See Also:
        Constant Field Values
      • Black

        public static final byte Black

        The object is rendered only with black coloring

        See Also:
        Constant Field Values
      • White

        public static final byte White

        The object is rendered with white coloring

        See Also:
        Constant Field Values