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,527 +1,517 @@
|
|
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
|
-
# Represents paragraph resource
|
27
|
-
class Paragraph
|
28
|
-
#
|
29
|
-
attr_accessor :
|
30
|
-
|
31
|
-
#
|
32
|
-
attr_accessor :
|
33
|
-
|
34
|
-
# Left
|
35
|
-
attr_accessor :
|
36
|
-
|
37
|
-
# Right
|
38
|
-
attr_accessor :
|
39
|
-
|
40
|
-
#
|
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
|
-
# Bullet
|
65
|
-
attr_accessor :
|
66
|
-
|
67
|
-
#
|
68
|
-
attr_accessor :
|
69
|
-
|
70
|
-
#
|
71
|
-
attr_accessor :
|
72
|
-
|
73
|
-
#
|
74
|
-
attr_accessor :
|
75
|
-
|
76
|
-
#
|
77
|
-
attr_accessor :
|
78
|
-
|
79
|
-
# True if
|
80
|
-
attr_accessor :
|
81
|
-
|
82
|
-
# True if
|
83
|
-
attr_accessor :
|
84
|
-
|
85
|
-
#
|
86
|
-
attr_accessor :
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
:'
|
120
|
-
:'
|
121
|
-
:'
|
122
|
-
:'
|
123
|
-
:'
|
124
|
-
:'
|
125
|
-
:'
|
126
|
-
:'
|
127
|
-
:'
|
128
|
-
:'
|
129
|
-
:'
|
130
|
-
:'
|
131
|
-
:'
|
132
|
-
:'
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
:'
|
140
|
-
:'
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
:'
|
148
|
-
:'
|
149
|
-
:'
|
150
|
-
:'
|
151
|
-
:'
|
152
|
-
:'
|
153
|
-
:'
|
154
|
-
:'
|
155
|
-
:'
|
156
|
-
:'
|
157
|
-
:'
|
158
|
-
:'
|
159
|
-
|
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
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
end
|
279
|
-
|
280
|
-
#
|
281
|
-
# @
|
282
|
-
def
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
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
|
-
when :
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
when :
|
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
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
519
|
-
end
|
520
|
-
elsif value.respond_to? :to_hash
|
521
|
-
value.to_hash
|
522
|
-
else
|
523
|
-
value
|
524
|
-
end
|
525
|
-
end
|
526
|
-
end
|
527
|
-
end
|
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
|
+
# Represents paragraph resource
|
27
|
+
class Paragraph < ResourceBase
|
28
|
+
# Left margin.
|
29
|
+
attr_accessor :margin_left
|
30
|
+
|
31
|
+
# Right margin.
|
32
|
+
attr_accessor :margin_right
|
33
|
+
|
34
|
+
# Left spacing.
|
35
|
+
attr_accessor :space_before
|
36
|
+
|
37
|
+
# Right spacing.
|
38
|
+
attr_accessor :space_after
|
39
|
+
|
40
|
+
# Spacing between lines.
|
41
|
+
attr_accessor :space_within
|
42
|
+
|
43
|
+
# First line indent.
|
44
|
+
attr_accessor :indent
|
45
|
+
|
46
|
+
# Text alignment.
|
47
|
+
attr_accessor :alignment
|
48
|
+
|
49
|
+
# Font alignment.
|
50
|
+
attr_accessor :font_alignment
|
51
|
+
|
52
|
+
# Default tabulation size.
|
53
|
+
attr_accessor :default_tab_size
|
54
|
+
|
55
|
+
# Depth.
|
56
|
+
attr_accessor :depth
|
57
|
+
|
58
|
+
# Bullet char.
|
59
|
+
attr_accessor :bullet_char
|
60
|
+
|
61
|
+
# Bullet height.
|
62
|
+
attr_accessor :bullet_height
|
63
|
+
|
64
|
+
# Bullet type.
|
65
|
+
attr_accessor :bullet_type
|
66
|
+
|
67
|
+
# Starting number for a numbered bullet.
|
68
|
+
attr_accessor :numbered_bullet_start_with
|
69
|
+
|
70
|
+
# Numbered bullet style.
|
71
|
+
attr_accessor :numbered_bullet_style
|
72
|
+
|
73
|
+
# True if hanging punctuation is used with the paragraph.
|
74
|
+
attr_accessor :hanging_punctuation
|
75
|
+
|
76
|
+
# True if East Asian line break is used with the paragraph.
|
77
|
+
attr_accessor :east_asian_line_break
|
78
|
+
|
79
|
+
# True if Latin line break is used with the paragraph.
|
80
|
+
attr_accessor :latin_line_break
|
81
|
+
|
82
|
+
# True if right to left direction is used with the paragraph.
|
83
|
+
attr_accessor :right_to_left
|
84
|
+
|
85
|
+
# List of portion links.
|
86
|
+
attr_accessor :portion_list
|
87
|
+
|
88
|
+
class EnumAttributeValidator
|
89
|
+
attr_reader :datatype
|
90
|
+
attr_reader :allowable_values
|
91
|
+
|
92
|
+
def initialize(datatype, allowable_values)
|
93
|
+
@allowable_values = allowable_values.map do |value|
|
94
|
+
case datatype.to_s
|
95
|
+
when /Integer/i
|
96
|
+
value.to_i
|
97
|
+
when /Float/i
|
98
|
+
value.to_f
|
99
|
+
else
|
100
|
+
value
|
101
|
+
end
|
102
|
+
end
|
103
|
+
end
|
104
|
+
|
105
|
+
def valid?(value)
|
106
|
+
!value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
|
107
|
+
end
|
108
|
+
end
|
109
|
+
|
110
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
111
|
+
def self.attribute_map
|
112
|
+
super.merge({
|
113
|
+
:'margin_left' => :'MarginLeft',
|
114
|
+
:'margin_right' => :'MarginRight',
|
115
|
+
:'space_before' => :'SpaceBefore',
|
116
|
+
:'space_after' => :'SpaceAfter',
|
117
|
+
:'space_within' => :'SpaceWithin',
|
118
|
+
:'indent' => :'Indent',
|
119
|
+
:'alignment' => :'Alignment',
|
120
|
+
:'font_alignment' => :'FontAlignment',
|
121
|
+
:'default_tab_size' => :'DefaultTabSize',
|
122
|
+
:'depth' => :'Depth',
|
123
|
+
:'bullet_char' => :'BulletChar',
|
124
|
+
:'bullet_height' => :'BulletHeight',
|
125
|
+
:'bullet_type' => :'BulletType',
|
126
|
+
:'numbered_bullet_start_with' => :'NumberedBulletStartWith',
|
127
|
+
:'numbered_bullet_style' => :'NumberedBulletStyle',
|
128
|
+
:'hanging_punctuation' => :'HangingPunctuation',
|
129
|
+
:'east_asian_line_break' => :'EastAsianLineBreak',
|
130
|
+
:'latin_line_break' => :'LatinLineBreak',
|
131
|
+
:'right_to_left' => :'RightToLeft',
|
132
|
+
:'portion_list' => :'PortionList',
|
133
|
+
})
|
134
|
+
end
|
135
|
+
|
136
|
+
# Attribute type mapping.
|
137
|
+
def self.swagger_types
|
138
|
+
super.merge({
|
139
|
+
:'margin_left' => :'Float',
|
140
|
+
:'margin_right' => :'Float',
|
141
|
+
:'space_before' => :'Float',
|
142
|
+
:'space_after' => :'Float',
|
143
|
+
:'space_within' => :'Float',
|
144
|
+
:'indent' => :'Float',
|
145
|
+
:'alignment' => :'String',
|
146
|
+
:'font_alignment' => :'String',
|
147
|
+
:'default_tab_size' => :'Float',
|
148
|
+
:'depth' => :'Integer',
|
149
|
+
:'bullet_char' => :'String',
|
150
|
+
:'bullet_height' => :'Float',
|
151
|
+
:'bullet_type' => :'String',
|
152
|
+
:'numbered_bullet_start_with' => :'Integer',
|
153
|
+
:'numbered_bullet_style' => :'String',
|
154
|
+
:'hanging_punctuation' => :'String',
|
155
|
+
:'east_asian_line_break' => :'String',
|
156
|
+
:'latin_line_break' => :'String',
|
157
|
+
:'right_to_left' => :'String',
|
158
|
+
:'portion_list' => :'Array<Portion>',
|
159
|
+
})
|
160
|
+
end
|
161
|
+
|
162
|
+
# Initializes the object
|
163
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
164
|
+
def initialize(attributes = {})
|
165
|
+
super
|
166
|
+
|
167
|
+
if attributes.has_key?(:'MarginLeft')
|
168
|
+
self.margin_left = attributes[:'MarginLeft']
|
169
|
+
end
|
170
|
+
|
171
|
+
if attributes.has_key?(:'MarginRight')
|
172
|
+
self.margin_right = attributes[:'MarginRight']
|
173
|
+
end
|
174
|
+
|
175
|
+
if attributes.has_key?(:'SpaceBefore')
|
176
|
+
self.space_before = attributes[:'SpaceBefore']
|
177
|
+
end
|
178
|
+
|
179
|
+
if attributes.has_key?(:'SpaceAfter')
|
180
|
+
self.space_after = attributes[:'SpaceAfter']
|
181
|
+
end
|
182
|
+
|
183
|
+
if attributes.has_key?(:'SpaceWithin')
|
184
|
+
self.space_within = attributes[:'SpaceWithin']
|
185
|
+
end
|
186
|
+
|
187
|
+
if attributes.has_key?(:'Indent')
|
188
|
+
self.indent = attributes[:'Indent']
|
189
|
+
end
|
190
|
+
|
191
|
+
if attributes.has_key?(:'Alignment')
|
192
|
+
self.alignment = attributes[:'Alignment']
|
193
|
+
end
|
194
|
+
|
195
|
+
if attributes.has_key?(:'FontAlignment')
|
196
|
+
self.font_alignment = attributes[:'FontAlignment']
|
197
|
+
end
|
198
|
+
|
199
|
+
if attributes.has_key?(:'DefaultTabSize')
|
200
|
+
self.default_tab_size = attributes[:'DefaultTabSize']
|
201
|
+
end
|
202
|
+
|
203
|
+
if attributes.has_key?(:'Depth')
|
204
|
+
self.depth = attributes[:'Depth']
|
205
|
+
end
|
206
|
+
|
207
|
+
if attributes.has_key?(:'BulletChar')
|
208
|
+
self.bullet_char = attributes[:'BulletChar']
|
209
|
+
end
|
210
|
+
|
211
|
+
if attributes.has_key?(:'BulletHeight')
|
212
|
+
self.bullet_height = attributes[:'BulletHeight']
|
213
|
+
end
|
214
|
+
|
215
|
+
if attributes.has_key?(:'BulletType')
|
216
|
+
self.bullet_type = attributes[:'BulletType']
|
217
|
+
end
|
218
|
+
|
219
|
+
if attributes.has_key?(:'NumberedBulletStartWith')
|
220
|
+
self.numbered_bullet_start_with = attributes[:'NumberedBulletStartWith']
|
221
|
+
end
|
222
|
+
|
223
|
+
if attributes.has_key?(:'NumberedBulletStyle')
|
224
|
+
self.numbered_bullet_style = attributes[:'NumberedBulletStyle']
|
225
|
+
end
|
226
|
+
|
227
|
+
if attributes.has_key?(:'HangingPunctuation')
|
228
|
+
self.hanging_punctuation = attributes[:'HangingPunctuation']
|
229
|
+
end
|
230
|
+
|
231
|
+
if attributes.has_key?(:'EastAsianLineBreak')
|
232
|
+
self.east_asian_line_break = attributes[:'EastAsianLineBreak']
|
233
|
+
end
|
234
|
+
|
235
|
+
if attributes.has_key?(:'LatinLineBreak')
|
236
|
+
self.latin_line_break = attributes[:'LatinLineBreak']
|
237
|
+
end
|
238
|
+
|
239
|
+
if attributes.has_key?(:'RightToLeft')
|
240
|
+
self.right_to_left = attributes[:'RightToLeft']
|
241
|
+
end
|
242
|
+
|
243
|
+
if attributes.has_key?(:'PortionList')
|
244
|
+
if (value = attributes[:'PortionList']).is_a?(Array)
|
245
|
+
self.portion_list = value
|
246
|
+
end
|
247
|
+
end
|
248
|
+
end
|
249
|
+
|
250
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
251
|
+
# @return Array for valid properties with the reasons
|
252
|
+
def list_invalid_properties
|
253
|
+
invalid_properties = super
|
254
|
+
invalid_properties
|
255
|
+
end
|
256
|
+
|
257
|
+
# Check to see if the all the properties in the model are valid
|
258
|
+
# @return true if the model is valid
|
259
|
+
def valid?
|
260
|
+
return false if !super
|
261
|
+
alignment_validator = EnumAttributeValidator.new('String', ['Left', 'Center', 'Right', 'Justify', 'JustifyLow', 'Distributed', 'NotDefined'])
|
262
|
+
return false unless alignment_validator.valid?(@alignment)
|
263
|
+
font_alignment_validator = EnumAttributeValidator.new('String', ['Automatic', 'Top', 'Center', 'Bottom', 'Baseline', 'Default'])
|
264
|
+
return false unless font_alignment_validator.valid?(@font_alignment)
|
265
|
+
bullet_type_validator = EnumAttributeValidator.new('String', ['None', 'Symbol', 'Numbered', 'Picture', 'NotDefined'])
|
266
|
+
return false unless bullet_type_validator.valid?(@bullet_type)
|
267
|
+
numbered_bullet_style_validator = EnumAttributeValidator.new('String', ['BulletAlphaLCPeriod', 'BulletAlphaUCPeriod', 'BulletArabicParenRight', 'BulletArabicPeriod', 'BulletRomanLCParenBoth', 'BulletRomanLCParenRight', 'BulletRomanLCPeriod', 'BulletRomanUCPeriod', 'BulletAlphaLCParenBoth', 'BulletAlphaLCParenRight', 'BulletAlphaUCParenBoth', 'BulletAlphaUCParenRight', 'BulletArabicParenBoth', 'BulletArabicPlain', 'BulletRomanUCParenBoth', 'BulletRomanUCParenRight', 'BulletSimpChinPlain', 'BulletSimpChinPeriod', 'BulletCircleNumDBPlain', 'BulletCircleNumWDWhitePlain', 'BulletCircleNumWDBlackPlain', 'BulletTradChinPlain', 'BulletTradChinPeriod', 'BulletArabicAlphaDash', 'BulletArabicAbjadDash', 'BulletHebrewAlphaDash', 'BulletKanjiKoreanPlain', 'BulletKanjiKoreanPeriod', 'BulletArabicDBPlain', 'BulletArabicDBPeriod', 'BulletThaiAlphaPeriod', 'BulletThaiAlphaParenRight', 'BulletThaiAlphaParenBoth', 'BulletThaiNumPeriod', 'BulletThaiNumParenRight', 'BulletThaiNumParenBoth', 'BulletHindiAlphaPeriod', 'BulletHindiNumPeriod', 'BulletKanjiSimpChinDBPeriod', 'BulletHindiNumParenRight', 'BulletHindiAlpha1Period', 'NotDefined'])
|
268
|
+
return false unless numbered_bullet_style_validator.valid?(@numbered_bullet_style)
|
269
|
+
hanging_punctuation_validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
270
|
+
return false unless hanging_punctuation_validator.valid?(@hanging_punctuation)
|
271
|
+
east_asian_line_break_validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
272
|
+
return false unless east_asian_line_break_validator.valid?(@east_asian_line_break)
|
273
|
+
latin_line_break_validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
274
|
+
return false unless latin_line_break_validator.valid?(@latin_line_break)
|
275
|
+
right_to_left_validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
276
|
+
return false unless right_to_left_validator.valid?(@right_to_left)
|
277
|
+
true
|
278
|
+
end
|
279
|
+
|
280
|
+
# Custom attribute writer method checking allowed values (enum).
|
281
|
+
# @param [Object] alignment Object to be assigned
|
282
|
+
def alignment=(alignment)
|
283
|
+
validator = EnumAttributeValidator.new('String', ['Left', 'Center', 'Right', 'Justify', 'JustifyLow', 'Distributed', 'NotDefined'])
|
284
|
+
unless validator.valid?(alignment)
|
285
|
+
fail ArgumentError, 'invalid value for "alignment", must be one of #{validator.allowable_values}.'
|
286
|
+
end
|
287
|
+
@alignment = alignment
|
288
|
+
end
|
289
|
+
|
290
|
+
# Custom attribute writer method checking allowed values (enum).
|
291
|
+
# @param [Object] font_alignment Object to be assigned
|
292
|
+
def font_alignment=(font_alignment)
|
293
|
+
validator = EnumAttributeValidator.new('String', ['Automatic', 'Top', 'Center', 'Bottom', 'Baseline', 'Default'])
|
294
|
+
unless validator.valid?(font_alignment)
|
295
|
+
fail ArgumentError, 'invalid value for "font_alignment", must be one of #{validator.allowable_values}.'
|
296
|
+
end
|
297
|
+
@font_alignment = font_alignment
|
298
|
+
end
|
299
|
+
|
300
|
+
# Custom attribute writer method checking allowed values (enum).
|
301
|
+
# @param [Object] bullet_type Object to be assigned
|
302
|
+
def bullet_type=(bullet_type)
|
303
|
+
validator = EnumAttributeValidator.new('String', ['None', 'Symbol', 'Numbered', 'Picture', 'NotDefined'])
|
304
|
+
unless validator.valid?(bullet_type)
|
305
|
+
fail ArgumentError, 'invalid value for "bullet_type", must be one of #{validator.allowable_values}.'
|
306
|
+
end
|
307
|
+
@bullet_type = bullet_type
|
308
|
+
end
|
309
|
+
|
310
|
+
# Custom attribute writer method checking allowed values (enum).
|
311
|
+
# @param [Object] numbered_bullet_style Object to be assigned
|
312
|
+
def numbered_bullet_style=(numbered_bullet_style)
|
313
|
+
validator = EnumAttributeValidator.new('String', ['BulletAlphaLCPeriod', 'BulletAlphaUCPeriod', 'BulletArabicParenRight', 'BulletArabicPeriod', 'BulletRomanLCParenBoth', 'BulletRomanLCParenRight', 'BulletRomanLCPeriod', 'BulletRomanUCPeriod', 'BulletAlphaLCParenBoth', 'BulletAlphaLCParenRight', 'BulletAlphaUCParenBoth', 'BulletAlphaUCParenRight', 'BulletArabicParenBoth', 'BulletArabicPlain', 'BulletRomanUCParenBoth', 'BulletRomanUCParenRight', 'BulletSimpChinPlain', 'BulletSimpChinPeriod', 'BulletCircleNumDBPlain', 'BulletCircleNumWDWhitePlain', 'BulletCircleNumWDBlackPlain', 'BulletTradChinPlain', 'BulletTradChinPeriod', 'BulletArabicAlphaDash', 'BulletArabicAbjadDash', 'BulletHebrewAlphaDash', 'BulletKanjiKoreanPlain', 'BulletKanjiKoreanPeriod', 'BulletArabicDBPlain', 'BulletArabicDBPeriod', 'BulletThaiAlphaPeriod', 'BulletThaiAlphaParenRight', 'BulletThaiAlphaParenBoth', 'BulletThaiNumPeriod', 'BulletThaiNumParenRight', 'BulletThaiNumParenBoth', 'BulletHindiAlphaPeriod', 'BulletHindiNumPeriod', 'BulletKanjiSimpChinDBPeriod', 'BulletHindiNumParenRight', 'BulletHindiAlpha1Period', 'NotDefined'])
|
314
|
+
unless validator.valid?(numbered_bullet_style)
|
315
|
+
fail ArgumentError, 'invalid value for "numbered_bullet_style", must be one of #{validator.allowable_values}.'
|
316
|
+
end
|
317
|
+
@numbered_bullet_style = numbered_bullet_style
|
318
|
+
end
|
319
|
+
|
320
|
+
# Custom attribute writer method checking allowed values (enum).
|
321
|
+
# @param [Object] hanging_punctuation Object to be assigned
|
322
|
+
def hanging_punctuation=(hanging_punctuation)
|
323
|
+
validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
324
|
+
unless validator.valid?(hanging_punctuation)
|
325
|
+
fail ArgumentError, 'invalid value for "hanging_punctuation", must be one of #{validator.allowable_values}.'
|
326
|
+
end
|
327
|
+
@hanging_punctuation = hanging_punctuation
|
328
|
+
end
|
329
|
+
|
330
|
+
# Custom attribute writer method checking allowed values (enum).
|
331
|
+
# @param [Object] east_asian_line_break Object to be assigned
|
332
|
+
def east_asian_line_break=(east_asian_line_break)
|
333
|
+
validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
334
|
+
unless validator.valid?(east_asian_line_break)
|
335
|
+
fail ArgumentError, 'invalid value for "east_asian_line_break", must be one of #{validator.allowable_values}.'
|
336
|
+
end
|
337
|
+
@east_asian_line_break = east_asian_line_break
|
338
|
+
end
|
339
|
+
|
340
|
+
# Custom attribute writer method checking allowed values (enum).
|
341
|
+
# @param [Object] latin_line_break Object to be assigned
|
342
|
+
def latin_line_break=(latin_line_break)
|
343
|
+
validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
344
|
+
unless validator.valid?(latin_line_break)
|
345
|
+
fail ArgumentError, 'invalid value for "latin_line_break", must be one of #{validator.allowable_values}.'
|
346
|
+
end
|
347
|
+
@latin_line_break = latin_line_break
|
348
|
+
end
|
349
|
+
|
350
|
+
# Custom attribute writer method checking allowed values (enum).
|
351
|
+
# @param [Object] right_to_left Object to be assigned
|
352
|
+
def right_to_left=(right_to_left)
|
353
|
+
validator = EnumAttributeValidator.new('String', ['False', 'True', 'NotDefined'])
|
354
|
+
unless validator.valid?(right_to_left)
|
355
|
+
fail ArgumentError, 'invalid value for "right_to_left", must be one of #{validator.allowable_values}.'
|
356
|
+
end
|
357
|
+
@right_to_left = right_to_left
|
358
|
+
end
|
359
|
+
|
360
|
+
# Checks equality by comparing each attribute.
|
361
|
+
# @param [Object] Object to be compared
|
362
|
+
def ==(o)
|
363
|
+
return true if self.equal?(o)
|
364
|
+
self.class == o.class &&
|
365
|
+
self_uri == o.self_uri &&
|
366
|
+
alternate_links == o.alternate_links &&
|
367
|
+
margin_left == o.margin_left &&
|
368
|
+
margin_right == o.margin_right &&
|
369
|
+
space_before == o.space_before &&
|
370
|
+
space_after == o.space_after &&
|
371
|
+
space_within == o.space_within &&
|
372
|
+
indent == o.indent &&
|
373
|
+
alignment == o.alignment &&
|
374
|
+
font_alignment == o.font_alignment &&
|
375
|
+
default_tab_size == o.default_tab_size &&
|
376
|
+
depth == o.depth &&
|
377
|
+
bullet_char == o.bullet_char &&
|
378
|
+
bullet_height == o.bullet_height &&
|
379
|
+
bullet_type == o.bullet_type &&
|
380
|
+
numbered_bullet_start_with == o.numbered_bullet_start_with &&
|
381
|
+
numbered_bullet_style == o.numbered_bullet_style &&
|
382
|
+
hanging_punctuation == o.hanging_punctuation &&
|
383
|
+
east_asian_line_break == o.east_asian_line_break &&
|
384
|
+
latin_line_break == o.latin_line_break &&
|
385
|
+
right_to_left == o.right_to_left &&
|
386
|
+
portion_list == o.portion_list
|
387
|
+
end
|
388
|
+
|
389
|
+
# @see the `==` method
|
390
|
+
# @param [Object] Object to be compared
|
391
|
+
def eql?(o)
|
392
|
+
self == o
|
393
|
+
end
|
394
|
+
|
395
|
+
# Calculates hash code according to all attributes.
|
396
|
+
# @return [Fixnum] Hash code
|
397
|
+
def hash
|
398
|
+
[self_uri, alternate_links, margin_left, margin_right, space_before, space_after, space_within, indent, alignment, font_alignment, default_tab_size, depth, bullet_char, bullet_height, bullet_type, numbered_bullet_start_with, numbered_bullet_style, hanging_punctuation, east_asian_line_break, latin_line_break, right_to_left, portion_list].hash
|
399
|
+
end
|
400
|
+
|
401
|
+
# Builds the object from hash
|
402
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
403
|
+
# @return [Object] Returns the model itself
|
404
|
+
def build_from_hash(attributes)
|
405
|
+
return nil unless attributes.is_a?(Hash)
|
406
|
+
self.class.swagger_types.each_pair do |key, type|
|
407
|
+
mapKey = self.class.attribute_map[key]
|
408
|
+
if !mapKey.nil?
|
409
|
+
val = attributes[mapKey]
|
410
|
+
if val.nil?
|
411
|
+
mapKeyString = mapKey.to_s
|
412
|
+
mapKeyString[0] = mapKeyString[0].downcase
|
413
|
+
mapKey = mapKeyString.to_sym
|
414
|
+
val = attributes[mapKey]
|
415
|
+
end
|
416
|
+
if !val.nil?
|
417
|
+
if type =~ /\AArray<(.*)>/i
|
418
|
+
# check to ensure the input is an array given that the the attribute
|
419
|
+
# is documented as an array but the input is not
|
420
|
+
if val.is_a?(Array)
|
421
|
+
self.send("#{key}=", val.map { |v| _deserialize($1, v) })
|
422
|
+
end
|
423
|
+
else
|
424
|
+
self.send("#{key}=", _deserialize(type, val))
|
425
|
+
end
|
426
|
+
end
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
self
|
431
|
+
end
|
432
|
+
|
433
|
+
# Deserializes the data based on type
|
434
|
+
# @param string type Data type
|
435
|
+
# @param string value Value to be deserialized
|
436
|
+
# @return [Object] Deserialized data
|
437
|
+
def _deserialize(type, value)
|
438
|
+
case type.to_sym
|
439
|
+
when :DateTime
|
440
|
+
DateTime.parse(value)
|
441
|
+
when :Date
|
442
|
+
Date.parse(value)
|
443
|
+
when :String
|
444
|
+
value.to_s
|
445
|
+
when :Integer
|
446
|
+
value.to_i
|
447
|
+
when :Float
|
448
|
+
value.to_f
|
449
|
+
when :BOOLEAN
|
450
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
451
|
+
true
|
452
|
+
else
|
453
|
+
false
|
454
|
+
end
|
455
|
+
when :Object
|
456
|
+
# generic object (usually a Hash), return directly
|
457
|
+
value
|
458
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
459
|
+
inner_type = Regexp.last_match[:inner_type]
|
460
|
+
value.map { |v| _deserialize(inner_type, v) }
|
461
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
462
|
+
k_type = Regexp.last_match[:k_type]
|
463
|
+
v_type = Regexp.last_match[:v_type]
|
464
|
+
{}.tap do |hash|
|
465
|
+
value.each do |k, v|
|
466
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
467
|
+
end
|
468
|
+
end
|
469
|
+
else # model
|
470
|
+
temp_model = AsposeSlidesCloud.const_get(type).new
|
471
|
+
temp_model.build_from_hash(value)
|
472
|
+
end
|
473
|
+
end
|
474
|
+
|
475
|
+
# Returns the string representation of the object
|
476
|
+
# @return [String] String presentation of the object
|
477
|
+
def to_s
|
478
|
+
to_hash.to_s
|
479
|
+
end
|
480
|
+
|
481
|
+
# to_body is an alias to to_hash (backward compatibility)
|
482
|
+
# @return [Hash] Returns the object in the form of hash
|
483
|
+
def to_body
|
484
|
+
to_hash
|
485
|
+
end
|
486
|
+
|
487
|
+
# Returns the object in the form of hash
|
488
|
+
# @return [Hash] Returns the object in the form of hash
|
489
|
+
def to_hash
|
490
|
+
hash = {}
|
491
|
+
self.class.attribute_map.each_pair do |attr, param|
|
492
|
+
value = self.send(attr)
|
493
|
+
next if value.nil?
|
494
|
+
hash[param] = _to_hash(value)
|
495
|
+
end
|
496
|
+
hash
|
497
|
+
end
|
498
|
+
|
499
|
+
# Outputs non-array value in the form of hash
|
500
|
+
# For object, use to_hash. Otherwise, just return the value
|
501
|
+
# @param [Object] value Any valid value
|
502
|
+
# @return [Hash] Returns the value in the form of hash
|
503
|
+
def _to_hash(value)
|
504
|
+
if value.is_a?(Array)
|
505
|
+
value.compact.map { |v| _to_hash(v) }
|
506
|
+
elsif value.is_a?(Hash)
|
507
|
+
{}.tap do |hash|
|
508
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
509
|
+
end
|
510
|
+
elsif value.respond_to? :to_hash
|
511
|
+
value.to_hash
|
512
|
+
else
|
513
|
+
value
|
514
|
+
end
|
515
|
+
end
|
516
|
+
end
|
517
|
+
end
|