public class CadXdataContainer extends Object
The Xdata Container
Constructor and Description |
---|
CadXdataContainer()
Initializes a new instance of the
CadXdataContainer class. |
Modifier and Type | Method and Description |
---|---|
CadXdata |
getAcadData()
Gets the ACAD data.
|
CadXdata |
getData(String applicationName)
Gets the data.
|
com.aspose.ms.System.Collections.Generic.List<CadXdata> |
getXdatas_internalized() |
List<CadXdata> |
getXdatas()
Gets the xdatas.
|
CadCodeValue |
init_internalized(com.aspose.cad_internal.fileformats.cad.IDxfReader reader,
CadCodeValue codeValue)
Initialize the specified stream.
|
void |
setXdatas(List<CadXdata> value)
Sets the xdatas.
|
public CadXdataContainer()
Initializes a new instance of the CadXdataContainer
class.
public com.aspose.ms.System.Collections.Generic.List<CadXdata> getXdatas_internalized()
public void setXdatas(List<CadXdata> value)
Sets the xdatas.
value
- The xdatas.public CadXdata getData(String applicationName)
Gets the data.
applicationName
- Name of the application.public CadXdata getAcadData()
Gets the ACAD data.
public CadCodeValue init_internalized(com.aspose.cad_internal.fileformats.cad.IDxfReader reader, CadCodeValue codeValue)
Initialize the specified stream.
reader
- The Dxf reader.codeValue
- The code value.