You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
20
20
21
21
- Removed 'GraphicsQualityOptions' image save option as it no longer supported.
22
22
- Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
23
+
- Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'
"""Gets the always_generate_root_object of this JsonDataLoadOptions. # noqa: E501
75
+
76
+
Gets or sets a value indicating whether a generated data source will always contain an object for a JSON root element. If a JSON root element contains a single complex property, such an object is not created by default. # noqa: E501
77
+
78
+
:return: The always_generate_root_object of this JsonDataLoadOptions. # noqa: E501
"""Sets the always_generate_root_object of this JsonDataLoadOptions.
86
+
87
+
Gets or sets a value indicating whether a generated data source will always contain an object for a JSON root element. If a JSON root element contains a single complex property, such an object is not created by default. # noqa: E501
88
+
89
+
:param always_generate_root_object: The always_generate_root_object of this JsonDataLoadOptions. # noqa: E501
"""Gets the simple_value_parse_mode of this JsonDataLoadOptions. # noqa: E501
119
+
120
+
Gets or sets a mode for parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON. Such a mode does not affect parsing of date-time values. The default is Aspose.Words.Reporting.JsonSimpleValueParseMode.Loose. # noqa: E501
121
+
122
+
:return: The simple_value_parse_mode of this JsonDataLoadOptions. # noqa: E501
"""Sets the simple_value_parse_mode of this JsonDataLoadOptions.
130
+
131
+
Gets or sets a mode for parsing JSON simple values (null, boolean, number, integer, and string) while loading JSON. Such a mode does not affect parsing of date-time values. The default is Aspose.Words.Reporting.JsonSimpleValueParseMode.Loose. # noqa: E501
132
+
133
+
:param simple_value_parse_mode: The simple_value_parse_mode of this JsonDataLoadOptions. # noqa: E501
134
+
:type: str
135
+
"""
136
+
allowed_values= ["Loose", "Strict"] # noqa: E501
137
+
ifnotsimple_value_parse_mode.isdigit():
138
+
ifsimple_value_parse_modenotinallowed_values:
139
+
raiseValueError(
140
+
"Invalid value for `simple_value_parse_mode` ({0}), must be one of {1}"# noqa: E501
0 commit comments