aspose_slides_cloud 20.4.0 → 20.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +61 -61
- data/TestData/ChartTest.pptx +0 -0
- data/TestData/Sections.pptx +0 -0
- data/TestData/TemplatingCVDataWithBase64.xml +22 -22
- data/lib/aspose_slides_cloud.rb +212 -205
- data/lib/aspose_slides_cloud/api/slides_api.rb +10979 -7974
- data/lib/aspose_slides_cloud/api/slides_api_requests.rb +4146 -3099
- data/lib/aspose_slides_cloud/api_client.rb +432 -429
- data/lib/aspose_slides_cloud/models/add_layout_slide.rb +244 -261
- data/lib/aspose_slides_cloud/models/add_master_slide.rb +259 -276
- data/lib/aspose_slides_cloud/models/add_shape.rb +239 -256
- data/lib/aspose_slides_cloud/models/add_slide.rb +269 -286
- data/lib/aspose_slides_cloud/models/api_info.rb +217 -205
- data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +285 -273
- data/lib/aspose_slides_cloud/models/audio_frame.rb +359 -573
- data/lib/aspose_slides_cloud/models/axes.rb +237 -225
- data/lib/aspose_slides_cloud/models/axis.rb +699 -687
- data/lib/aspose_slides_cloud/models/base64_input_file.rb +230 -256
- data/lib/aspose_slides_cloud/models/blur_effect.rb +227 -215
- data/lib/aspose_slides_cloud/models/box_and_whisker_series.rb +299 -0
- data/lib/aspose_slides_cloud/models/bubble_chart_data_point.rb +212 -230
- data/lib/aspose_slides_cloud/models/bubble_series.rb +248 -428
- data/lib/aspose_slides_cloud/models/chart.rb +365 -553
- data/lib/aspose_slides_cloud/models/chart_category.rb +271 -0
- data/lib/aspose_slides_cloud/models/chart_title.rb +222 -210
- data/lib/aspose_slides_cloud/models/chart_wall.rb +281 -269
- data/lib/aspose_slides_cloud/models/color_scheme.rb +317 -327
- data/lib/aspose_slides_cloud/models/common_slide_view_properties.rb +217 -0
- data/lib/aspose_slides_cloud/models/connector.rb +275 -487
- data/lib/aspose_slides_cloud/models/custom_dash_pattern.rb +209 -197
- data/lib/aspose_slides_cloud/models/{resource_uri_element.rb → data_point.rb} +197 -195
- data/lib/aspose_slides_cloud/models/disc_usage.rb +227 -215
- data/lib/aspose_slides_cloud/models/document.rb +257 -267
- data/lib/aspose_slides_cloud/models/document_properties.rb +209 -219
- data/lib/aspose_slides_cloud/models/document_property.rb +232 -242
- data/lib/aspose_slides_cloud/models/document_replace_result.rb +218 -282
- data/lib/aspose_slides_cloud/models/effect.rb +424 -412
- data/lib/aspose_slides_cloud/models/effect_format.rb +277 -265
- data/lib/aspose_slides_cloud/models/entity_exists.rb +212 -0
- data/lib/aspose_slides_cloud/models/error.rb +237 -225
- data/lib/aspose_slides_cloud/models/error_details.rb +222 -210
- data/lib/aspose_slides_cloud/models/export_format.rb +60 -59
- data/lib/aspose_slides_cloud/models/export_options.rb +216 -194
- data/lib/aspose_slides_cloud/models/file_version.rb +225 -270
- data/lib/aspose_slides_cloud/models/file_versions.rb +209 -197
- data/lib/aspose_slides_cloud/models/files_list.rb +209 -197
- data/lib/aspose_slides_cloud/models/files_upload_result.rb +221 -209
- data/lib/aspose_slides_cloud/models/fill_format.rb +240 -228
- data/lib/aspose_slides_cloud/models/fill_overlay_effect.rb +246 -234
- data/lib/aspose_slides_cloud/models/font_scheme.rb +227 -237
- data/lib/aspose_slides_cloud/models/font_set.rb +227 -215
- data/lib/aspose_slides_cloud/models/format_scheme.rb +245 -255
- data/lib/aspose_slides_cloud/models/geometry_shape.rb +260 -439
- data/lib/aspose_slides_cloud/models/glow_effect.rb +222 -210
- data/lib/aspose_slides_cloud/models/gradient_fill.rb +342 -359
- data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +222 -210
- data/lib/aspose_slides_cloud/models/graphical_object.rb +234 -422
- data/lib/aspose_slides_cloud/models/group_shape.rb +234 -422
- data/lib/aspose_slides_cloud/models/header_footer.rb +247 -0
- data/lib/aspose_slides_cloud/models/html_export_options.rb +421 -420
- data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +197 -195
- data/lib/aspose_slides_cloud/models/image.rb +237 -247
- data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -43
- data/lib/aspose_slides_cloud/models/image_export_options.rb +299 -298
- data/lib/aspose_slides_cloud/models/images.rb +209 -219
- data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +252 -240
- data/lib/aspose_slides_cloud/models/input.rb +227 -215
- data/lib/aspose_slides_cloud/models/input_file.rb +250 -238
- data/lib/aspose_slides_cloud/models/interactive_sequence.rb +224 -212
- data/lib/aspose_slides_cloud/models/layout_slide.rb +278 -288
- data/lib/aspose_slides_cloud/models/layout_slides.rb +209 -219
- data/lib/aspose_slides_cloud/models/legend.rb +321 -309
- data/lib/aspose_slides_cloud/models/line_format.rb +389 -377
- data/lib/aspose_slides_cloud/models/master_slide.rb +231 -241
- data/lib/aspose_slides_cloud/models/master_slides.rb +209 -219
- data/lib/aspose_slides_cloud/models/merge.rb +231 -248
- data/lib/aspose_slides_cloud/models/merging_source.rb +219 -207
- data/lib/aspose_slides_cloud/models/no_fill.rb +219 -236
- data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +217 -0
- data/lib/aspose_slides_cloud/models/notes_slide.rb +217 -227
- data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +43 -43
- data/lib/aspose_slides_cloud/models/notes_slide_header_footer.rb +267 -0
- data/lib/aspose_slides_cloud/models/object_exist.rb +227 -215
- data/lib/aspose_slides_cloud/models/ole_object_frame.rb +259 -447
- data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +210 -200
- data/lib/aspose_slides_cloud/models/one_value_series.rb +248 -428
- data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +209 -197
- data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +252 -240
- data/lib/aspose_slides_cloud/models/output_file.rb +240 -228
- data/lib/aspose_slides_cloud/models/paragraph.rb +517 -527
- data/lib/aspose_slides_cloud/models/paragraphs.rb +209 -219
- data/lib/aspose_slides_cloud/models/path_input_file.rb +240 -266
- data/lib/aspose_slides_cloud/models/path_output_file.rb +239 -256
- data/lib/aspose_slides_cloud/models/pattern_fill.rb +266 -283
- data/lib/aspose_slides_cloud/models/pdf_export_options.rb +547 -519
- data/lib/aspose_slides_cloud/models/picture_fill.rb +351 -368
- data/lib/aspose_slides_cloud/models/picture_frame.rb +245 -459
- data/lib/aspose_slides_cloud/models/pipeline.rb +219 -207
- data/lib/aspose_slides_cloud/models/placeholder.rb +325 -335
- data/lib/aspose_slides_cloud/models/placeholders.rb +209 -219
- data/lib/aspose_slides_cloud/models/plot_area.rb +311 -299
- data/lib/aspose_slides_cloud/models/portion.rb +589 -599
- data/lib/aspose_slides_cloud/models/portions.rb +209 -219
- data/lib/aspose_slides_cloud/models/pptx_export_options.rb +247 -246
- data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +229 -217
- data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +221 -209
- data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +286 -274
- data/lib/aspose_slides_cloud/models/reflection_effect.rb +441 -429
- data/lib/aspose_slides_cloud/models/remove_shape.rb +229 -246
- data/lib/aspose_slides_cloud/models/remove_slide.rb +234 -251
- data/lib/aspose_slides_cloud/models/reorder_slide.rb +249 -266
- data/lib/aspose_slides_cloud/models/replace_text.rb +269 -286
- data/lib/aspose_slides_cloud/models/request_input_file.rb +235 -261
- data/lib/aspose_slides_cloud/models/reset_slide.rb +234 -251
- data/lib/aspose_slides_cloud/models/resource_base.rb +219 -207
- data/lib/aspose_slides_cloud/models/resource_uri.rb +237 -225
- data/lib/aspose_slides_cloud/models/response_output_file.rb +219 -236
- data/lib/aspose_slides_cloud/models/save.rb +266 -283
- data/lib/aspose_slides_cloud/models/save_shape.rb +276 -293
- data/lib/aspose_slides_cloud/models/save_slide.rb +301 -318
- data/lib/aspose_slides_cloud/models/scale_type.rb +41 -41
- data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +225 -215
- data/lib/aspose_slides_cloud/models/scatter_series.rb +248 -428
- data/lib/aspose_slides_cloud/models/section.rb +234 -0
- data/lib/aspose_slides_cloud/models/sections.rb +209 -0
- data/lib/aspose_slides_cloud/models/series.rb +422 -389
- data/lib/aspose_slides_cloud/models/series_marker.rb +281 -269
- data/lib/aspose_slides_cloud/models/shape.rb +255 -467
- data/lib/aspose_slides_cloud/models/shape_base.rb +375 -406
- data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -44
- data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +286 -274
- data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -41
- data/lib/aspose_slides_cloud/models/shapes.rb +209 -219
- data/lib/aspose_slides_cloud/models/size_type.rb +55 -55
- data/lib/aspose_slides_cloud/models/slide.rb +322 -332
- data/lib/aspose_slides_cloud/models/slide_animation.rb +221 -231
- data/lib/aspose_slides_cloud/models/slide_background.rb +266 -276
- data/lib/aspose_slides_cloud/models/slide_comment.rb +239 -227
- data/lib/aspose_slides_cloud/models/slide_comments.rb +209 -219
- data/lib/aspose_slides_cloud/models/slide_export_format.rb +59 -58
- data/lib/aspose_slides_cloud/models/slide_replace_result.rb +223 -347
- data/lib/aspose_slides_cloud/models/slides.rb +209 -219
- data/lib/aspose_slides_cloud/models/smart_art.rb +342 -530
- data/lib/aspose_slides_cloud/models/smart_art_node.rb +293 -281
- data/lib/aspose_slides_cloud/models/smart_art_shape.rb +235 -422
- data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +212 -200
- data/lib/aspose_slides_cloud/models/solid_fill.rb +229 -246
- data/lib/aspose_slides_cloud/models/split_document_result.rb +209 -219
- data/lib/aspose_slides_cloud/models/storage_exist.rb +212 -200
- data/lib/aspose_slides_cloud/models/storage_file.rb +257 -245
- data/lib/aspose_slides_cloud/models/svg_export_options.rb +379 -378
- data/lib/aspose_slides_cloud/models/swf_export_options.rb +529 -528
- data/lib/aspose_slides_cloud/models/table.rb +350 -538
- data/lib/aspose_slides_cloud/models/table_cell.rb +403 -391
- data/lib/aspose_slides_cloud/models/table_column.rb +212 -200
- data/lib/aspose_slides_cloud/models/table_row.rb +239 -227
- data/lib/aspose_slides_cloud/models/task.rb +240 -228
- data/lib/aspose_slides_cloud/models/text_item.rb +217 -205
- data/lib/aspose_slides_cloud/models/text_items.rb +209 -219
- data/lib/aspose_slides_cloud/models/theme.rb +237 -247
- data/lib/aspose_slides_cloud/models/tiff_export_options.rb +423 -422
- data/lib/aspose_slides_cloud/models/update_background.rb +241 -258
- data/lib/aspose_slides_cloud/models/update_shape.rb +239 -256
- data/lib/aspose_slides_cloud/models/video_frame.rb +329 -543
- data/lib/aspose_slides_cloud/models/view_properties.rb +357 -0
- data/lib/aspose_slides_cloud/models/waterfall_chart_data_point.rb +206 -0
- data/lib/aspose_slides_cloud/models/waterfall_series.rb +247 -0
- data/lib/aspose_slides_cloud/models/xps_export_options.rb +243 -242
- data/lib/aspose_slides_cloud/type_registry.rb +320 -0
- data/lib/aspose_slides_cloud/version.rb +25 -25
- data/spec/api/slides_api_spec.rb +35926 -24406
- data/spec/extra/extra_spec.rb +235 -101
- data/spec/spec_utils.rb +183 -176
- data/testConfig.json +7 -7
- data/testRules.json +472 -340
- metadata +18 -3
@@ -1,519 +1,547 @@
|
|
1
|
-
=begin
|
2
|
-
Copyright (c) 2019 Aspose Pty Ltd
|
3
|
-
|
4
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
-
of this software and associated documentation files (the "Software"), to deal
|
6
|
-
in the Software without restriction, including without limitation the rights
|
7
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
-
copies of the Software, and to permit persons to whom the Software is
|
9
|
-
furnished to do so, subject to the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be included in all
|
12
|
-
copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20
|
-
SOFTWARE.
|
21
|
-
=end
|
22
|
-
|
23
|
-
require 'date'
|
24
|
-
|
25
|
-
module AsposeSlidesCloud
|
26
|
-
# Provides options that control how a presentation is saved in Pdf format.
|
27
|
-
class PdfExportOptions
|
28
|
-
#
|
29
|
-
attr_accessor :
|
30
|
-
|
31
|
-
#
|
32
|
-
attr_accessor :
|
33
|
-
|
34
|
-
#
|
35
|
-
attr_accessor :
|
36
|
-
|
37
|
-
#
|
38
|
-
attr_accessor :
|
39
|
-
|
40
|
-
# Returns or sets a value determining
|
41
|
-
attr_accessor :
|
42
|
-
|
43
|
-
#
|
44
|
-
attr_accessor :
|
45
|
-
|
46
|
-
#
|
47
|
-
attr_accessor :
|
48
|
-
|
49
|
-
#
|
50
|
-
attr_accessor :
|
51
|
-
|
52
|
-
#
|
53
|
-
attr_accessor :
|
54
|
-
|
55
|
-
#
|
56
|
-
attr_accessor :
|
57
|
-
|
58
|
-
#
|
59
|
-
attr_accessor :
|
60
|
-
|
61
|
-
#
|
62
|
-
attr_accessor :
|
63
|
-
|
64
|
-
# Gets or sets the position of the
|
65
|
-
attr_accessor :
|
66
|
-
|
67
|
-
# Gets or sets the
|
68
|
-
attr_accessor :
|
69
|
-
|
70
|
-
# Gets or sets the
|
71
|
-
attr_accessor :
|
72
|
-
|
73
|
-
#
|
74
|
-
attr_accessor :
|
75
|
-
|
76
|
-
#
|
77
|
-
attr_accessor :
|
78
|
-
|
79
|
-
#
|
80
|
-
attr_accessor :
|
81
|
-
|
82
|
-
#
|
83
|
-
attr_accessor :
|
84
|
-
|
85
|
-
class EnumAttributeValidator
|
86
|
-
attr_reader :datatype
|
87
|
-
attr_reader :allowable_values
|
88
|
-
|
89
|
-
def initialize(datatype, allowable_values)
|
90
|
-
@allowable_values = allowable_values.map do |value|
|
91
|
-
case datatype.to_s
|
92
|
-
when /Integer/i
|
93
|
-
value.to_i
|
94
|
-
when /Float/i
|
95
|
-
value.to_f
|
96
|
-
else
|
97
|
-
value
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
def valid?(value)
|
103
|
-
!value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
108
|
-
def self.attribute_map
|
109
|
-
{
|
110
|
-
:'
|
111
|
-
:'
|
112
|
-
:'
|
113
|
-
:'
|
114
|
-
:'
|
115
|
-
:'
|
116
|
-
:'
|
117
|
-
:'
|
118
|
-
:'
|
119
|
-
:'
|
120
|
-
:'
|
121
|
-
:'
|
122
|
-
:'
|
123
|
-
:'
|
124
|
-
:'
|
125
|
-
:'
|
126
|
-
:'
|
127
|
-
:'
|
128
|
-
:'
|
129
|
-
}
|
130
|
-
end
|
131
|
-
|
132
|
-
# Attribute type mapping.
|
133
|
-
def self.swagger_types
|
134
|
-
{
|
135
|
-
:'
|
136
|
-
:'
|
137
|
-
:'
|
138
|
-
:'
|
139
|
-
:'
|
140
|
-
:'
|
141
|
-
:'
|
142
|
-
:'
|
143
|
-
:'
|
144
|
-
:'
|
145
|
-
:'
|
146
|
-
:'
|
147
|
-
:'
|
148
|
-
:'
|
149
|
-
:'
|
150
|
-
:'
|
151
|
-
:'
|
152
|
-
:'
|
153
|
-
:'
|
154
|
-
}
|
155
|
-
end
|
156
|
-
|
157
|
-
# Initializes the object
|
158
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
159
|
-
def initialize(attributes = {})
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
if @
|
251
|
-
invalid_properties.push('invalid value for "
|
252
|
-
end
|
253
|
-
|
254
|
-
if @
|
255
|
-
invalid_properties.push('invalid value for "
|
256
|
-
end
|
257
|
-
|
258
|
-
if @
|
259
|
-
invalid_properties.push('invalid value for "
|
260
|
-
end
|
261
|
-
|
262
|
-
if @
|
263
|
-
invalid_properties.push('invalid value for "
|
264
|
-
end
|
265
|
-
|
266
|
-
if @
|
267
|
-
invalid_properties.push('invalid value for "
|
268
|
-
end
|
269
|
-
|
270
|
-
if @
|
271
|
-
invalid_properties.push('invalid value for "
|
272
|
-
end
|
273
|
-
|
274
|
-
if @
|
275
|
-
invalid_properties.push('invalid value for "
|
276
|
-
end
|
277
|
-
|
278
|
-
if @
|
279
|
-
invalid_properties.push('invalid value for "
|
280
|
-
end
|
281
|
-
|
282
|
-
if @
|
283
|
-
invalid_properties.push('invalid value for "
|
284
|
-
end
|
285
|
-
|
286
|
-
if @
|
287
|
-
invalid_properties.push('invalid value for "
|
288
|
-
end
|
289
|
-
|
290
|
-
if @
|
291
|
-
invalid_properties.push('invalid value for "
|
292
|
-
end
|
293
|
-
|
294
|
-
if @
|
295
|
-
invalid_properties.push('invalid value for "
|
296
|
-
end
|
297
|
-
|
298
|
-
if @
|
299
|
-
invalid_properties.push('invalid value for "
|
300
|
-
end
|
301
|
-
|
302
|
-
if @
|
303
|
-
invalid_properties.push('invalid value for "
|
304
|
-
end
|
305
|
-
|
306
|
-
invalid_properties
|
307
|
-
end
|
308
|
-
|
309
|
-
# Check to see if the all the properties in the model are valid
|
310
|
-
# @return true if the model is valid
|
311
|
-
def valid?
|
312
|
-
return false if
|
313
|
-
|
314
|
-
|
315
|
-
return false
|
316
|
-
return false if @
|
317
|
-
|
318
|
-
|
319
|
-
return false
|
320
|
-
return false if @
|
321
|
-
return false if @
|
322
|
-
return false if @
|
323
|
-
return false if @
|
324
|
-
return false if @
|
325
|
-
return false if @
|
326
|
-
|
327
|
-
|
328
|
-
return false
|
329
|
-
|
330
|
-
|
331
|
-
return false
|
332
|
-
return false if @
|
333
|
-
return false if @
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
1
|
+
=begin
|
2
|
+
Copyright (c) 2019 Aspose Pty Ltd
|
3
|
+
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
6
|
+
in the Software without restriction, including without limitation the rights
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
9
|
+
furnished to do so, subject to the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be included in all
|
12
|
+
copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20
|
+
SOFTWARE.
|
21
|
+
=end
|
22
|
+
|
23
|
+
require 'date'
|
24
|
+
|
25
|
+
module AsposeSlidesCloud
|
26
|
+
# Provides options that control how a presentation is saved in Pdf format.
|
27
|
+
class PdfExportOptions < ExportOptions
|
28
|
+
# Specifies compression type to be used for all textual content in the document.
|
29
|
+
attr_accessor :text_compression
|
30
|
+
|
31
|
+
# Determines if all characters of font should be embedded or only used subset.
|
32
|
+
attr_accessor :embed_full_fonts
|
33
|
+
|
34
|
+
# Desired conformance level for generated PDF document.
|
35
|
+
attr_accessor :compliance
|
36
|
+
|
37
|
+
# Returns or sets a value determining resolution of images inside PDF document. Property affects on file size, time of export and image quality. The default value is 96.
|
38
|
+
attr_accessor :sufficient_resolution
|
39
|
+
|
40
|
+
# Returns or sets a value determining the quality of the JPEG images inside PDF document.
|
41
|
+
attr_accessor :jpeg_quality
|
42
|
+
|
43
|
+
# True to draw black frame around each slide.
|
44
|
+
attr_accessor :draw_slides_frame
|
45
|
+
|
46
|
+
# Specifies whether the generated document should include hidden slides or not. Default is false.
|
47
|
+
attr_accessor :show_hidden_slides
|
48
|
+
|
49
|
+
# True to convert all metafiles used in a presentation to the PNG images.
|
50
|
+
attr_accessor :save_metafiles_as_png
|
51
|
+
|
52
|
+
# Setting user password to protect the PDF document.
|
53
|
+
attr_accessor :password
|
54
|
+
|
55
|
+
# Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF's base 14 fonts and additional user specified fonts.
|
56
|
+
attr_accessor :embed_true_type_fonts_for_ascii
|
57
|
+
|
58
|
+
# Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.
|
59
|
+
attr_accessor :additional_common_font_families
|
60
|
+
|
61
|
+
# Gets or sets the position of the notes on the page.
|
62
|
+
attr_accessor :notes_position
|
63
|
+
|
64
|
+
# Gets or sets the position of the comments on the page.
|
65
|
+
attr_accessor :comments_position
|
66
|
+
|
67
|
+
# Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
|
68
|
+
attr_accessor :comments_area_width
|
69
|
+
|
70
|
+
# Gets or sets the color of comments area (Applies only if comments are displayed on the right).
|
71
|
+
attr_accessor :comments_area_color
|
72
|
+
|
73
|
+
# True if comments that have no author are displayed. (Applies only if comments are displayed).
|
74
|
+
attr_accessor :show_comments_by_no_author
|
75
|
+
|
76
|
+
# Image transparent color.
|
77
|
+
attr_accessor :image_transparent_color
|
78
|
+
|
79
|
+
# True to apply specified ImageTransparentColor to an image.
|
80
|
+
attr_accessor :apply_image_transparent
|
81
|
+
|
82
|
+
# Access permissions that should be granted when the document is opened with user access. Default is AccessPermissions.None.
|
83
|
+
attr_accessor :access_permissions
|
84
|
+
|
85
|
+
class EnumAttributeValidator
|
86
|
+
attr_reader :datatype
|
87
|
+
attr_reader :allowable_values
|
88
|
+
|
89
|
+
def initialize(datatype, allowable_values)
|
90
|
+
@allowable_values = allowable_values.map do |value|
|
91
|
+
case datatype.to_s
|
92
|
+
when /Integer/i
|
93
|
+
value.to_i
|
94
|
+
when /Float/i
|
95
|
+
value.to_f
|
96
|
+
else
|
97
|
+
value
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
def valid?(value)
|
103
|
+
!value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
108
|
+
def self.attribute_map
|
109
|
+
super.merge({
|
110
|
+
:'text_compression' => :'TextCompression',
|
111
|
+
:'embed_full_fonts' => :'EmbedFullFonts',
|
112
|
+
:'compliance' => :'Compliance',
|
113
|
+
:'sufficient_resolution' => :'SufficientResolution',
|
114
|
+
:'jpeg_quality' => :'JpegQuality',
|
115
|
+
:'draw_slides_frame' => :'DrawSlidesFrame',
|
116
|
+
:'show_hidden_slides' => :'ShowHiddenSlides',
|
117
|
+
:'save_metafiles_as_png' => :'SaveMetafilesAsPng',
|
118
|
+
:'password' => :'Password',
|
119
|
+
:'embed_true_type_fonts_for_ascii' => :'EmbedTrueTypeFontsForASCII',
|
120
|
+
:'additional_common_font_families' => :'AdditionalCommonFontFamilies',
|
121
|
+
:'notes_position' => :'NotesPosition',
|
122
|
+
:'comments_position' => :'CommentsPosition',
|
123
|
+
:'comments_area_width' => :'CommentsAreaWidth',
|
124
|
+
:'comments_area_color' => :'CommentsAreaColor',
|
125
|
+
:'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
|
126
|
+
:'image_transparent_color' => :'ImageTransparentColor',
|
127
|
+
:'apply_image_transparent' => :'ApplyImageTransparent',
|
128
|
+
:'access_permissions' => :'AccessPermissions',
|
129
|
+
})
|
130
|
+
end
|
131
|
+
|
132
|
+
# Attribute type mapping.
|
133
|
+
def self.swagger_types
|
134
|
+
super.merge({
|
135
|
+
:'text_compression' => :'String',
|
136
|
+
:'embed_full_fonts' => :'BOOLEAN',
|
137
|
+
:'compliance' => :'String',
|
138
|
+
:'sufficient_resolution' => :'Float',
|
139
|
+
:'jpeg_quality' => :'Integer',
|
140
|
+
:'draw_slides_frame' => :'BOOLEAN',
|
141
|
+
:'show_hidden_slides' => :'BOOLEAN',
|
142
|
+
:'save_metafiles_as_png' => :'BOOLEAN',
|
143
|
+
:'password' => :'String',
|
144
|
+
:'embed_true_type_fonts_for_ascii' => :'BOOLEAN',
|
145
|
+
:'additional_common_font_families' => :'Array<String>',
|
146
|
+
:'notes_position' => :'String',
|
147
|
+
:'comments_position' => :'String',
|
148
|
+
:'comments_area_width' => :'Integer',
|
149
|
+
:'comments_area_color' => :'String',
|
150
|
+
:'show_comments_by_no_author' => :'BOOLEAN',
|
151
|
+
:'image_transparent_color' => :'String',
|
152
|
+
:'apply_image_transparent' => :'BOOLEAN',
|
153
|
+
:'access_permissions' => :'String',
|
154
|
+
})
|
155
|
+
end
|
156
|
+
|
157
|
+
# Initializes the object
|
158
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
159
|
+
def initialize(attributes = {})
|
160
|
+
super
|
161
|
+
|
162
|
+
if attributes.has_key?(:'TextCompression')
|
163
|
+
self.text_compression = attributes[:'TextCompression']
|
164
|
+
end
|
165
|
+
|
166
|
+
if attributes.has_key?(:'EmbedFullFonts')
|
167
|
+
self.embed_full_fonts = attributes[:'EmbedFullFonts']
|
168
|
+
end
|
169
|
+
|
170
|
+
if attributes.has_key?(:'Compliance')
|
171
|
+
self.compliance = attributes[:'Compliance']
|
172
|
+
end
|
173
|
+
|
174
|
+
if attributes.has_key?(:'SufficientResolution')
|
175
|
+
self.sufficient_resolution = attributes[:'SufficientResolution']
|
176
|
+
end
|
177
|
+
|
178
|
+
if attributes.has_key?(:'JpegQuality')
|
179
|
+
self.jpeg_quality = attributes[:'JpegQuality']
|
180
|
+
end
|
181
|
+
|
182
|
+
if attributes.has_key?(:'DrawSlidesFrame')
|
183
|
+
self.draw_slides_frame = attributes[:'DrawSlidesFrame']
|
184
|
+
end
|
185
|
+
|
186
|
+
if attributes.has_key?(:'ShowHiddenSlides')
|
187
|
+
self.show_hidden_slides = attributes[:'ShowHiddenSlides']
|
188
|
+
end
|
189
|
+
|
190
|
+
if attributes.has_key?(:'SaveMetafilesAsPng')
|
191
|
+
self.save_metafiles_as_png = attributes[:'SaveMetafilesAsPng']
|
192
|
+
end
|
193
|
+
|
194
|
+
if attributes.has_key?(:'Password')
|
195
|
+
self.password = attributes[:'Password']
|
196
|
+
end
|
197
|
+
|
198
|
+
if attributes.has_key?(:'EmbedTrueTypeFontsForASCII')
|
199
|
+
self.embed_true_type_fonts_for_ascii = attributes[:'EmbedTrueTypeFontsForASCII']
|
200
|
+
end
|
201
|
+
|
202
|
+
if attributes.has_key?(:'AdditionalCommonFontFamilies')
|
203
|
+
if (value = attributes[:'AdditionalCommonFontFamilies']).is_a?(Array)
|
204
|
+
self.additional_common_font_families = value
|
205
|
+
end
|
206
|
+
end
|
207
|
+
|
208
|
+
if attributes.has_key?(:'NotesPosition')
|
209
|
+
self.notes_position = attributes[:'NotesPosition']
|
210
|
+
end
|
211
|
+
|
212
|
+
if attributes.has_key?(:'CommentsPosition')
|
213
|
+
self.comments_position = attributes[:'CommentsPosition']
|
214
|
+
end
|
215
|
+
|
216
|
+
if attributes.has_key?(:'CommentsAreaWidth')
|
217
|
+
self.comments_area_width = attributes[:'CommentsAreaWidth']
|
218
|
+
end
|
219
|
+
|
220
|
+
if attributes.has_key?(:'CommentsAreaColor')
|
221
|
+
self.comments_area_color = attributes[:'CommentsAreaColor']
|
222
|
+
end
|
223
|
+
|
224
|
+
if attributes.has_key?(:'ShowCommentsByNoAuthor')
|
225
|
+
self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
|
226
|
+
end
|
227
|
+
|
228
|
+
if attributes.has_key?(:'ImageTransparentColor')
|
229
|
+
self.image_transparent_color = attributes[:'ImageTransparentColor']
|
230
|
+
end
|
231
|
+
|
232
|
+
if attributes.has_key?(:'ApplyImageTransparent')
|
233
|
+
self.apply_image_transparent = attributes[:'ApplyImageTransparent']
|
234
|
+
end
|
235
|
+
|
236
|
+
if attributes.has_key?(:'AccessPermissions')
|
237
|
+
self.access_permissions = attributes[:'AccessPermissions']
|
238
|
+
end
|
239
|
+
self.format = "pdf"
|
240
|
+
end
|
241
|
+
|
242
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
243
|
+
# @return Array for valid properties with the reasons
|
244
|
+
def list_invalid_properties
|
245
|
+
invalid_properties = super
|
246
|
+
if @text_compression.nil?
|
247
|
+
invalid_properties.push('invalid value for "text_compression", text_compression cannot be nil.')
|
248
|
+
end
|
249
|
+
|
250
|
+
if @embed_full_fonts.nil?
|
251
|
+
invalid_properties.push('invalid value for "embed_full_fonts", embed_full_fonts cannot be nil.')
|
252
|
+
end
|
253
|
+
|
254
|
+
if @compliance.nil?
|
255
|
+
invalid_properties.push('invalid value for "compliance", compliance cannot be nil.')
|
256
|
+
end
|
257
|
+
|
258
|
+
if @sufficient_resolution.nil?
|
259
|
+
invalid_properties.push('invalid value for "sufficient_resolution", sufficient_resolution cannot be nil.')
|
260
|
+
end
|
261
|
+
|
262
|
+
if @jpeg_quality.nil?
|
263
|
+
invalid_properties.push('invalid value for "jpeg_quality", jpeg_quality cannot be nil.')
|
264
|
+
end
|
265
|
+
|
266
|
+
if @draw_slides_frame.nil?
|
267
|
+
invalid_properties.push('invalid value for "draw_slides_frame", draw_slides_frame cannot be nil.')
|
268
|
+
end
|
269
|
+
|
270
|
+
if @show_hidden_slides.nil?
|
271
|
+
invalid_properties.push('invalid value for "show_hidden_slides", show_hidden_slides cannot be nil.')
|
272
|
+
end
|
273
|
+
|
274
|
+
if @save_metafiles_as_png.nil?
|
275
|
+
invalid_properties.push('invalid value for "save_metafiles_as_png", save_metafiles_as_png cannot be nil.')
|
276
|
+
end
|
277
|
+
|
278
|
+
if @embed_true_type_fonts_for_ascii.nil?
|
279
|
+
invalid_properties.push('invalid value for "embed_true_type_fonts_for_ascii", embed_true_type_fonts_for_ascii cannot be nil.')
|
280
|
+
end
|
281
|
+
|
282
|
+
if @notes_position.nil?
|
283
|
+
invalid_properties.push('invalid value for "notes_position", notes_position cannot be nil.')
|
284
|
+
end
|
285
|
+
|
286
|
+
if @comments_position.nil?
|
287
|
+
invalid_properties.push('invalid value for "comments_position", comments_position cannot be nil.')
|
288
|
+
end
|
289
|
+
|
290
|
+
if @comments_area_width.nil?
|
291
|
+
invalid_properties.push('invalid value for "comments_area_width", comments_area_width cannot be nil.')
|
292
|
+
end
|
293
|
+
|
294
|
+
if @show_comments_by_no_author.nil?
|
295
|
+
invalid_properties.push('invalid value for "show_comments_by_no_author", show_comments_by_no_author cannot be nil.')
|
296
|
+
end
|
297
|
+
|
298
|
+
if @apply_image_transparent.nil?
|
299
|
+
invalid_properties.push('invalid value for "apply_image_transparent", apply_image_transparent cannot be nil.')
|
300
|
+
end
|
301
|
+
|
302
|
+
if @access_permissions.nil?
|
303
|
+
invalid_properties.push('invalid value for "access_permissions", access_permissions cannot be nil.')
|
304
|
+
end
|
305
|
+
|
306
|
+
invalid_properties
|
307
|
+
end
|
308
|
+
|
309
|
+
# Check to see if the all the properties in the model are valid
|
310
|
+
# @return true if the model is valid
|
311
|
+
def valid?
|
312
|
+
return false if !super
|
313
|
+
return false if @text_compression.nil?
|
314
|
+
text_compression_validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
|
315
|
+
return false unless text_compression_validator.valid?(@text_compression)
|
316
|
+
return false if @embed_full_fonts.nil?
|
317
|
+
return false if @compliance.nil?
|
318
|
+
compliance_validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b', 'PdfA1a', 'PdfUa'])
|
319
|
+
return false unless compliance_validator.valid?(@compliance)
|
320
|
+
return false if @sufficient_resolution.nil?
|
321
|
+
return false if @jpeg_quality.nil?
|
322
|
+
return false if @draw_slides_frame.nil?
|
323
|
+
return false if @show_hidden_slides.nil?
|
324
|
+
return false if @save_metafiles_as_png.nil?
|
325
|
+
return false if @embed_true_type_fonts_for_ascii.nil?
|
326
|
+
return false if @notes_position.nil?
|
327
|
+
notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
|
328
|
+
return false unless notes_position_validator.valid?(@notes_position)
|
329
|
+
return false if @comments_position.nil?
|
330
|
+
comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
|
331
|
+
return false unless comments_position_validator.valid?(@comments_position)
|
332
|
+
return false if @comments_area_width.nil?
|
333
|
+
return false if @show_comments_by_no_author.nil?
|
334
|
+
return false if @apply_image_transparent.nil?
|
335
|
+
return false if @access_permissions.nil?
|
336
|
+
access_permissions_validator = EnumAttributeValidator.new('String', ['None', 'PrintDocument', 'ModifyContent', 'CopyTextAndGraphics', 'AddOrModifyFields', 'FillExistingFields', 'ExtractTextAndGraphics', 'AssembleDocument', 'HighQualityPrint'])
|
337
|
+
return false unless access_permissions_validator.valid?(@access_permissions)
|
338
|
+
true
|
339
|
+
end
|
340
|
+
|
341
|
+
# Custom attribute writer method checking allowed values (enum).
|
342
|
+
# @param [Object] text_compression Object to be assigned
|
343
|
+
def text_compression=(text_compression)
|
344
|
+
validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
|
345
|
+
unless validator.valid?(text_compression)
|
346
|
+
fail ArgumentError, 'invalid value for "text_compression", must be one of #{validator.allowable_values}.'
|
347
|
+
end
|
348
|
+
@text_compression = text_compression
|
349
|
+
end
|
350
|
+
|
351
|
+
# Custom attribute writer method checking allowed values (enum).
|
352
|
+
# @param [Object] compliance Object to be assigned
|
353
|
+
def compliance=(compliance)
|
354
|
+
validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b', 'PdfA1a', 'PdfUa'])
|
355
|
+
unless validator.valid?(compliance)
|
356
|
+
fail ArgumentError, 'invalid value for "compliance", must be one of #{validator.allowable_values}.'
|
357
|
+
end
|
358
|
+
@compliance = compliance
|
359
|
+
end
|
360
|
+
|
361
|
+
# Custom attribute writer method checking allowed values (enum).
|
362
|
+
# @param [Object] notes_position Object to be assigned
|
363
|
+
def notes_position=(notes_position)
|
364
|
+
validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
|
365
|
+
unless validator.valid?(notes_position)
|
366
|
+
fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
|
367
|
+
end
|
368
|
+
@notes_position = notes_position
|
369
|
+
end
|
370
|
+
|
371
|
+
# Custom attribute writer method checking allowed values (enum).
|
372
|
+
# @param [Object] comments_position Object to be assigned
|
373
|
+
def comments_position=(comments_position)
|
374
|
+
validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
|
375
|
+
unless validator.valid?(comments_position)
|
376
|
+
fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
|
377
|
+
end
|
378
|
+
@comments_position = comments_position
|
379
|
+
end
|
380
|
+
|
381
|
+
# Custom attribute writer method checking allowed values (enum).
|
382
|
+
# @param [Object] access_permissions Object to be assigned
|
383
|
+
def access_permissions=(access_permissions)
|
384
|
+
validator = EnumAttributeValidator.new('String', ['None', 'PrintDocument', 'ModifyContent', 'CopyTextAndGraphics', 'AddOrModifyFields', 'FillExistingFields', 'ExtractTextAndGraphics', 'AssembleDocument', 'HighQualityPrint'])
|
385
|
+
unless validator.valid?(access_permissions)
|
386
|
+
fail ArgumentError, 'invalid value for "access_permissions", must be one of #{validator.allowable_values}.'
|
387
|
+
end
|
388
|
+
@access_permissions = access_permissions
|
389
|
+
end
|
390
|
+
|
391
|
+
# Checks equality by comparing each attribute.
|
392
|
+
# @param [Object] Object to be compared
|
393
|
+
def ==(o)
|
394
|
+
return true if self.equal?(o)
|
395
|
+
self.class == o.class &&
|
396
|
+
default_regular_font == o.default_regular_font &&
|
397
|
+
format == o.format &&
|
398
|
+
text_compression == o.text_compression &&
|
399
|
+
embed_full_fonts == o.embed_full_fonts &&
|
400
|
+
compliance == o.compliance &&
|
401
|
+
sufficient_resolution == o.sufficient_resolution &&
|
402
|
+
jpeg_quality == o.jpeg_quality &&
|
403
|
+
draw_slides_frame == o.draw_slides_frame &&
|
404
|
+
show_hidden_slides == o.show_hidden_slides &&
|
405
|
+
save_metafiles_as_png == o.save_metafiles_as_png &&
|
406
|
+
password == o.password &&
|
407
|
+
embed_true_type_fonts_for_ascii == o.embed_true_type_fonts_for_ascii &&
|
408
|
+
additional_common_font_families == o.additional_common_font_families &&
|
409
|
+
notes_position == o.notes_position &&
|
410
|
+
comments_position == o.comments_position &&
|
411
|
+
comments_area_width == o.comments_area_width &&
|
412
|
+
comments_area_color == o.comments_area_color &&
|
413
|
+
show_comments_by_no_author == o.show_comments_by_no_author &&
|
414
|
+
image_transparent_color == o.image_transparent_color &&
|
415
|
+
apply_image_transparent == o.apply_image_transparent &&
|
416
|
+
access_permissions == o.access_permissions
|
417
|
+
end
|
418
|
+
|
419
|
+
# @see the `==` method
|
420
|
+
# @param [Object] Object to be compared
|
421
|
+
def eql?(o)
|
422
|
+
self == o
|
423
|
+
end
|
424
|
+
|
425
|
+
# Calculates hash code according to all attributes.
|
426
|
+
# @return [Fixnum] Hash code
|
427
|
+
def hash
|
428
|
+
[default_regular_font, format, text_compression, embed_full_fonts, compliance, sufficient_resolution, jpeg_quality, draw_slides_frame, show_hidden_slides, save_metafiles_as_png, password, embed_true_type_fonts_for_ascii, additional_common_font_families, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author, image_transparent_color, apply_image_transparent, access_permissions].hash
|
429
|
+
end
|
430
|
+
|
431
|
+
# Builds the object from hash
|
432
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
433
|
+
# @return [Object] Returns the model itself
|
434
|
+
def build_from_hash(attributes)
|
435
|
+
return nil unless attributes.is_a?(Hash)
|
436
|
+
self.class.swagger_types.each_pair do |key, type|
|
437
|
+
mapKey = self.class.attribute_map[key]
|
438
|
+
if !mapKey.nil?
|
439
|
+
val = attributes[mapKey]
|
440
|
+
if val.nil?
|
441
|
+
mapKeyString = mapKey.to_s
|
442
|
+
mapKeyString[0] = mapKeyString[0].downcase
|
443
|
+
mapKey = mapKeyString.to_sym
|
444
|
+
val = attributes[mapKey]
|
445
|
+
end
|
446
|
+
if !val.nil?
|
447
|
+
if type =~ /\AArray<(.*)>/i
|
448
|
+
# check to ensure the input is an array given that the the attribute
|
449
|
+
# is documented as an array but the input is not
|
450
|
+
if val.is_a?(Array)
|
451
|
+
self.send("#{key}=", val.map { |v| _deserialize($1, v) })
|
452
|
+
end
|
453
|
+
else
|
454
|
+
self.send("#{key}=", _deserialize(type, val))
|
455
|
+
end
|
456
|
+
end
|
457
|
+
end
|
458
|
+
end
|
459
|
+
|
460
|
+
self
|
461
|
+
end
|
462
|
+
|
463
|
+
# Deserializes the data based on type
|
464
|
+
# @param string type Data type
|
465
|
+
# @param string value Value to be deserialized
|
466
|
+
# @return [Object] Deserialized data
|
467
|
+
def _deserialize(type, value)
|
468
|
+
case type.to_sym
|
469
|
+
when :DateTime
|
470
|
+
DateTime.parse(value)
|
471
|
+
when :Date
|
472
|
+
Date.parse(value)
|
473
|
+
when :String
|
474
|
+
value.to_s
|
475
|
+
when :Integer
|
476
|
+
value.to_i
|
477
|
+
when :Float
|
478
|
+
value.to_f
|
479
|
+
when :BOOLEAN
|
480
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
481
|
+
true
|
482
|
+
else
|
483
|
+
false
|
484
|
+
end
|
485
|
+
when :Object
|
486
|
+
# generic object (usually a Hash), return directly
|
487
|
+
value
|
488
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
489
|
+
inner_type = Regexp.last_match[:inner_type]
|
490
|
+
value.map { |v| _deserialize(inner_type, v) }
|
491
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
492
|
+
k_type = Regexp.last_match[:k_type]
|
493
|
+
v_type = Regexp.last_match[:v_type]
|
494
|
+
{}.tap do |hash|
|
495
|
+
value.each do |k, v|
|
496
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
497
|
+
end
|
498
|
+
end
|
499
|
+
else # model
|
500
|
+
temp_model = AsposeSlidesCloud.const_get(type).new
|
501
|
+
temp_model.build_from_hash(value)
|
502
|
+
end
|
503
|
+
end
|
504
|
+
|
505
|
+
# Returns the string representation of the object
|
506
|
+
# @return [String] String presentation of the object
|
507
|
+
def to_s
|
508
|
+
to_hash.to_s
|
509
|
+
end
|
510
|
+
|
511
|
+
# to_body is an alias to to_hash (backward compatibility)
|
512
|
+
# @return [Hash] Returns the object in the form of hash
|
513
|
+
def to_body
|
514
|
+
to_hash
|
515
|
+
end
|
516
|
+
|
517
|
+
# Returns the object in the form of hash
|
518
|
+
# @return [Hash] Returns the object in the form of hash
|
519
|
+
def to_hash
|
520
|
+
hash = {}
|
521
|
+
self.class.attribute_map.each_pair do |attr, param|
|
522
|
+
value = self.send(attr)
|
523
|
+
next if value.nil?
|
524
|
+
hash[param] = _to_hash(value)
|
525
|
+
end
|
526
|
+
hash
|
527
|
+
end
|
528
|
+
|
529
|
+
# Outputs non-array value in the form of hash
|
530
|
+
# For object, use to_hash. Otherwise, just return the value
|
531
|
+
# @param [Object] value Any valid value
|
532
|
+
# @return [Hash] Returns the value in the form of hash
|
533
|
+
def _to_hash(value)
|
534
|
+
if value.is_a?(Array)
|
535
|
+
value.compact.map { |v| _to_hash(v) }
|
536
|
+
elsif value.is_a?(Hash)
|
537
|
+
{}.tap do |hash|
|
538
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
539
|
+
end
|
540
|
+
elsif value.respond_to? :to_hash
|
541
|
+
value.to_hash
|
542
|
+
else
|
543
|
+
value
|
544
|
+
end
|
545
|
+
end
|
546
|
+
end
|
547
|
+
end
|