Package | Description |
---|---|
com.aspose.cad.fileformats.cad | |
com.aspose.cad.fileformats.cad.cadobjects | |
com.aspose.cad.fileformats.cad.cadparameters | |
com.aspose.cad.fileformats.cad.cadtables |
Modifier and Type | Class and Description |
---|---|
class |
CadBinaryCodeValue
Cad binary Code Value class
|
Modifier and Type | Method and Description |
---|---|
boolean |
CadBinaryCodeValue.equals(CadCodeValue obj)
Determines whether the specified
CadCodeValue , is equal to this instance. |
boolean |
CadCodeValue.equals(CadCodeValue obj)
Determines whether the specified
CadCodeValue , is equal to this instance. |
Modifier and Type | Method and Description |
---|---|
static CadCodeValue |
CadXdata.getFirstValue(CadXdata xdata,
int attribute)
Get first occurrence of an attribute from XData
|
CadCodeValue |
CadEmbeddedObject.getFirstValue(int attribute)
Get first occurrence of an attribute from object.
|
Modifier and Type | Method and Description |
---|---|
List<CadCodeValue> |
CadBase.getAttribute102Values()
Gets or sets the attribute102 values.
|
List<CadCodeValue> |
CadObjectAttribute.getAttributeValues()
Gets or sets the attribute values.
|
List<CadCodeValue> |
CadAcidBlockReferenceEntity.getCadCodeValues()
CadCodeValues
|
List<CadCodeValue> |
CadCellMargin.getCellMarginValues()
Gets or sets the cell margin values.
|
List<CadCodeValue> |
CadApplicationCodes.getCodesList()
Gets or sets the data list.
|
List<CadCodeValue> |
CadEmbeddedObject.getDataList()
Gets or sets the data list.
|
List<CadCodeValue> |
CadXdata.getDataList()
Gets or sets the data list.
|
List<CadCodeValue> |
CadTableContent.getFormatedTableDataParameters()
Gets or sets the formated table data parameters.
|
List<CadCodeValue> |
CadTableContent.getLinkedDataParameters()
Gets or sets the linked data parameters.
|
List<CadCodeValue> |
CadTableContent.getLinkedTableDataParameters()
Gets or sets the linked table data parameters.
|
List<CadCodeValue> |
CadAcadEvaluationGraph.getObjects()
Gets or sets the objects.
|
List<CadCodeValue> |
CadXRecord.getObjects()
Gets or sets the objects.
|
List<CadCodeValue> |
CadTableContent.getTableContentParameters()
Gets or sets the table content parameters.
|
List<CadCodeValue> |
CadGridFormat.getValues()
The Values
|
Modifier and Type | Method and Description |
---|---|
void |
CadBase.setAttribute102Values(List<CadCodeValue> value)
Gets or sets the attribute102 values.
|
void |
CadObjectAttribute.setAttributeValues(List<CadCodeValue> value)
Gets or sets the attribute values.
|
void |
CadAcidBlockReferenceEntity.setCadCodeValues(List<CadCodeValue> value)
CadCodeValues
|
void |
CadCellMargin.setCellMarginValues(List<CadCodeValue> value)
Gets or sets the cell margin values.
|
void |
CadApplicationCodes.setCodesList(List<CadCodeValue> value)
Gets or sets the data list.
|
void |
CadEmbeddedObject.setDataList(List<CadCodeValue> value)
Gets or sets the data list.
|
void |
CadXdata.setDataList(List<CadCodeValue> value)
Gets or sets the data list.
|
void |
CadTableContent.setFormatedTableDataParameters(List<CadCodeValue> value)
Gets or sets the formated table data parameters.
|
void |
CadTableContent.setLinkedDataParameters(List<CadCodeValue> value)
Gets or sets the linked data parameters.
|
void |
CadTableContent.setLinkedTableDataParameters(List<CadCodeValue> value)
Gets or sets the linked table data parameters.
|
void |
CadAcadEvaluationGraph.setObjects(List<CadCodeValue> value)
Gets or sets the objects.
|
void |
CadXRecord.setObjects(List<CadCodeValue> value)
Gets or sets the objects.
|
void |
CadTableContent.setTableContentParameters(List<CadCodeValue> value)
Gets or sets the table content parameters.
|
void |
CadGridFormat.setValues(List<CadCodeValue> value)
The Values
|
Modifier and Type | Method and Description |
---|---|
void |
CadBinaryParameter.init(CadCodeValue value)
Initialize the specified value.
|
void |
CadBoolParameter.init(CadCodeValue value)
Initialize the specified value.
|
void |
CadDoubleParameter.init(CadCodeValue value)
Initialize the specified value.
|
void |
CadIntParameter.init(CadCodeValue value)
Initialize the specified value.
|
void |
CadLongParameter.init(CadCodeValue value)
Initialize the specified value.
|
abstract void |
CadParameter.init(CadCodeValue value)
Initialize the specified value.
|
void |
CadShortParameter.init(CadCodeValue value)
Initialize the specified value.
|
void |
CadStringParameter.init(CadCodeValue value)
Initialize the specified value.
|
void |
CadParameter.init(int type,
CadCodeValue value)
Initialize the specified type.
|
Modifier and Type | Method and Description |
---|---|
List<CadCodeValue> |
CadSymbolTableGroupCodes.getSymbolTableParameters()
Gets or sets the symbol table parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
CadSymbolTableGroupCodes.setSymbolTableParameters(List<CadCodeValue> value)
Gets or sets the symbol table parameters.
|