Packages

 

com.aspose.cad.fileformats.cad.cadconsts

Class CadShadowMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.fileformats.cad.cadconsts.CadShadowMode


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

    Shadow 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 short CastAndReceiveShadow
      The cast and receive shadow.
      static short CastShadow
      The cast shadow.
      static short IgnoreShadow
      The ignore shadow.
      static short ReceiveShadow
      The receive shadow.
      • 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, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • CastAndReceiveShadow

        public static final short CastAndReceiveShadow

        The cast and receive shadow.

        See Also:
        Constant Field Values
      • ReceiveShadow

        public static final short ReceiveShadow

        The receive shadow.

        See Also:
        Constant Field Values
      • IgnoreShadow

        public static final short IgnoreShadow

        The ignore shadow.

        See Also:
        Constant Field Values