public class CadCommon extends Object
General constant values for Cad file format.
Modifier and Type | Field and Description |
---|---|
static String |
ACADVER
Version of file format
|
static int |
BLOCK_NAME
The block name
|
static String |
BY_LAYER
Gets the by layer.
|
static String |
COORDINATION_MODEL_NAME
The coordination model
|
static String |
CUSTOM_PROPERTY
The custom property.
|
static String |
CUSTOM_PROPERTY_TAG
The custom property tag
|
static String |
DEFAULT_TEXT_STYLE
The DEFAULT TEXT STYLE const
|
static String |
DICTIONARY
The dictionary
|
static int |
DIVIDER
Begin section marker
|
static String |
DWGCODEPAGE
Codepage used for strings in the file
|
static String |
END_BLOCK
The end block
|
static String |
END_SECTION
End Section string marker
|
static String |
END_TABLE
The end table marker
|
static String |
EOF
Variable namning for EOF
|
static String |
FACE_3_D_ENTITY_NAME
The face 3d entity name
|
static String |
HELPER_SYMBOL
Variable namning prefix for parse_internalized
|
static String |
MLEADER_ENTITY_NAME
The mleader entity name
|
static String |
REVERSE_WFPREC_3_DD_HEADER_VARIABLE
The reverse WFPREC3DD header variable
|
static int |
SECTION_TITLE
Begin Entity marker
|
static String |
SOLID_3_D_ENTITY_NAME
The solid 3d entity name
|
static String |
STANDARD_STYLE
The standard style.
|
static String |
START_HEADER
Start header string marker
|
static String |
START_SECTION
Start section string marker
|
static String |
START_TABLE
Start table string marker
|
static String |
START_TABLES
Start tables string marker
|
static int |
SUBCLASS_MARKER
Variable namning prefix for parse_internalized
|
static String |
THUMBNAIL_IMAGE
The thumbnail image
|
static int |
VAR_NAME_MARKER
Begin header variable description
|
static String |
VAR_PREFIX
Header variable prefix
|
static String |
WFPREC_3_DD_HEADER_VARIABLE
The WFPREC3DD header variable
|
Constructor and Description |
---|
CadCommon() |
Modifier and Type | Method and Description |
---|---|
static String |
getTypeName(Class<? extends com.aspose.ms.System.Enum> classz,
Object enumObject,
String frontAdditive)
Gets the name of the enum variable type.
|
public static final int DIVIDER
Begin section marker
public static final String END_SECTION
End Section string marker
public static final String END_TABLE
The end table marker
public static final String END_BLOCK
The end block
public static final int BLOCK_NAME
The block name
public static final String EOF
Variable namning for EOF
public static final String HELPER_SYMBOL
Variable namning prefix for parse_internalized
public static final int SECTION_TITLE
Begin Entity marker
public static final String START_SECTION
Start section string marker
public static final String THUMBNAIL_IMAGE
The thumbnail image
public static final String START_HEADER
Start header string marker
public static final String START_TABLES
Start tables string marker
public static final String START_TABLE
Start table string marker
public static final int SUBCLASS_MARKER
Variable namning prefix for parse_internalized
public static final int VAR_NAME_MARKER
Begin header variable description
public static final String VAR_PREFIX
Header variable prefix
public static final String DICTIONARY
The dictionary
public static final String DEFAULT_TEXT_STYLE
The DEFAULT TEXT STYLE const
public static final String FACE_3_D_ENTITY_NAME
The face 3d entity name
public static final String COORDINATION_MODEL_NAME
The coordination model
public static final String SOLID_3_D_ENTITY_NAME
The solid 3d entity name
public static final String MLEADER_ENTITY_NAME
The mleader entity name
public static final String WFPREC_3_DD_HEADER_VARIABLE
The WFPREC3DD header variable
public static final String REVERSE_WFPREC_3_DD_HEADER_VARIABLE
The reverse WFPREC3DD header variable
public static final String DWGCODEPAGE
Codepage used for strings in the file
public static final String ACADVER
Version of file format
public static String STANDARD_STYLE
The standard style.
public static final String BY_LAYER
Gets the by layer.
Value: The by layer.public static final String CUSTOM_PROPERTY_TAG
The custom property tag
public static final String CUSTOM_PROPERTY
The custom property.
public static String getTypeName(Class<? extends com.aspose.ms.System.Enum> classz, Object enumObject, String frontAdditive)
Gets the name of the enum variable type.
enumObject
- Name of the enum object.frontAdditive
- string added to the front.