Package | Description |
---|---|
com.aspose.cad.fileformats.cad | |
com.aspose.cad.fileformats.cad.dwg.pageandsection.writer |
Modifier and Type | Method and Description |
---|---|
void |
DxfWriter.writeAcds(com.aspose.cad.StreamContainer streamContainer,
CadImage cadImage)
Write ACDS Section
|
Constructor and Description |
---|
DxfWriter(InputStream stream,
CadImage cadImage,
int specifiedEncoding)
Initializes a new instance of the
DxfWriter class. |
DxfWriter(com.aspose.ms.System.IO.Stream stream,
CadImage cadImage,
int specifiedEncoding) |
Modifier and Type | Method and Description |
---|---|
static ICadWriter |
CadWriter.getInstanceWriter(InputStream stream,
com.aspose.cad.StreamContainer baseStream,
CadImage cadImage,
int specifiedEncoding,
String filePath)
Get instance writer
|