Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions chinese/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Aspose.CAD for .NET 是一个跨平台库,兼容 .NET Framework、.Net Core、

这些是一些有用资源的链接:
- [Aspose.CAD for .NET API 参考](/cad/zh/net/)
- [Aspose.CAD for .NET API 教程](/tutorials/cad/zh/net/)


## Aspose.CAD for Java
Expand Down
9 changes: 9 additions & 0 deletions chinese/java/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Aspose.CAD 适用于 Java
type: docs
weight: 11
url: /zh/java/
keywords:
description:
is_root: true
---
18 changes: 15 additions & 3 deletions english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Aspose.CAD for .NET is a cross-platform library, compatible with .NET Framework,

These are links to some useful resources:
- [Aspose.CAD for .NET API Reference](/cad/net/)

- [Aspose.CAD for .NET API Tutorials](/tutorials/cad/net/)

## Aspose.CAD for Java

Expand All @@ -52,7 +52,6 @@ Aspose.CAD for Java is a cross-platform library, compatible with Java version 1.
These are links to some useful resources:
- [Aspose.CAD for Java API Reference](/cad/java/)


## Aspose.CAD for JasperReports

{{% alert color="primary" %}}
Expand All @@ -64,4 +63,17 @@ Aspose.CAD for JasperReports is a library, compatible with JasperReports version
{{% /alert %}}

Following are the links to some useful resources you may need to accomplish your tasks.
- [Aspose.CAD for JasperReports API Reference](/cad/jasperreports/)
- [Aspose.CAD for JasperReports API Reference](/cad/jasperreports/)

## Aspose.CAD for Python via .NET

{{% alert color="primary" %}}

![Aspose.CAD for Python via .NET Product Logo](home_4.png)

Aspose.CAD for Python via .NET is a cross-platform library, compatible with Python 3.x, with rich set of features and abilities described above. It is available through direct download and as a PyPi package.

{{% /alert %}}

Following are the links to some useful resources you may need to accomplish your tasks.
- [Aspose.CAD for Python via .NET API Reference](/cad/python-net/)
323 changes: 161 additions & 162 deletions english/net/_index.md

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions english/net/aspose.cad.cadexceptions.compressors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description: The namespace contains exceptions thrown by one of the compression
type: docs
weight: 30
url: /net/aspose.cad.cadexceptions.compressors/
---
The namespace contains exceptions thrown by one of the compression algorithms supported.
## Classes
| Class | Description |
| --- | --- |
| [DeflateCompressorException](./deflatecompressorexception/) | The Deflate compressor exception. |
| [LzwCompressorException](./lzwcompressorexception/) | The lzw compressor exception. |
| [RleCompressorException](./rlecompressorexception/) | The rle compressor exception. |
---
The namespace contains exceptions thrown by one of the compression algorithms supported.

## Classes

| Class | Description |
| --- | --- |
| [DeflateCompressorException](./deflatecompressorexception/) | The Deflate compressor exception. |
| [LzwCompressorException](./lzwcompressorexception/) | The lzw compressor exception. |
| [RleCompressorException](./rlecompressorexception/) | The rle compressor exception. |


Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ description: Aspose.CAD.CadExceptions.Compressors.DeflateCompressorException cla
type: docs
weight: 50
url: /net/aspose.cad.cadexceptions.compressors/deflatecompressorexception/
---
## DeflateCompressorException class
The Deflate compressor exception.
```csharp
public class DeflateCompressorException : CompressorException
```
## Constructors
| Name | Description |
| --- | --- |
| [DeflateCompressorException](deflatecompressorexception/#constructor)(string) | Initializes a new instance of the `DeflateCompressorException` class. |
| [DeflateCompressorException](deflatecompressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `DeflateCompressorException` class. |
### See Also
* class [CompressorException](../../aspose.cad.cadexceptions/compressorexception/)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../aspose.cad.cadexceptions.compressors/)
* assembly [Aspose.CAD](../../)
---
## DeflateCompressorException class

The Deflate compressor exception.

```csharp
public class DeflateCompressorException : CompressorException
```

## Constructors

| Name | Description |
| --- | --- |
| [DeflateCompressorException](deflatecompressorexception/#constructor)(string) | Initializes a new instance of the `DeflateCompressorException` class. |
| [DeflateCompressorException](deflatecompressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `DeflateCompressorException` class. |

### See Also

* class [CompressorException](../../aspose.cad.cadexceptions/compressorexception/)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../aspose.cad.cadexceptions.compressors/)
* assembly [Aspose.CAD](../../)


Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@ description: DeflateCompressorException constructor. Initializes a new instance
type: docs
weight: 10
url: /net/aspose.cad.cadexceptions.compressors/deflatecompressorexception/deflatecompressorexception/
---
## DeflateCompressorException(string) {#constructor}
Initializes a new instance of the [`DeflateCompressorException`](../) class.
```csharp
public DeflateCompressorException(string message)
```
| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |
### See Also
* class [DeflateCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../deflatecompressorexception/)
* assembly [Aspose.CAD](../../../)
---
## DeflateCompressorException(string, Exception) {#constructor_1}
Initializes a new instance of the [`DeflateCompressorException`](../) class.
```csharp
public DeflateCompressorException(string message, Exception innerException)
```
| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |
| innerException | Exception | The inner exception. |
### See Also
* class [DeflateCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../deflatecompressorexception/)
* assembly [Aspose.CAD](../../../)
---
## DeflateCompressorException(string) {#constructor}

Initializes a new instance of the [`DeflateCompressorException`](../) class.

```csharp
public DeflateCompressorException(string message)
```

| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |

### See Also

* class [DeflateCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../deflatecompressorexception/)
* assembly [Aspose.CAD](../../../)

---

## DeflateCompressorException(string, Exception) {#constructor_1}

Initializes a new instance of the [`DeflateCompressorException`](../) class.

```csharp
public DeflateCompressorException(string message, Exception innerException)
```

| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |
| innerException | Exception | The inner exception. |

### See Also

* class [DeflateCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../deflatecompressorexception/)
* assembly [Aspose.CAD](../../../)


Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ description: Aspose.CAD.CadExceptions.Compressors.LzwCompressorException class.
type: docs
weight: 60
url: /net/aspose.cad.cadexceptions.compressors/lzwcompressorexception/
---
## LzwCompressorException class
The lzw compressor exception.
```csharp
public class LzwCompressorException : CompressorException
```
## Constructors
| Name | Description |
| --- | --- |
| [LzwCompressorException](lzwcompressorexception/#constructor)(string) | Initializes a new instance of the `LzwCompressorException` class. |
| [LzwCompressorException](lzwcompressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `LzwCompressorException` class. |
### See Also
* class [CompressorException](../../aspose.cad.cadexceptions/compressorexception/)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../aspose.cad.cadexceptions.compressors/)
* assembly [Aspose.CAD](../../)
---
## LzwCompressorException class

The lzw compressor exception.

```csharp
public class LzwCompressorException : CompressorException
```

## Constructors

| Name | Description |
| --- | --- |
| [LzwCompressorException](lzwcompressorexception/#constructor)(string) | Initializes a new instance of the `LzwCompressorException` class. |
| [LzwCompressorException](lzwcompressorexception/#constructor_1)(string, Exception) | Initializes a new instance of the `LzwCompressorException` class. |

### See Also

* class [CompressorException](../../aspose.cad.cadexceptions/compressorexception/)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../aspose.cad.cadexceptions.compressors/)
* assembly [Aspose.CAD](../../)


Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@ description: LzwCompressorException constructor. Initializes a new instance of t
type: docs
weight: 10
url: /net/aspose.cad.cadexceptions.compressors/lzwcompressorexception/lzwcompressorexception/
---
## LzwCompressorException(string) {#constructor}
Initializes a new instance of the [`LzwCompressorException`](../) class.
```csharp
public LzwCompressorException(string message)
```
| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |
### See Also
* class [LzwCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../lzwcompressorexception/)
* assembly [Aspose.CAD](../../../)
---
## LzwCompressorException(string, Exception) {#constructor_1}
Initializes a new instance of the [`LzwCompressorException`](../) class.
```csharp
public LzwCompressorException(string message, Exception innerException)
```
| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |
| innerException | Exception | The inner exception. |
### See Also
* class [LzwCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../lzwcompressorexception/)
* assembly [Aspose.CAD](../../../)
---
## LzwCompressorException(string) {#constructor}

Initializes a new instance of the [`LzwCompressorException`](../) class.

```csharp
public LzwCompressorException(string message)
```

| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |

### See Also

* class [LzwCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../lzwcompressorexception/)
* assembly [Aspose.CAD](../../../)

---

## LzwCompressorException(string, Exception) {#constructor_1}

Initializes a new instance of the [`LzwCompressorException`](../) class.

```csharp
public LzwCompressorException(string message, Exception innerException)
```

| Parameter | Type | Description |
| --- | --- | --- |
| message | String | The exception message. |
| innerException | Exception | The inner exception. |

### See Also

* class [LzwCompressorException](../)
* namespace [Aspose.CAD.CadExceptions.Compressors](../../lzwcompressorexception/)
* assembly [Aspose.CAD](../../../)


Loading