Packages

 

com.aspose.cad.fileformats.cad.cadconsts

Class CadAttachmentPoint

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


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

    The Cad attachment point.

    • 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 BottomCenter
      Bottom center attachment point.
      static int BottomLeft
      Bottom left attachment point.
      static int BottomRight
      Bottom right attachment point.
      static int MiddleCenter
      Middle center attachment point.
      static int MiddleLeft
      Middle left attachment point.
      static int MiddleRight
      Middle right attachment point.
      static int TopCenter
      Top center attachment point.
      static int TopLeft
      Top left attachment point.
      static int TopRight
      Top right attachment point.
      • 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

      • TopCenter

        public static final int TopCenter

        Top center attachment point.

        See Also:
        Constant Field Values
      • MiddleLeft

        public static final int MiddleLeft

        Middle left attachment point.

        See Also:
        Constant Field Values
      • MiddleCenter

        public static final int MiddleCenter

        Middle center attachment point.

        See Also:
        Constant Field Values
      • MiddleRight

        public static final int MiddleRight

        Middle right attachment point.

        See Also:
        Constant Field Values
      • BottomLeft

        public static final int BottomLeft

        Bottom left attachment point.

        See Also:
        Constant Field Values
      • BottomCenter

        public static final int BottomCenter

        Bottom center attachment point.

        See Also:
        Constant Field Values
      • BottomRight

        public static final int BottomRight

        Bottom right attachment point.

        See Also:
        Constant Field Values