public enum CadTableSymbols extends Enum<CadTableSymbols>
Contains TABLE Types
| Enum Constant and Description |
|---|
APPID
The application id.
|
BLOCK_RECORD
The block record.
|
DIMSTYLE
The dimension style .
|
LAYER
The layer table.
|
LTYPE
The line type.
|
STYLE
The style table.
|
UCS
The ucs table.
|
VIEW
The view table.
|
VPORT
The view port.
|
| Modifier and Type | Method and Description |
|---|---|
static CadTableSymbols |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CadTableSymbols[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CadTableSymbols APPID
The application id.
public static final CadTableSymbols DIMSTYLE
The dimension style .
public static final CadTableSymbols LAYER
The layer table.
public static final CadTableSymbols LTYPE
The line type.
public static final CadTableSymbols STYLE
The style table.
public static final CadTableSymbols UCS
The ucs table.
public static final CadTableSymbols VIEW
The view table.
public static final CadTableSymbols VPORT
The view port.
public static final CadTableSymbols BLOCK_RECORD
The block record.
public static CadTableSymbols[] values()
for (CadTableSymbols c : CadTableSymbols.values()) System.out.println(c);
public static CadTableSymbols valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.