Packages

 

com.aspose.cad.fileformats.cad.cadconsts

Class CadGroupCodeTypes

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


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

    Cad group code value types

    • 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 ArbitraryText
      Arbitrary text string
      static int BooleanFlag
      Boolean flag value
      static int Comment
      Comment (string)
      static int DoublePrecision3DPoint
      Double precision 3D point value
      static int DoublePrecisionFloat
      Double precision floating-point value
      static int DoublePrecisionScalarFloat
      Double precision scalar floating-point value
      static int Int16
      16-bit integer value
      static int Int32
      32-bit integer value
      static int Int64
      64-bit integer value
      static int Long
      Long value (32 bit)
      static int String
      String value
      static int String255
      String (255-character maximum; less for Unicode strings)
      static int StringEx
      String (with the introduction of extended symbol names in AutoCAD 2000, the 255-character limit has been increased to 2049 single-byte characters not including the newline at the end of the line)
      static int StringHexBinaryChunk
      String representing hex value of binary chunk
      static int StringHexHandle
      String representing hexadecimal (hex) handle value
      static int StringHexIds
      String representing hex object IDs
      static int Unknown
      Unknown group
      • 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

      • StringEx

        public static final int StringEx

        String (with the introduction of extended symbol names in AutoCAD 2000, the 255-character limit has been increased to 2049 single-byte characters not including the newline at the end of the line)

        See Also:
        Constant Field Values
      • String255

        public static final int String255

        String (255-character maximum; less for Unicode strings)

        See Also:
        Constant Field Values
      • StringHexHandle

        public static final int StringHexHandle

        String representing hexadecimal (hex) handle value

        See Also:
        Constant Field Values
      • ArbitraryText

        public static final int ArbitraryText

        Arbitrary text string

        See Also:
        Constant Field Values
      • StringHexBinaryChunk

        public static final int StringHexBinaryChunk

        String representing hex value of binary chunk

        See Also:
        Constant Field Values
      • StringHexIds

        public static final int StringHexIds

        String representing hex object IDs

        See Also:
        Constant Field Values
      • DoublePrecision3DPoint

        public static final int DoublePrecision3DPoint

        Double precision 3D point value

        See Also:
        Constant Field Values
      • DoublePrecisionFloat

        public static final int DoublePrecisionFloat

        Double precision floating-point value

        See Also:
        Constant Field Values
      • DoublePrecisionScalarFloat

        public static final int DoublePrecisionScalarFloat

        Double precision scalar floating-point value

        See Also:
        Constant Field Values