groupdocs-conversion-cloud 25.8__py3-none-any.whl → 25.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- groupdocs_conversion_cloud/__init__.py +13 -80
- groupdocs_conversion_cloud/api_client.py +2 -2
- groupdocs_conversion_cloud/configuration.py +2 -2
- groupdocs_conversion_cloud/models/__init__.py +13 -80
- groupdocs_conversion_cloud/models/{vsdm_load_options.py → compression_load_options.py} +39 -8
- groupdocs_conversion_cloud/models/database_load_options.py +103 -0
- groupdocs_conversion_cloud/models/{cf2_load_options.py → e_book_load_options.py} +7 -7
- groupdocs_conversion_cloud/models/{xls2003_load_options.py → finance_load_options.py} +7 -7
- groupdocs_conversion_cloud/models/{dwfx_load_options.py → font_load_options.py} +7 -7
- groupdocs_conversion_cloud/models/{vsd_load_options.py → gis_load_options.py} +72 -8
- groupdocs_conversion_cloud/models/{bmp_load_options.py → mbox_load_options.py} +7 -7
- groupdocs_conversion_cloud/models/{one_load_options.py → note_load_options.py} +5 -5
- groupdocs_conversion_cloud/models/{vdw_load_options.py → olm_load_options.py} +39 -8
- groupdocs_conversion_cloud/models/{dng_load_options.py → pdl_load_options.py} +7 -7
- groupdocs_conversion_cloud/models/{dgn_load_options.py → pub_load_options.py} +7 -7
- groupdocs_conversion_cloud/models/{dcm_load_options.py → three_d_load_options.py} +7 -7
- groupdocs_conversion_cloud/models/{vdx_load_options.py → vcf_load_options.py} +39 -8
- {groupdocs_conversion_cloud-25.8.dist-info → groupdocs_conversion_cloud-25.10.dist-info}/METADATA +1 -1
- {groupdocs_conversion_cloud-25.8.dist-info → groupdocs_conversion_cloud-25.10.dist-info}/RECORD +23 -90
- test/apis/test_convert_api.py +1 -1
- groupdocs_conversion_cloud/models/doc_load_options.py +0 -103
- groupdocs_conversion_cloud/models/docm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/docx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/dot_load_options.py +0 -103
- groupdocs_conversion_cloud/models/dotm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/dotx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/dwf_load_options.py +0 -103
- groupdocs_conversion_cloud/models/dwg_load_options.py +0 -103
- groupdocs_conversion_cloud/models/dwt_load_options.py +0 -103
- groupdocs_conversion_cloud/models/dxf_load_options.py +0 -103
- groupdocs_conversion_cloud/models/emf_load_options.py +0 -103
- groupdocs_conversion_cloud/models/eml_load_options.py +0 -103
- groupdocs_conversion_cloud/models/emlx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/gif_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ico_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ifc_load_options.py +0 -103
- groupdocs_conversion_cloud/models/igs_load_options.py +0 -103
- groupdocs_conversion_cloud/models/j2c_load_options.py +0 -103
- groupdocs_conversion_cloud/models/j2k_load_options.py +0 -103
- groupdocs_conversion_cloud/models/jp2_load_options.py +0 -103
- groupdocs_conversion_cloud/models/jpeg_load_options.py +0 -103
- groupdocs_conversion_cloud/models/jpf_load_options.py +0 -103
- groupdocs_conversion_cloud/models/jpg_load_options.py +0 -103
- groupdocs_conversion_cloud/models/jpm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/jpx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/mht_load_options.py +0 -103
- groupdocs_conversion_cloud/models/mobi_load_options.py +0 -103
- groupdocs_conversion_cloud/models/msg_load_options.py +0 -103
- groupdocs_conversion_cloud/models/odg_load_options.py +0 -103
- groupdocs_conversion_cloud/models/odp_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ods_load_options.py +0 -103
- groupdocs_conversion_cloud/models/odt_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ost_load_options.py +0 -103
- groupdocs_conversion_cloud/models/otp_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ots_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ott_load_options.py +0 -103
- groupdocs_conversion_cloud/models/plt_load_options.py +0 -103
- groupdocs_conversion_cloud/models/png_load_options.py +0 -103
- groupdocs_conversion_cloud/models/potm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/potx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/pps_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ppsm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ppsx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/ppt_load_options.py +0 -103
- groupdocs_conversion_cloud/models/pptm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/pptx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/psd_load_options.py +0 -103
- groupdocs_conversion_cloud/models/pst_load_options.py +0 -103
- groupdocs_conversion_cloud/models/stl_load_options.py +0 -103
- groupdocs_conversion_cloud/models/tif_load_options.py +0 -103
- groupdocs_conversion_cloud/models/tiff_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vsdx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vss_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vssm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vssx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vst_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vstm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vstx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vsx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/vtx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/webp_load_options.py +0 -103
- groupdocs_conversion_cloud/models/wmf_load_options.py +0 -103
- groupdocs_conversion_cloud/models/xls_load_options.py +0 -103
- groupdocs_conversion_cloud/models/xlsb_load_options.py +0 -103
- groupdocs_conversion_cloud/models/xlsm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/xlsx_load_options.py +0 -103
- groupdocs_conversion_cloud/models/xltm_load_options.py +0 -103
- groupdocs_conversion_cloud/models/xltx_load_options.py +0 -103
- {groupdocs_conversion_cloud-25.8.dist-info → groupdocs_conversion_cloud-25.10.dist-info}/WHEEL +0 -0
- {groupdocs_conversion_cloud-25.8.dist-info → groupdocs_conversion_cloud-25.10.dist-info}/licenses/LICENSE +0 -0
- {groupdocs_conversion_cloud-25.8.dist-info → groupdocs_conversion_cloud-25.10.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="FontLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class FontLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading Font documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -51,9 +51,9 @@ class DwfxLoadOptions(CadLoadOptions):
|
|
51
51
|
}
|
52
52
|
|
53
53
|
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
54
|
+
"""Initializes new instance of FontLoadOptions""" # noqa: E501
|
55
55
|
|
56
|
-
base = super(
|
56
|
+
base = super(FontLoadOptions, self)
|
57
57
|
base.__init__(**kwargs)
|
58
58
|
|
59
59
|
self.swagger_types.update(base.swagger_types)
|
@@ -93,7 +93,7 @@ class DwfxLoadOptions(CadLoadOptions):
|
|
93
93
|
|
94
94
|
def __eq__(self, other):
|
95
95
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
96
|
+
if not isinstance(other, FontLoadOptions):
|
97
97
|
return False
|
98
98
|
|
99
99
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="GisLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class GisLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading Gis documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -45,19 +45,83 @@ class VsdLoadOptions(DiagramLoadOptions):
|
|
45
45
|
and the value is json key in definition.
|
46
46
|
"""
|
47
47
|
swagger_types = {
|
48
|
+
'width': 'int',
|
49
|
+
'height': 'int'
|
48
50
|
}
|
49
51
|
|
50
52
|
attribute_map = {
|
53
|
+
'width': 'Width',
|
54
|
+
'height': 'Height'
|
51
55
|
}
|
52
56
|
|
53
|
-
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
57
|
+
def __init__(self, width=None, height=None, **kwargs): # noqa: E501
|
58
|
+
"""Initializes new instance of GisLoadOptions""" # noqa: E501
|
55
59
|
|
56
|
-
|
60
|
+
self._width = None
|
61
|
+
self._height = None
|
62
|
+
|
63
|
+
if width is not None:
|
64
|
+
self.width = width
|
65
|
+
if height is not None:
|
66
|
+
self.height = height
|
67
|
+
|
68
|
+
base = super(GisLoadOptions, self)
|
57
69
|
base.__init__(**kwargs)
|
58
70
|
|
59
71
|
self.swagger_types.update(base.swagger_types)
|
60
72
|
self.attribute_map.update(base.attribute_map)
|
73
|
+
|
74
|
+
@property
|
75
|
+
def width(self):
|
76
|
+
"""
|
77
|
+
Gets the width. # noqa: E501
|
78
|
+
|
79
|
+
Page width for converting GIS document. Default is 1000. # noqa: E501
|
80
|
+
|
81
|
+
:return: The width. # noqa: E501
|
82
|
+
:rtype: int
|
83
|
+
"""
|
84
|
+
return self._width
|
85
|
+
|
86
|
+
@width.setter
|
87
|
+
def width(self, width):
|
88
|
+
"""
|
89
|
+
Sets the width.
|
90
|
+
|
91
|
+
Page width for converting GIS document. Default is 1000. # noqa: E501
|
92
|
+
|
93
|
+
:param width: The width. # noqa: E501
|
94
|
+
:type: int
|
95
|
+
"""
|
96
|
+
if width is None:
|
97
|
+
raise ValueError("Invalid value for `width`, must not be `None`") # noqa: E501
|
98
|
+
self._width = width
|
99
|
+
|
100
|
+
@property
|
101
|
+
def height(self):
|
102
|
+
"""
|
103
|
+
Gets the height. # noqa: E501
|
104
|
+
|
105
|
+
Page height for converting GIS document. Default is 1000. # noqa: E501
|
106
|
+
|
107
|
+
:return: The height. # noqa: E501
|
108
|
+
:rtype: int
|
109
|
+
"""
|
110
|
+
return self._height
|
111
|
+
|
112
|
+
@height.setter
|
113
|
+
def height(self, height):
|
114
|
+
"""
|
115
|
+
Sets the height.
|
116
|
+
|
117
|
+
Page height for converting GIS document. Default is 1000. # noqa: E501
|
118
|
+
|
119
|
+
:param height: The height. # noqa: E501
|
120
|
+
:type: int
|
121
|
+
"""
|
122
|
+
if height is None:
|
123
|
+
raise ValueError("Invalid value for `height`, must not be `None`") # noqa: E501
|
124
|
+
self._height = height
|
61
125
|
|
62
126
|
def to_dict(self):
|
63
127
|
"""Returns the model properties as a dict"""
|
@@ -93,7 +157,7 @@ class VsdLoadOptions(DiagramLoadOptions):
|
|
93
157
|
|
94
158
|
def __eq__(self, other):
|
95
159
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
160
|
+
if not isinstance(other, GisLoadOptions):
|
97
161
|
return False
|
98
162
|
|
99
163
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="MboxLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class MboxLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading Mbox documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -51,9 +51,9 @@ class BmpLoadOptions(ImageLoadOptions):
|
|
51
51
|
}
|
52
52
|
|
53
53
|
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
54
|
+
"""Initializes new instance of MboxLoadOptions""" # noqa: E501
|
55
55
|
|
56
|
-
base = super(
|
56
|
+
base = super(MboxLoadOptions, self)
|
57
57
|
base.__init__(**kwargs)
|
58
58
|
|
59
59
|
self.swagger_types.update(base.swagger_types)
|
@@ -93,7 +93,7 @@ class BmpLoadOptions(ImageLoadOptions):
|
|
93
93
|
|
94
94
|
def __eq__(self, other):
|
95
95
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
96
|
+
if not isinstance(other, MboxLoadOptions):
|
97
97
|
return False
|
98
98
|
|
99
99
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="NoteLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -32,7 +32,7 @@ import six
|
|
32
32
|
|
33
33
|
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class NoteLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
37
|
One document load options
|
38
38
|
"""
|
@@ -57,7 +57,7 @@ class OneLoadOptions(LoadOptions):
|
|
57
57
|
}
|
58
58
|
|
59
59
|
def __init__(self, default_font=None, font_substitutes=None, password=None, **kwargs): # noqa: E501
|
60
|
-
"""Initializes new instance of
|
60
|
+
"""Initializes new instance of NoteLoadOptions""" # noqa: E501
|
61
61
|
|
62
62
|
self._default_font = None
|
63
63
|
self._font_substitutes = None
|
@@ -70,7 +70,7 @@ class OneLoadOptions(LoadOptions):
|
|
70
70
|
if password is not None:
|
71
71
|
self.password = password
|
72
72
|
|
73
|
-
base = super(
|
73
|
+
base = super(NoteLoadOptions, self)
|
74
74
|
base.__init__(**kwargs)
|
75
75
|
|
76
76
|
self.swagger_types.update(base.swagger_types)
|
@@ -182,7 +182,7 @@ class OneLoadOptions(LoadOptions):
|
|
182
182
|
|
183
183
|
def __eq__(self, other):
|
184
184
|
"""Returns true if both objects are equal"""
|
185
|
-
if not isinstance(other,
|
185
|
+
if not isinstance(other, NoteLoadOptions):
|
186
186
|
return False
|
187
187
|
|
188
188
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="OlmLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class OlmLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading Olm documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -45,19 +45,50 @@ class VdwLoadOptions(DiagramLoadOptions):
|
|
45
45
|
and the value is json key in definition.
|
46
46
|
"""
|
47
47
|
swagger_types = {
|
48
|
+
'folder': 'str'
|
48
49
|
}
|
49
50
|
|
50
51
|
attribute_map = {
|
52
|
+
'folder': 'Folder'
|
51
53
|
}
|
52
54
|
|
53
|
-
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
55
|
+
def __init__(self, folder=None, **kwargs): # noqa: E501
|
56
|
+
"""Initializes new instance of OlmLoadOptions""" # noqa: E501
|
55
57
|
|
56
|
-
|
58
|
+
self._folder = None
|
59
|
+
|
60
|
+
if folder is not None:
|
61
|
+
self.folder = folder
|
62
|
+
|
63
|
+
base = super(OlmLoadOptions, self)
|
57
64
|
base.__init__(**kwargs)
|
58
65
|
|
59
66
|
self.swagger_types.update(base.swagger_types)
|
60
67
|
self.attribute_map.update(base.attribute_map)
|
68
|
+
|
69
|
+
@property
|
70
|
+
def folder(self):
|
71
|
+
"""
|
72
|
+
Gets the folder. # noqa: E501
|
73
|
+
|
74
|
+
Folder which to be processed Default is Inbox # noqa: E501
|
75
|
+
|
76
|
+
:return: The folder. # noqa: E501
|
77
|
+
:rtype: str
|
78
|
+
"""
|
79
|
+
return self._folder
|
80
|
+
|
81
|
+
@folder.setter
|
82
|
+
def folder(self, folder):
|
83
|
+
"""
|
84
|
+
Sets the folder.
|
85
|
+
|
86
|
+
Folder which to be processed Default is Inbox # noqa: E501
|
87
|
+
|
88
|
+
:param folder: The folder. # noqa: E501
|
89
|
+
:type: str
|
90
|
+
"""
|
91
|
+
self._folder = folder
|
61
92
|
|
62
93
|
def to_dict(self):
|
63
94
|
"""Returns the model properties as a dict"""
|
@@ -93,7 +124,7 @@ class VdwLoadOptions(DiagramLoadOptions):
|
|
93
124
|
|
94
125
|
def __eq__(self, other):
|
95
126
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
127
|
+
if not isinstance(other, OlmLoadOptions):
|
97
128
|
return False
|
98
129
|
|
99
130
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="PdlLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class PdlLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading Pdl documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -51,9 +51,9 @@ class DngLoadOptions(ImageLoadOptions):
|
|
51
51
|
}
|
52
52
|
|
53
53
|
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
54
|
+
"""Initializes new instance of PdlLoadOptions""" # noqa: E501
|
55
55
|
|
56
|
-
base = super(
|
56
|
+
base = super(PdlLoadOptions, self)
|
57
57
|
base.__init__(**kwargs)
|
58
58
|
|
59
59
|
self.swagger_types.update(base.swagger_types)
|
@@ -93,7 +93,7 @@ class DngLoadOptions(ImageLoadOptions):
|
|
93
93
|
|
94
94
|
def __eq__(self, other):
|
95
95
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
96
|
+
if not isinstance(other, PdlLoadOptions):
|
97
97
|
return False
|
98
98
|
|
99
99
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="PubLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class PubLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading Pub documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -51,9 +51,9 @@ class DgnLoadOptions(CadLoadOptions):
|
|
51
51
|
}
|
52
52
|
|
53
53
|
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
54
|
+
"""Initializes new instance of PubLoadOptions""" # noqa: E501
|
55
55
|
|
56
|
-
base = super(
|
56
|
+
base = super(PubLoadOptions, self)
|
57
57
|
base.__init__(**kwargs)
|
58
58
|
|
59
59
|
self.swagger_types.update(base.swagger_types)
|
@@ -93,7 +93,7 @@ class DgnLoadOptions(CadLoadOptions):
|
|
93
93
|
|
94
94
|
def __eq__(self, other):
|
95
95
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
96
|
+
if not isinstance(other, PubLoadOptions):
|
97
97
|
return False
|
98
98
|
|
99
99
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="ThreeDLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class ThreeDLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading 3d documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -51,9 +51,9 @@ class DcmLoadOptions(ImageLoadOptions):
|
|
51
51
|
}
|
52
52
|
|
53
53
|
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
54
|
+
"""Initializes new instance of ThreeDLoadOptions""" # noqa: E501
|
55
55
|
|
56
|
-
base = super(
|
56
|
+
base = super(ThreeDLoadOptions, self)
|
57
57
|
base.__init__(**kwargs)
|
58
58
|
|
59
59
|
self.swagger_types.update(base.swagger_types)
|
@@ -93,7 +93,7 @@ class DcmLoadOptions(ImageLoadOptions):
|
|
93
93
|
|
94
94
|
def __eq__(self, other):
|
95
95
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
96
|
+
if not isinstance(other, ThreeDLoadOptions):
|
97
97
|
return False
|
98
98
|
|
99
99
|
return self.__dict__ == other.__dict__
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------------
|
4
|
-
# <copyright company="Aspose Pty Ltd" file="
|
4
|
+
# <copyright company="Aspose Pty Ltd" file="VcfLoadOptions.py">
|
5
5
|
# Copyright (c) Aspose Pty Ltd
|
6
6
|
# </copyright>
|
7
7
|
# <summary>
|
@@ -30,11 +30,11 @@ import re # noqa: F401
|
|
30
30
|
|
31
31
|
import six
|
32
32
|
|
33
|
-
from groupdocs_conversion_cloud.models import
|
33
|
+
from groupdocs_conversion_cloud.models import LoadOptions
|
34
34
|
|
35
|
-
class
|
35
|
+
class VcfLoadOptions(LoadOptions):
|
36
36
|
"""
|
37
|
-
|
37
|
+
Options for loading Vcf documents
|
38
38
|
"""
|
39
39
|
|
40
40
|
"""
|
@@ -45,19 +45,50 @@ class VdxLoadOptions(DiagramLoadOptions):
|
|
45
45
|
and the value is json key in definition.
|
46
46
|
"""
|
47
47
|
swagger_types = {
|
48
|
+
'encoding': 'str'
|
48
49
|
}
|
49
50
|
|
50
51
|
attribute_map = {
|
52
|
+
'encoding': 'Encoding'
|
51
53
|
}
|
52
54
|
|
53
|
-
def __init__(self, **kwargs): # noqa: E501
|
54
|
-
"""Initializes new instance of
|
55
|
+
def __init__(self, encoding=None, **kwargs): # noqa: E501
|
56
|
+
"""Initializes new instance of VcfLoadOptions""" # noqa: E501
|
55
57
|
|
56
|
-
|
58
|
+
self._encoding = None
|
59
|
+
|
60
|
+
if encoding is not None:
|
61
|
+
self.encoding = encoding
|
62
|
+
|
63
|
+
base = super(VcfLoadOptions, self)
|
57
64
|
base.__init__(**kwargs)
|
58
65
|
|
59
66
|
self.swagger_types.update(base.swagger_types)
|
60
67
|
self.attribute_map.update(base.attribute_map)
|
68
|
+
|
69
|
+
@property
|
70
|
+
def encoding(self):
|
71
|
+
"""
|
72
|
+
Gets the encoding. # noqa: E501
|
73
|
+
|
74
|
+
The encoding that will be used when loading Vcf document. Can be null. Default is null. # noqa: E501
|
75
|
+
|
76
|
+
:return: The encoding. # noqa: E501
|
77
|
+
:rtype: str
|
78
|
+
"""
|
79
|
+
return self._encoding
|
80
|
+
|
81
|
+
@encoding.setter
|
82
|
+
def encoding(self, encoding):
|
83
|
+
"""
|
84
|
+
Sets the encoding.
|
85
|
+
|
86
|
+
The encoding that will be used when loading Vcf document. Can be null. Default is null. # noqa: E501
|
87
|
+
|
88
|
+
:param encoding: The encoding. # noqa: E501
|
89
|
+
:type: str
|
90
|
+
"""
|
91
|
+
self._encoding = encoding
|
61
92
|
|
62
93
|
def to_dict(self):
|
63
94
|
"""Returns the model properties as a dict"""
|
@@ -93,7 +124,7 @@ class VdxLoadOptions(DiagramLoadOptions):
|
|
93
124
|
|
94
125
|
def __eq__(self, other):
|
95
126
|
"""Returns true if both objects are equal"""
|
96
|
-
if not isinstance(other,
|
127
|
+
if not isinstance(other, VcfLoadOptions):
|
97
128
|
return False
|
98
129
|
|
99
130
|
return self.__dict__ == other.__dict__
|