Skip to content

Commit 00ac7ca

Browse files
Update file(s) "/." from "groupdocs-comparison/Groupdocs.Comparison-References"
1 parent c24c5aa commit 00ac7ca

File tree

40 files changed

+150
-157
lines changed

40 files changed

+150
-157
lines changed

content/sites/groupdocs/comparison/english/_index.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,3 @@ Native Java API for the Desktop, Web & other Java SE or EE based applications.
3535
These are links to some useful resources:
3636

3737
- [GroupDocs.Comparison for Java API Reference](/comparison/java/)
38-
39-
40-
## GroupDocs.Comparison for Python via .NET
41-
42-
{{% alert color="primary" %}}
43-
44-
![GroupDocs.Comparison for Python via .NET Product Logo](gdocs_python.png)
45-
46-
GroupDocs.Comparsion for Python via .NET is powerful .NET document processing API that supports comparing of PDF formats, Words, HTML, and different Text formats.
47-
48-
{{% /alert %}}
49-
50-
These are links to some useful resources:
51-
52-
- [GroupDocs.Comparison for Python via .NET API Reference](/comparison/python-net/)
53-

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +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.6
9-
weight: 40
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
1010
---
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.|
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-
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+

content/sites/groupdocs/comparison/english/python-net/groupdocs.comparison.common.exceptions/comparisonexception/__init__/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self):
2222

2323

2424

25-
## __init__ {#str}
25+
## __init__ {#System.String}
2626

2727
Initializes a new instance of the [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception) class with a specified error message.
2828

@@ -36,7 +36,7 @@ def __init__(self, message):
3636

3737
| Parameter | Type | Description |
3838
| :- | :- | :- |
39-
| message | str | The exception message |
39+
| message | System.String | The exception message |
4040

4141

4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The ComparisonException type exposes the following members:
2020
| Constructor | Description |
2121
| :- | :- |
2222
| [__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__/#str) | Initializes a new instance of the [`ComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/comparisonexception) class with a specified error message. |
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. |
2424

2525

2626

content/sites/groupdocs/comparison/english/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception/__init__/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is_root: false
88
weight: 10
99
---
1010

11-
## __init__ {#str}
11+
## __init__ {#System.String}
1212

1313
Initializes a new instance of [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception) class.
1414

@@ -22,7 +22,7 @@ def __init__(self, message):
2222

2323
| Parameter | Type | Description |
2424
| :- | :- | :- |
25-
| message | str | |
25+
| message | System.String | |
2626

2727

2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The DocumentComparisonException type exposes the following members:
2424
### Constructors
2525
| Constructor | Description |
2626
| :- | :- |
27-
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception/__init__/#str) | Initializes a new instance of [`DocumentComparisonException`](/comparison/python-net/groupdocs.comparison.common.exceptions/documentcomparisonexception) class. |
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. |
2828

2929

3030

content/sites/groupdocs/comparison/english/python-net/groupdocs.comparison.common.exceptions/fileformatexception/__init__/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is_root: false
88
weight: 10
99
---
1010

11-
## __init__ {#str-str}
11+
## __init__ {#System.String-System.String}
1212

1313
Initializes a new instance of [`FileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception) class.
1414

@@ -22,8 +22,8 @@ def __init__(self, source_path, target_path):
2222

2323
| Parameter | Type | Description |
2424
| :- | :- | :- |
25-
| source_path | str | The source file path |
26-
| target_path | str | The target file path |
25+
| source_path | System.String | The source file path |
26+
| target_path | System.String | The target file path |
2727

2828

2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The FileFormatException type exposes the following members:
2424
### Constructors
2525
| Constructor | Description |
2626
| :- | :- |
27-
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception/__init__/#str-str) | Initializes a new instance of [`FileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception) class. |
27+
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception/__init__/#System.String-System.String) | Initializes a new instance of [`FileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/fileformatexception) class. |
2828

2929

3030

content/sites/groupdocs/comparison/english/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception/__init__/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self):
2222

2323

2424

25-
## __init__ {#str}
25+
## __init__ {#System.String}
2626

2727
Initializes a new instance of [`UnsupportedFileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception) class.
2828

@@ -36,7 +36,7 @@ def __init__(self, path_file):
3636

3737
| Parameter | Type | Description |
3838
| :- | :- | :- |
39-
| path_file | str | |
39+
| path_file | System.String | |
4040

4141

4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The UnsupportedFileFormatException type exposes the following members:
2525
| Constructor | Description |
2626
| :- | :- |
2727
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception/__init__/#) | Initializes a new instance of [`UnsupportedFileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception) class. |
28-
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception/__init__/#str) | Initializes a new instance of [`UnsupportedFileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception) class. |
28+
| [__init__](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception/__init__/#System.String) | Initializes a new instance of [`UnsupportedFileFormatException`](/comparison/python-net/groupdocs.comparison.common.exceptions/unsupportedfileformatexception) class. |
2929

3030

3131

0 commit comments

Comments
 (0)