public final class CadGroupCodeTypes
extends com.aspose.ms.System.Enum
Cad group code value types
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
|
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
public static final int Unknown
Unknown group
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)
public static final int String255
String (255-character maximum; less for Unicode strings)
public static final int StringHexHandle
String representing hexadecimal (hex) handle value
public static final int ArbitraryText
Arbitrary text string
public static final int StringHexBinaryChunk
String representing hex value of binary chunk
public static final int String
String value
public static final int Comment
Comment (string)
public static final int StringHexIds
String representing hex object IDs
public static final int DoublePrecision3DPoint
Double precision 3D point value
public static final int DoublePrecisionFloat
Double precision floating-point value
public static final int DoublePrecisionScalarFloat
Double precision scalar floating-point value
public static final int Int16
16-bit integer value
public static final int Int32
32-bit integer value
public static final int Int64
64-bit integer value
public static final int Long
Long value (32 bit)
public static final int BooleanFlag
Boolean flag value