Skip to content

Commit 69aa91e

Browse files
Update file(s) "/." from "groupdocs-comparison/Groupdocs.Comparison-References"
1 parent 28f5997 commit 69aa91e

File tree

384 files changed

+10331
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

384 files changed

+10331
-0
lines changed

content/sites/groupdocs/comparison/english/python-net/_index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: GroupDocs.Comparison for Python via .NET
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/
7+
is_root: true
8+
version: 25.12
9+
weight: 40
10+
---
11+
12+
### Modules
13+
| Module | Description |
14+
| :- | :- |
15+
| [`groupdocs.comparison`](/comparison/python-net/groupdocs.comparison) | The namespace provides classes to compare documents for all popular document formats.<br/><br/>The Main classes in this namespace are:<br/><br/>\|<br/>\|<br/>\| is the entry point for comparing documents. \|<br/>\| provides details about a document. \|<br/>\| defines settings for customizing logging behaviour. \| |
16+
| [`groupdocs.comparison.cells`](/comparison/python-net/groupdocs.comparison.cells) | |
17+
| [`groupdocs.comparison.cells.style`](/comparison/python-net/groupdocs.comparison.cells.style) | The namespace provides classes for working with component styles in Cells format file. |
18+
| [`groupdocs.comparison.common`](/comparison/python-net/groupdocs.comparison.common) | The namespace provides helpers classes. |
19+
| [`groupdocs.comparison.common.exceptions`](/comparison/python-net/groupdocs.comparison.common.exceptions) | The namespace provides different exception classes. |
20+
| [`groupdocs.comparison.interfaces`](/comparison/python-net/groupdocs.comparison.interfaces) | The namespace provides interfaces to instantiate output objects. |
21+
| [`groupdocs.comparison.localization`](/comparison/python-net/groupdocs.comparison.localization) | The namespace provides classes checking supported locales. |
22+
| [`groupdocs.comparison.logging`](/comparison/python-net/groupdocs.comparison.logging) | The namespace provides classes for working with integrated or your own logger. |
23+
| [`groupdocs.comparison.options`](/comparison/python-net/groupdocs.comparison.options) | The namespace provides classes that allows to specify additional options for documents comparison process. |
24+
| [`groupdocs.comparison.result`](/comparison/python-net/groupdocs.comparison.result) | The namespace provides classes which represents the comparison results. |
25+
| [`groupdocs.comparison.words`](/comparison/python-net/groupdocs.comparison.words) | |
26+
| [`groupdocs.comparison.words.revision`](/comparison/python-net/groupdocs.comparison.words.revision) | The namespace provides classes for working with revisions in WORD format file. |
27+
28+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: groupdocs.comparison.cells.style
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.cells.style/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
The namespace provides classes for working with component styles in Cells format file.
12+
13+
### Enumerations
14+
| Enumeration | Description |
15+
| :- | :- |
16+
| [`MergeType`](/comparison/python-net/groupdocs.comparison.cells.style/mergetype) | Enumerates the type of cell merge. |
17+
18+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: MergeType enumeration
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.cells.style/mergetype/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
## MergeType enumeration
12+
13+
Enumerates the type of cell merge.
14+
15+
16+
17+
The MergeType type exposes the following members:
18+
19+
### Fields
20+
| Field | Description |
21+
| :- | :- |
22+
| NONE | Cell does not merge. |
23+
| HORIZONTAL | Cell merges along row. |
24+
| VERTICAL | Cell merges along column. |
25+
| RANGE | Cell merges along row and column creating area. |
26+
27+
28+
29+
### See Also
30+
* module [`groupdocs.comparison.cells.style`](..)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: groupdocs.comparison.cells
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.cells/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
12+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: groupdocs.comparison.common.exceptions
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.common.exceptions/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
The namespace provides different exception classes.
12+
13+
### Classes
14+
| Class | Description |
15+
| :- | :- |
16+
| [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception) | Base class for all comparison process exceptions. |
17+
| [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception) | The exception that is thrown when an error occurs while comparing documents. |
18+
| [`FileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception) | The exception that is thrown when comparing files with different formats. |
19+
| [`InvalidPasswordException`](/comparison/python-net/groupdocs.comparison.common.exceptions/invalidpasswordexception) | The exception that is thrown when specified password is incorrect. |
20+
| [`PasswordProtectedFileException`](/comparison/python-net/groupdocs.comparison.common.exceptions/passwordprotectedfileexception) | The exception that is thrown when the document is protected by password. |
21+
| [`UnsupportedFileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception) | The exception that is thrown when file of this format doesn't support comparison. |
22+
23+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: ComparisonException constructor
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.common.exceptions/comparisonexception/__init__/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
## __init__ {#}
12+
13+
Initializes a new instance of the [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception) class.
14+
15+
16+
17+
```python
18+
def __init__(self):
19+
...
20+
```
21+
22+
23+
24+
25+
## __init__ {#System.String}
26+
27+
Initializes a new instance of the [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception) class with a specified error message.
28+
29+
30+
31+
```python
32+
def __init__(self, message):
33+
...
34+
```
35+
36+
37+
| Parameter | Type | Description |
38+
| :- | :- | :- |
39+
| message | System.String | The exception message |
40+
41+
42+
43+
### See Also
44+
* module [`groupdocs.comparison.common.exceptions`](../../)
45+
* class [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: ComparisonException class
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.common.exceptions/comparisonexception/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
## ComparisonException class
12+
13+
Base class for all comparison process exceptions.
14+
15+
16+
17+
The ComparisonException type exposes the following members:
18+
19+
### Constructors
20+
| Constructor | Description |
21+
| :- | :- |
22+
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception/__init__/#) | Initializes a new instance of the [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception) class. |
23+
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception/__init__/#System.String) | Initializes a new instance of the [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception) class with a specified error message. |
24+
25+
26+
27+
### See Also
28+
* module [`groupdocs.comparison.common.exceptions`](..)
29+
* class [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: DocumentComparisonException constructor
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception/__init__/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
## __init__ {#System.String}
12+
13+
Initializes a new instance of [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception) class.
14+
15+
16+
17+
```python
18+
def __init__(self, message):
19+
...
20+
```
21+
22+
23+
| Parameter | Type | Description |
24+
| :- | :- | :- |
25+
| message | System.String | |
26+
27+
28+
29+
### See Also
30+
* module [`groupdocs.comparison.common.exceptions`](../../)
31+
* class [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: DocumentComparisonException class
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception/
7+
is_root: false
8+
weight: 20
9+
---
10+
11+
## DocumentComparisonException class
12+
13+
The exception that is thrown when an error occurs while comparing documents.
14+
15+
16+
17+
**Inheritance:** [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception)
18+
[`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception)
19+
20+
21+
22+
The DocumentComparisonException type exposes the following members:
23+
24+
### Constructors
25+
| Constructor | Description |
26+
| :- | :- |
27+
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception/__init__/#System.String) | Initializes a new instance of [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception) class. |
28+
29+
30+
31+
### See Also
32+
* module [`groupdocs.comparison.common.exceptions`](..)
33+
* class [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception)
34+
* class [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: FileFormatException constructor
3+
second_title: GroupDocs.Comparison for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/groupdocs.comparison.common.exceptions/fileformatexception/__init__/
7+
is_root: false
8+
weight: 10
9+
---
10+
11+
## __init__ {#System.String-System.String}
12+
13+
Initializes a new instance of [`FileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception) class.
14+
15+
16+
17+
```python
18+
def __init__(self, source_path, target_path):
19+
...
20+
```
21+
22+
23+
| Parameter | Type | Description |
24+
| :- | :- | :- |
25+
| source_path | System.String | The source file path |
26+
| target_path | System.String | The target file path |
27+
28+
29+
30+
### See Also
31+
* module [`groupdocs.comparison.common.exceptions`](../../)
32+
* class [`FileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception)

0 commit comments

Comments
 (0)