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.
Files changed (177) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +61 -61
  3. data/TestData/ChartTest.pptx +0 -0
  4. data/TestData/Sections.pptx +0 -0
  5. data/TestData/TemplatingCVDataWithBase64.xml +22 -22
  6. data/lib/aspose_slides_cloud.rb +212 -205
  7. data/lib/aspose_slides_cloud/api/slides_api.rb +10979 -7974
  8. data/lib/aspose_slides_cloud/api/slides_api_requests.rb +4146 -3099
  9. data/lib/aspose_slides_cloud/api_client.rb +432 -429
  10. data/lib/aspose_slides_cloud/models/add_layout_slide.rb +244 -261
  11. data/lib/aspose_slides_cloud/models/add_master_slide.rb +259 -276
  12. data/lib/aspose_slides_cloud/models/add_shape.rb +239 -256
  13. data/lib/aspose_slides_cloud/models/add_slide.rb +269 -286
  14. data/lib/aspose_slides_cloud/models/api_info.rb +217 -205
  15. data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +285 -273
  16. data/lib/aspose_slides_cloud/models/audio_frame.rb +359 -573
  17. data/lib/aspose_slides_cloud/models/axes.rb +237 -225
  18. data/lib/aspose_slides_cloud/models/axis.rb +699 -687
  19. data/lib/aspose_slides_cloud/models/base64_input_file.rb +230 -256
  20. data/lib/aspose_slides_cloud/models/blur_effect.rb +227 -215
  21. data/lib/aspose_slides_cloud/models/box_and_whisker_series.rb +299 -0
  22. data/lib/aspose_slides_cloud/models/bubble_chart_data_point.rb +212 -230
  23. data/lib/aspose_slides_cloud/models/bubble_series.rb +248 -428
  24. data/lib/aspose_slides_cloud/models/chart.rb +365 -553
  25. data/lib/aspose_slides_cloud/models/chart_category.rb +271 -0
  26. data/lib/aspose_slides_cloud/models/chart_title.rb +222 -210
  27. data/lib/aspose_slides_cloud/models/chart_wall.rb +281 -269
  28. data/lib/aspose_slides_cloud/models/color_scheme.rb +317 -327
  29. data/lib/aspose_slides_cloud/models/common_slide_view_properties.rb +217 -0
  30. data/lib/aspose_slides_cloud/models/connector.rb +275 -487
  31. data/lib/aspose_slides_cloud/models/custom_dash_pattern.rb +209 -197
  32. data/lib/aspose_slides_cloud/models/{resource_uri_element.rb → data_point.rb} +197 -195
  33. data/lib/aspose_slides_cloud/models/disc_usage.rb +227 -215
  34. data/lib/aspose_slides_cloud/models/document.rb +257 -267
  35. data/lib/aspose_slides_cloud/models/document_properties.rb +209 -219
  36. data/lib/aspose_slides_cloud/models/document_property.rb +232 -242
  37. data/lib/aspose_slides_cloud/models/document_replace_result.rb +218 -282
  38. data/lib/aspose_slides_cloud/models/effect.rb +424 -412
  39. data/lib/aspose_slides_cloud/models/effect_format.rb +277 -265
  40. data/lib/aspose_slides_cloud/models/entity_exists.rb +212 -0
  41. data/lib/aspose_slides_cloud/models/error.rb +237 -225
  42. data/lib/aspose_slides_cloud/models/error_details.rb +222 -210
  43. data/lib/aspose_slides_cloud/models/export_format.rb +60 -59
  44. data/lib/aspose_slides_cloud/models/export_options.rb +216 -194
  45. data/lib/aspose_slides_cloud/models/file_version.rb +225 -270
  46. data/lib/aspose_slides_cloud/models/file_versions.rb +209 -197
  47. data/lib/aspose_slides_cloud/models/files_list.rb +209 -197
  48. data/lib/aspose_slides_cloud/models/files_upload_result.rb +221 -209
  49. data/lib/aspose_slides_cloud/models/fill_format.rb +240 -228
  50. data/lib/aspose_slides_cloud/models/fill_overlay_effect.rb +246 -234
  51. data/lib/aspose_slides_cloud/models/font_scheme.rb +227 -237
  52. data/lib/aspose_slides_cloud/models/font_set.rb +227 -215
  53. data/lib/aspose_slides_cloud/models/format_scheme.rb +245 -255
  54. data/lib/aspose_slides_cloud/models/geometry_shape.rb +260 -439
  55. data/lib/aspose_slides_cloud/models/glow_effect.rb +222 -210
  56. data/lib/aspose_slides_cloud/models/gradient_fill.rb +342 -359
  57. data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +222 -210
  58. data/lib/aspose_slides_cloud/models/graphical_object.rb +234 -422
  59. data/lib/aspose_slides_cloud/models/group_shape.rb +234 -422
  60. data/lib/aspose_slides_cloud/models/header_footer.rb +247 -0
  61. data/lib/aspose_slides_cloud/models/html_export_options.rb +421 -420
  62. data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +197 -195
  63. data/lib/aspose_slides_cloud/models/image.rb +237 -247
  64. data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -43
  65. data/lib/aspose_slides_cloud/models/image_export_options.rb +299 -298
  66. data/lib/aspose_slides_cloud/models/images.rb +209 -219
  67. data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +252 -240
  68. data/lib/aspose_slides_cloud/models/input.rb +227 -215
  69. data/lib/aspose_slides_cloud/models/input_file.rb +250 -238
  70. data/lib/aspose_slides_cloud/models/interactive_sequence.rb +224 -212
  71. data/lib/aspose_slides_cloud/models/layout_slide.rb +278 -288
  72. data/lib/aspose_slides_cloud/models/layout_slides.rb +209 -219
  73. data/lib/aspose_slides_cloud/models/legend.rb +321 -309
  74. data/lib/aspose_slides_cloud/models/line_format.rb +389 -377
  75. data/lib/aspose_slides_cloud/models/master_slide.rb +231 -241
  76. data/lib/aspose_slides_cloud/models/master_slides.rb +209 -219
  77. data/lib/aspose_slides_cloud/models/merge.rb +231 -248
  78. data/lib/aspose_slides_cloud/models/merging_source.rb +219 -207
  79. data/lib/aspose_slides_cloud/models/no_fill.rb +219 -236
  80. data/lib/aspose_slides_cloud/models/normal_view_restored_properties.rb +217 -0
  81. data/lib/aspose_slides_cloud/models/notes_slide.rb +217 -227
  82. data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +43 -43
  83. data/lib/aspose_slides_cloud/models/notes_slide_header_footer.rb +267 -0
  84. data/lib/aspose_slides_cloud/models/object_exist.rb +227 -215
  85. data/lib/aspose_slides_cloud/models/ole_object_frame.rb +259 -447
  86. data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +210 -200
  87. data/lib/aspose_slides_cloud/models/one_value_series.rb +248 -428
  88. data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +209 -197
  89. data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +252 -240
  90. data/lib/aspose_slides_cloud/models/output_file.rb +240 -228
  91. data/lib/aspose_slides_cloud/models/paragraph.rb +517 -527
  92. data/lib/aspose_slides_cloud/models/paragraphs.rb +209 -219
  93. data/lib/aspose_slides_cloud/models/path_input_file.rb +240 -266
  94. data/lib/aspose_slides_cloud/models/path_output_file.rb +239 -256
  95. data/lib/aspose_slides_cloud/models/pattern_fill.rb +266 -283
  96. data/lib/aspose_slides_cloud/models/pdf_export_options.rb +547 -519
  97. data/lib/aspose_slides_cloud/models/picture_fill.rb +351 -368
  98. data/lib/aspose_slides_cloud/models/picture_frame.rb +245 -459
  99. data/lib/aspose_slides_cloud/models/pipeline.rb +219 -207
  100. data/lib/aspose_slides_cloud/models/placeholder.rb +325 -335
  101. data/lib/aspose_slides_cloud/models/placeholders.rb +209 -219
  102. data/lib/aspose_slides_cloud/models/plot_area.rb +311 -299
  103. data/lib/aspose_slides_cloud/models/portion.rb +589 -599
  104. data/lib/aspose_slides_cloud/models/portions.rb +209 -219
  105. data/lib/aspose_slides_cloud/models/pptx_export_options.rb +247 -246
  106. data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +229 -217
  107. data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +221 -209
  108. data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +286 -274
  109. data/lib/aspose_slides_cloud/models/reflection_effect.rb +441 -429
  110. data/lib/aspose_slides_cloud/models/remove_shape.rb +229 -246
  111. data/lib/aspose_slides_cloud/models/remove_slide.rb +234 -251
  112. data/lib/aspose_slides_cloud/models/reorder_slide.rb +249 -266
  113. data/lib/aspose_slides_cloud/models/replace_text.rb +269 -286
  114. data/lib/aspose_slides_cloud/models/request_input_file.rb +235 -261
  115. data/lib/aspose_slides_cloud/models/reset_slide.rb +234 -251
  116. data/lib/aspose_slides_cloud/models/resource_base.rb +219 -207
  117. data/lib/aspose_slides_cloud/models/resource_uri.rb +237 -225
  118. data/lib/aspose_slides_cloud/models/response_output_file.rb +219 -236
  119. data/lib/aspose_slides_cloud/models/save.rb +266 -283
  120. data/lib/aspose_slides_cloud/models/save_shape.rb +276 -293
  121. data/lib/aspose_slides_cloud/models/save_slide.rb +301 -318
  122. data/lib/aspose_slides_cloud/models/scale_type.rb +41 -41
  123. data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +225 -215
  124. data/lib/aspose_slides_cloud/models/scatter_series.rb +248 -428
  125. data/lib/aspose_slides_cloud/models/section.rb +234 -0
  126. data/lib/aspose_slides_cloud/models/sections.rb +209 -0
  127. data/lib/aspose_slides_cloud/models/series.rb +422 -389
  128. data/lib/aspose_slides_cloud/models/series_marker.rb +281 -269
  129. data/lib/aspose_slides_cloud/models/shape.rb +255 -467
  130. data/lib/aspose_slides_cloud/models/shape_base.rb +375 -406
  131. data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -44
  132. data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +286 -274
  133. data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -41
  134. data/lib/aspose_slides_cloud/models/shapes.rb +209 -219
  135. data/lib/aspose_slides_cloud/models/size_type.rb +55 -55
  136. data/lib/aspose_slides_cloud/models/slide.rb +322 -332
  137. data/lib/aspose_slides_cloud/models/slide_animation.rb +221 -231
  138. data/lib/aspose_slides_cloud/models/slide_background.rb +266 -276
  139. data/lib/aspose_slides_cloud/models/slide_comment.rb +239 -227
  140. data/lib/aspose_slides_cloud/models/slide_comments.rb +209 -219
  141. data/lib/aspose_slides_cloud/models/slide_export_format.rb +59 -58
  142. data/lib/aspose_slides_cloud/models/slide_replace_result.rb +223 -347
  143. data/lib/aspose_slides_cloud/models/slides.rb +209 -219
  144. data/lib/aspose_slides_cloud/models/smart_art.rb +342 -530
  145. data/lib/aspose_slides_cloud/models/smart_art_node.rb +293 -281
  146. data/lib/aspose_slides_cloud/models/smart_art_shape.rb +235 -422
  147. data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +212 -200
  148. data/lib/aspose_slides_cloud/models/solid_fill.rb +229 -246
  149. data/lib/aspose_slides_cloud/models/split_document_result.rb +209 -219
  150. data/lib/aspose_slides_cloud/models/storage_exist.rb +212 -200
  151. data/lib/aspose_slides_cloud/models/storage_file.rb +257 -245
  152. data/lib/aspose_slides_cloud/models/svg_export_options.rb +379 -378
  153. data/lib/aspose_slides_cloud/models/swf_export_options.rb +529 -528
  154. data/lib/aspose_slides_cloud/models/table.rb +350 -538
  155. data/lib/aspose_slides_cloud/models/table_cell.rb +403 -391
  156. data/lib/aspose_slides_cloud/models/table_column.rb +212 -200
  157. data/lib/aspose_slides_cloud/models/table_row.rb +239 -227
  158. data/lib/aspose_slides_cloud/models/task.rb +240 -228
  159. data/lib/aspose_slides_cloud/models/text_item.rb +217 -205
  160. data/lib/aspose_slides_cloud/models/text_items.rb +209 -219
  161. data/lib/aspose_slides_cloud/models/theme.rb +237 -247
  162. data/lib/aspose_slides_cloud/models/tiff_export_options.rb +423 -422
  163. data/lib/aspose_slides_cloud/models/update_background.rb +241 -258
  164. data/lib/aspose_slides_cloud/models/update_shape.rb +239 -256
  165. data/lib/aspose_slides_cloud/models/video_frame.rb +329 -543
  166. data/lib/aspose_slides_cloud/models/view_properties.rb +357 -0
  167. data/lib/aspose_slides_cloud/models/waterfall_chart_data_point.rb +206 -0
  168. data/lib/aspose_slides_cloud/models/waterfall_series.rb +247 -0
  169. data/lib/aspose_slides_cloud/models/xps_export_options.rb +243 -242
  170. data/lib/aspose_slides_cloud/type_registry.rb +320 -0
  171. data/lib/aspose_slides_cloud/version.rb +25 -25
  172. data/spec/api/slides_api_spec.rb +35926 -24406
  173. data/spec/extra/extra_spec.rb +235 -101
  174. data/spec/spec_utils.rb +183 -176
  175. data/testConfig.json +7 -7
  176. data/testRules.json +472 -340
  177. metadata +18 -3
@@ -1,406 +1,375 @@
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
- # Slide shape.
27
- class ShapeBase
28
- # Gets or sets the link to this resource.
29
- attr_accessor :self_uri
30
-
31
- # List of alternate links.
32
- attr_accessor :alternate_links
33
-
34
- # Gets or sets the name.
35
- attr_accessor :name
36
-
37
- # Gets or sets the width.
38
- attr_accessor :width
39
-
40
- # Gets or sets the height.
41
- attr_accessor :height
42
-
43
- # Gets or sets the alternative text.
44
- attr_accessor :alternative_text
45
-
46
- # The title of alternative text associated with the shape.
47
- attr_accessor :alternative_text_title
48
-
49
- # Gets or sets a value indicating whether this ShapeBase is hidden.
50
- attr_accessor :hidden
51
-
52
- # Gets or sets the X
53
- attr_accessor :x
54
-
55
- # Gets or sets the Y.
56
- attr_accessor :y
57
-
58
- # Gets z-order position of shape
59
- attr_accessor :z_order_position
60
-
61
- # Gets or sets the link to shapes.
62
- attr_accessor :shapes
63
-
64
- # Gets or sets the fill format.
65
- attr_accessor :fill_format
66
-
67
- # Gets or sets the effect format.
68
- attr_accessor :effect_format
69
-
70
- # Gets or sets the line format.
71
- attr_accessor :line_format
72
-
73
- attr_accessor :type
74
-
75
- attr_accessor :shape_type
76
-
77
- class EnumAttributeValidator
78
- attr_reader :datatype
79
- attr_reader :allowable_values
80
-
81
- def initialize(datatype, allowable_values)
82
- @allowable_values = allowable_values.map do |value|
83
- case datatype.to_s
84
- when /Integer/i
85
- value.to_i
86
- when /Float/i
87
- value.to_f
88
- else
89
- value
90
- end
91
- end
92
- end
93
-
94
- def valid?(value)
95
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
96
- end
97
- end
98
-
99
- # Attribute mapping from ruby-style variable name to JSON key.
100
- def self.attribute_map
101
- {
102
- :'self_uri' => :'SelfUri',
103
- :'alternate_links' => :'AlternateLinks',
104
- :'name' => :'Name',
105
- :'width' => :'Width',
106
- :'height' => :'Height',
107
- :'alternative_text' => :'AlternativeText',
108
- :'alternative_text_title' => :'AlternativeTextTitle',
109
- :'hidden' => :'Hidden',
110
- :'x' => :'X',
111
- :'y' => :'Y',
112
- :'z_order_position' => :'ZOrderPosition',
113
- :'shapes' => :'Shapes',
114
- :'fill_format' => :'FillFormat',
115
- :'effect_format' => :'EffectFormat',
116
- :'line_format' => :'LineFormat',
117
- :'type' => :'Type',
118
- :'shape_type' => :'ShapeType'
119
- }
120
- end
121
-
122
- # Attribute type mapping.
123
- def self.swagger_types
124
- {
125
- :'self_uri' => :'ResourceUri',
126
- :'alternate_links' => :'Array<ResourceUri>',
127
- :'name' => :'String',
128
- :'width' => :'Float',
129
- :'height' => :'Float',
130
- :'alternative_text' => :'String',
131
- :'alternative_text_title' => :'String',
132
- :'hidden' => :'BOOLEAN',
133
- :'x' => :'Float',
134
- :'y' => :'Float',
135
- :'z_order_position' => :'Integer',
136
- :'shapes' => :'ResourceUriElement',
137
- :'fill_format' => :'FillFormat',
138
- :'effect_format' => :'EffectFormat',
139
- :'line_format' => :'LineFormat',
140
- :'type' => :'String',
141
- :'shape_type' => :'String'
142
- }
143
- end
144
-
145
- # Initializes the object
146
- # @param [Hash] attributes Model attributes in the form of hash
147
- def initialize(attributes = {})
148
- return unless attributes.is_a?(Hash)
149
-
150
- # convert string to symbol for hash key
151
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
152
-
153
- if attributes.has_key?(:'SelfUri')
154
- self.self_uri = attributes[:'SelfUri']
155
- end
156
-
157
- if attributes.has_key?(:'AlternateLinks')
158
- if (value = attributes[:'AlternateLinks']).is_a?(Array)
159
- self.alternate_links = value
160
- end
161
- end
162
-
163
- if attributes.has_key?(:'Name')
164
- self.name = attributes[:'Name']
165
- end
166
-
167
- if attributes.has_key?(:'Width')
168
- self.width = attributes[:'Width']
169
- end
170
-
171
- if attributes.has_key?(:'Height')
172
- self.height = attributes[:'Height']
173
- end
174
-
175
- if attributes.has_key?(:'AlternativeText')
176
- self.alternative_text = attributes[:'AlternativeText']
177
- end
178
-
179
- if attributes.has_key?(:'AlternativeTextTitle')
180
- self.alternative_text_title = attributes[:'AlternativeTextTitle']
181
- end
182
-
183
- if attributes.has_key?(:'Hidden')
184
- self.hidden = attributes[:'Hidden']
185
- end
186
-
187
- if attributes.has_key?(:'X')
188
- self.x = attributes[:'X']
189
- end
190
-
191
- if attributes.has_key?(:'Y')
192
- self.y = attributes[:'Y']
193
- end
194
-
195
- if attributes.has_key?(:'ZOrderPosition')
196
- self.z_order_position = attributes[:'ZOrderPosition']
197
- end
198
-
199
- if attributes.has_key?(:'Shapes')
200
- self.shapes = attributes[:'Shapes']
201
- end
202
-
203
- if attributes.has_key?(:'FillFormat')
204
- self.fill_format = attributes[:'FillFormat']
205
- end
206
-
207
- if attributes.has_key?(:'EffectFormat')
208
- self.effect_format = attributes[:'EffectFormat']
209
- end
210
-
211
- if attributes.has_key?(:'LineFormat')
212
- self.line_format = attributes[:'LineFormat']
213
- end
214
-
215
- if attributes.has_key?(:'Type')
216
- self.type = attributes[:'Type']
217
- end
218
-
219
- if attributes.has_key?(:'ShapeType')
220
- self.shape_type = attributes[:'ShapeType']
221
- end
222
- end
223
-
224
- # Show invalid properties with the reasons. Usually used together with valid?
225
- # @return Array for valid properties with the reasons
226
- def list_invalid_properties
227
- invalid_properties = Array.new
228
- if @z_order_position.nil?
229
- invalid_properties.push('invalid value for "z_order_position", z_order_position cannot be nil.')
230
- end
231
-
232
- invalid_properties
233
- end
234
-
235
- # Check to see if the all the properties in the model are valid
236
- # @return true if the model is valid
237
- def valid?
238
- return false if @z_order_position.nil?
239
- type_validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape'])
240
- return false unless type_validator.valid?(@type)
241
- shape_type_validator = EnumAttributeValidator.new('String', ['Custom', 'Line', 'LineInverse', 'Triangle', 'RightTriangle', 'Rectangle', 'Diamond', 'Parallelogram', 'Trapezoid', 'NonIsoscelesTrapezoid', 'Pentagon', 'Hexagon', 'Heptagon', 'Octagon', 'Decagon', 'Dodecagon', 'FourPointedStar', 'FivePointedStar', 'SixPointedStar', 'SevenPointedStar', 'EightPointedStar', 'TenPointedStar', 'TwelvePointedStar', 'SixteenPointedStar', 'TwentyFourPointedStar', 'ThirtyTwoPointedStar', 'RoundCornerRectangle', 'OneRoundCornerRectangle', 'TwoSamesideRoundCornerRectangle', 'TwoDiagonalRoundCornerRectangle', 'OneSnipOneRoundCornerRectangle', 'OneSnipCornerRectangle', 'TwoSamesideSnipCornerRectangle', 'TwoDiagonalSnipCornerRectangle', 'Plaque', 'Ellipse', 'Teardrop', 'HomePlate', 'Chevron', 'PieWedge', 'Pie', 'BlockArc', 'Donut', 'NoSmoking', 'RightArrow', 'LeftArrow', 'UpArrow', 'DownArrow', 'StripedRightArrow', 'NotchedRightArrow', 'BentUpArrow', 'LeftRightArrow', 'UpDownArrow', 'LeftUpArrow', 'LeftRightUpArrow', 'QuadArrow', 'CalloutLeftArrow', 'CalloutRightArrow', 'CalloutUpArrow', 'CalloutDownArrow', 'CalloutLeftRightArrow', 'CalloutUpDownArrow', 'CalloutQuadArrow', 'BentArrow', 'UTurnArrow', 'CircularArrow', 'LeftCircularArrow', 'LeftRightCircularArrow', 'CurvedRightArrow', 'CurvedLeftArrow', 'CurvedUpArrow', 'CurvedDownArrow', 'SwooshArrow', 'Cube', 'Can', 'LightningBolt', 'Heart', 'Sun', 'Moon', 'SmileyFace', 'IrregularSeal1', 'IrregularSeal2', 'FoldedCorner', 'Bevel', 'Frame', 'HalfFrame', 'Corner', 'DiagonalStripe', 'Chord', 'CurvedArc', 'LeftBracket', 'RightBracket', 'LeftBrace', 'RightBrace', 'BracketPair', 'BracePair', 'StraightConnector1', 'BentConnector2', 'BentConnector3', 'BentConnector4', 'BentConnector5', 'CurvedConnector2', 'CurvedConnector3', 'CurvedConnector4', 'CurvedConnector5', 'Callout1', 'Callout2', 'Callout3', 'Callout1WithAccent', 'Callout2WithAccent', 'Callout3WithAccent', 'Callout1WithBorder', 'Callout2WithBorder', 'Callout3WithBorder', 'Callout1WithBorderAndAccent', 'Callout2WithBorderAndAccent', 'Callout3WithBorderAndAccent', 'CalloutWedgeRectangle', 'CalloutWedgeRoundRectangle', 'CalloutWedgeEllipse', 'CalloutCloud', 'Cloud', 'Ribbon', 'Ribbon2', 'EllipseRibbon', 'EllipseRibbon2', 'LeftRightRibbon', 'VerticalScroll', 'HorizontalScroll', 'Wave', 'DoubleWave', 'Plus', 'ProcessFlow', 'DecisionFlow', 'InputOutputFlow', 'PredefinedProcessFlow', 'InternalStorageFlow', 'DocumentFlow', 'MultiDocumentFlow', 'TerminatorFlow', 'PreparationFlow', 'ManualInputFlow', 'ManualOperationFlow', 'ConnectorFlow', 'PunchedCardFlow', 'PunchedTapeFlow', 'SummingJunctionFlow', 'OrFlow', 'CollateFlow', 'SortFlow', 'ExtractFlow', 'MergeFlow', 'OfflineStorageFlow', 'OnlineStorageFlow', 'MagneticTapeFlow', 'MagneticDiskFlow', 'MagneticDrumFlow', 'DisplayFlow', 'DelayFlow', 'AlternateProcessFlow', 'OffPageConnectorFlow', 'BlankButton', 'HomeButton', 'HelpButton', 'InformationButton', 'ForwardOrNextButton', 'BackOrPreviousButton', 'EndButton', 'BeginningButton', 'ReturnButton', 'DocumentButton', 'SoundButton', 'MovieButton', 'Gear6', 'Gear9', 'Funnel', 'PlusMath', 'MinusMath', 'MultiplyMath', 'DivideMath', 'EqualMath', 'NotEqualMath', 'CornerTabs', 'SquareTabs', 'PlaqueTabs', 'ChartX', 'ChartStar', 'ChartPlus', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'Diagram', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'NotDefined'])
242
- return false unless shape_type_validator.valid?(@shape_type)
243
- true
244
- end
245
-
246
- # Custom attribute writer method checking allowed values (enum).
247
- # @param [Object] type Object to be assigned
248
- def type=(type)
249
- validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape'])
250
- unless validator.valid?(type)
251
- fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
252
- end
253
- @type = type
254
- end
255
-
256
- # Custom attribute writer method checking allowed values (enum).
257
- # @param [Object] shape_type Object to be assigned
258
- def shape_type=(shape_type)
259
- validator = EnumAttributeValidator.new('String', ['Custom', 'Line', 'LineInverse', 'Triangle', 'RightTriangle', 'Rectangle', 'Diamond', 'Parallelogram', 'Trapezoid', 'NonIsoscelesTrapezoid', 'Pentagon', 'Hexagon', 'Heptagon', 'Octagon', 'Decagon', 'Dodecagon', 'FourPointedStar', 'FivePointedStar', 'SixPointedStar', 'SevenPointedStar', 'EightPointedStar', 'TenPointedStar', 'TwelvePointedStar', 'SixteenPointedStar', 'TwentyFourPointedStar', 'ThirtyTwoPointedStar', 'RoundCornerRectangle', 'OneRoundCornerRectangle', 'TwoSamesideRoundCornerRectangle', 'TwoDiagonalRoundCornerRectangle', 'OneSnipOneRoundCornerRectangle', 'OneSnipCornerRectangle', 'TwoSamesideSnipCornerRectangle', 'TwoDiagonalSnipCornerRectangle', 'Plaque', 'Ellipse', 'Teardrop', 'HomePlate', 'Chevron', 'PieWedge', 'Pie', 'BlockArc', 'Donut', 'NoSmoking', 'RightArrow', 'LeftArrow', 'UpArrow', 'DownArrow', 'StripedRightArrow', 'NotchedRightArrow', 'BentUpArrow', 'LeftRightArrow', 'UpDownArrow', 'LeftUpArrow', 'LeftRightUpArrow', 'QuadArrow', 'CalloutLeftArrow', 'CalloutRightArrow', 'CalloutUpArrow', 'CalloutDownArrow', 'CalloutLeftRightArrow', 'CalloutUpDownArrow', 'CalloutQuadArrow', 'BentArrow', 'UTurnArrow', 'CircularArrow', 'LeftCircularArrow', 'LeftRightCircularArrow', 'CurvedRightArrow', 'CurvedLeftArrow', 'CurvedUpArrow', 'CurvedDownArrow', 'SwooshArrow', 'Cube', 'Can', 'LightningBolt', 'Heart', 'Sun', 'Moon', 'SmileyFace', 'IrregularSeal1', 'IrregularSeal2', 'FoldedCorner', 'Bevel', 'Frame', 'HalfFrame', 'Corner', 'DiagonalStripe', 'Chord', 'CurvedArc', 'LeftBracket', 'RightBracket', 'LeftBrace', 'RightBrace', 'BracketPair', 'BracePair', 'StraightConnector1', 'BentConnector2', 'BentConnector3', 'BentConnector4', 'BentConnector5', 'CurvedConnector2', 'CurvedConnector3', 'CurvedConnector4', 'CurvedConnector5', 'Callout1', 'Callout2', 'Callout3', 'Callout1WithAccent', 'Callout2WithAccent', 'Callout3WithAccent', 'Callout1WithBorder', 'Callout2WithBorder', 'Callout3WithBorder', 'Callout1WithBorderAndAccent', 'Callout2WithBorderAndAccent', 'Callout3WithBorderAndAccent', 'CalloutWedgeRectangle', 'CalloutWedgeRoundRectangle', 'CalloutWedgeEllipse', 'CalloutCloud', 'Cloud', 'Ribbon', 'Ribbon2', 'EllipseRibbon', 'EllipseRibbon2', 'LeftRightRibbon', 'VerticalScroll', 'HorizontalScroll', 'Wave', 'DoubleWave', 'Plus', 'ProcessFlow', 'DecisionFlow', 'InputOutputFlow', 'PredefinedProcessFlow', 'InternalStorageFlow', 'DocumentFlow', 'MultiDocumentFlow', 'TerminatorFlow', 'PreparationFlow', 'ManualInputFlow', 'ManualOperationFlow', 'ConnectorFlow', 'PunchedCardFlow', 'PunchedTapeFlow', 'SummingJunctionFlow', 'OrFlow', 'CollateFlow', 'SortFlow', 'ExtractFlow', 'MergeFlow', 'OfflineStorageFlow', 'OnlineStorageFlow', 'MagneticTapeFlow', 'MagneticDiskFlow', 'MagneticDrumFlow', 'DisplayFlow', 'DelayFlow', 'AlternateProcessFlow', 'OffPageConnectorFlow', 'BlankButton', 'HomeButton', 'HelpButton', 'InformationButton', 'ForwardOrNextButton', 'BackOrPreviousButton', 'EndButton', 'BeginningButton', 'ReturnButton', 'DocumentButton', 'SoundButton', 'MovieButton', 'Gear6', 'Gear9', 'Funnel', 'PlusMath', 'MinusMath', 'MultiplyMath', 'DivideMath', 'EqualMath', 'NotEqualMath', 'CornerTabs', 'SquareTabs', 'PlaqueTabs', 'ChartX', 'ChartStar', 'ChartPlus', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'Diagram', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'NotDefined'])
260
- unless validator.valid?(shape_type)
261
- fail ArgumentError, 'invalid value for "shape_type", must be one of #{validator.allowable_values}.'
262
- end
263
- @shape_type = shape_type
264
- end
265
-
266
- # Checks equality by comparing each attribute.
267
- # @param [Object] Object to be compared
268
- def ==(o)
269
- return true if self.equal?(o)
270
- self.class == o.class &&
271
- self_uri == o.self_uri &&
272
- alternate_links == o.alternate_links &&
273
- name == o.name &&
274
- width == o.width &&
275
- height == o.height &&
276
- alternative_text == o.alternative_text &&
277
- alternative_text_title == o.alternative_text_title &&
278
- hidden == o.hidden &&
279
- x == o.x &&
280
- y == o.y &&
281
- z_order_position == o.z_order_position &&
282
- shapes == o.shapes &&
283
- fill_format == o.fill_format &&
284
- effect_format == o.effect_format &&
285
- line_format == o.line_format &&
286
- type == o.type &&
287
- shape_type == o.shape_type
288
- end
289
-
290
- # @see the `==` method
291
- # @param [Object] Object to be compared
292
- def eql?(o)
293
- self == o
294
- end
295
-
296
- # Calculates hash code according to all attributes.
297
- # @return [Fixnum] Hash code
298
- def hash
299
- [self_uri, alternate_links, name, width, height, alternative_text, alternative_text_title, hidden, x, y, z_order_position, shapes, fill_format, effect_format, line_format, type, shape_type].hash
300
- end
301
-
302
- # Builds the object from hash
303
- # @param [Hash] attributes Model attributes in the form of hash
304
- # @return [Object] Returns the model itself
305
- def build_from_hash(attributes)
306
- return nil unless attributes.is_a?(Hash)
307
- self.class.swagger_types.each_pair do |key, type|
308
- if type =~ /\AArray<(.*)>/i
309
- # check to ensure the input is an array given that the the attribute
310
- # is documented as an array but the input is not
311
- if attributes[self.class.attribute_map[key]].is_a?(Array)
312
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
313
- end
314
- elsif !attributes[self.class.attribute_map[key]].nil?
315
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
316
- end # or else data not found in attributes(hash), not an issue as the data can be optional
317
- end
318
-
319
- self
320
- end
321
-
322
- # Deserializes the data based on type
323
- # @param string type Data type
324
- # @param string value Value to be deserialized
325
- # @return [Object] Deserialized data
326
- def _deserialize(type, value)
327
- case type.to_sym
328
- when :DateTime
329
- DateTime.parse(value)
330
- when :Date
331
- Date.parse(value)
332
- when :String
333
- value.to_s
334
- when :Integer
335
- value.to_i
336
- when :Float
337
- value.to_f
338
- when :BOOLEAN
339
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
340
- true
341
- else
342
- false
343
- end
344
- when :Object
345
- # generic object (usually a Hash), return directly
346
- value
347
- when /\AArray<(?<inner_type>.+)>\z/
348
- inner_type = Regexp.last_match[:inner_type]
349
- value.map { |v| _deserialize(inner_type, v) }
350
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
351
- k_type = Regexp.last_match[:k_type]
352
- v_type = Regexp.last_match[:v_type]
353
- {}.tap do |hash|
354
- value.each do |k, v|
355
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
356
- end
357
- end
358
- else # model
359
- temp_model = AsposeSlidesCloud.const_get(type).new
360
- temp_model.build_from_hash(value)
361
- end
362
- end
363
-
364
- # Returns the string representation of the object
365
- # @return [String] String presentation of the object
366
- def to_s
367
- to_hash.to_s
368
- end
369
-
370
- # to_body is an alias to to_hash (backward compatibility)
371
- # @return [Hash] Returns the object in the form of hash
372
- def to_body
373
- to_hash
374
- end
375
-
376
- # Returns the object in the form of hash
377
- # @return [Hash] Returns the object in the form of hash
378
- def to_hash
379
- hash = {}
380
- self.class.attribute_map.each_pair do |attr, param|
381
- value = self.send(attr)
382
- next if value.nil?
383
- hash[param] = _to_hash(value)
384
- end
385
- hash
386
- end
387
-
388
- # Outputs non-array value in the form of hash
389
- # For object, use to_hash. Otherwise, just return the value
390
- # @param [Object] value Any valid value
391
- # @return [Hash] Returns the value in the form of hash
392
- def _to_hash(value)
393
- if value.is_a?(Array)
394
- value.compact.map { |v| _to_hash(v) }
395
- elsif value.is_a?(Hash)
396
- {}.tap do |hash|
397
- value.each { |k, v| hash[k] = _to_hash(v) }
398
- end
399
- elsif value.respond_to? :to_hash
400
- value.to_hash
401
- else
402
- value
403
- end
404
- end
405
- end
406
- 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
+ # Slide shape.
27
+ class ShapeBase < ResourceBase
28
+ # Gets or sets the name.
29
+ attr_accessor :name
30
+
31
+ # Gets or sets the width.
32
+ attr_accessor :width
33
+
34
+ # Gets or sets the height.
35
+ attr_accessor :height
36
+
37
+ # Gets or sets the alternative text.
38
+ attr_accessor :alternative_text
39
+
40
+ # The title of alternative text associated with the shape.
41
+ attr_accessor :alternative_text_title
42
+
43
+ # Gets or sets a value indicating whether this ShapeBase is hidden.
44
+ attr_accessor :hidden
45
+
46
+ # Gets or sets the X
47
+ attr_accessor :x
48
+
49
+ # Gets or sets the Y.
50
+ attr_accessor :y
51
+
52
+ # Gets z-order position of shape
53
+ attr_accessor :z_order_position
54
+
55
+ # Gets or sets the link to shapes.
56
+ attr_accessor :shapes
57
+
58
+ # Gets or sets the fill format.
59
+ attr_accessor :fill_format
60
+
61
+ # Gets or sets the effect format.
62
+ attr_accessor :effect_format
63
+
64
+ # Gets or sets the line format.
65
+ attr_accessor :line_format
66
+
67
+ attr_accessor :type
68
+
69
+ class EnumAttributeValidator
70
+ attr_reader :datatype
71
+ attr_reader :allowable_values
72
+
73
+ def initialize(datatype, allowable_values)
74
+ @allowable_values = allowable_values.map do |value|
75
+ case datatype.to_s
76
+ when /Integer/i
77
+ value.to_i
78
+ when /Float/i
79
+ value.to_f
80
+ else
81
+ value
82
+ end
83
+ end
84
+ end
85
+
86
+ def valid?(value)
87
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
88
+ end
89
+ end
90
+
91
+ # Attribute mapping from ruby-style variable name to JSON key.
92
+ def self.attribute_map
93
+ super.merge({
94
+ :'name' => :'Name',
95
+ :'width' => :'Width',
96
+ :'height' => :'Height',
97
+ :'alternative_text' => :'AlternativeText',
98
+ :'alternative_text_title' => :'AlternativeTextTitle',
99
+ :'hidden' => :'Hidden',
100
+ :'x' => :'X',
101
+ :'y' => :'Y',
102
+ :'z_order_position' => :'ZOrderPosition',
103
+ :'shapes' => :'Shapes',
104
+ :'fill_format' => :'FillFormat',
105
+ :'effect_format' => :'EffectFormat',
106
+ :'line_format' => :'LineFormat',
107
+ :'type' => :'Type',
108
+ })
109
+ end
110
+
111
+ # Attribute type mapping.
112
+ def self.swagger_types
113
+ super.merge({
114
+ :'name' => :'String',
115
+ :'width' => :'Float',
116
+ :'height' => :'Float',
117
+ :'alternative_text' => :'String',
118
+ :'alternative_text_title' => :'String',
119
+ :'hidden' => :'BOOLEAN',
120
+ :'x' => :'Float',
121
+ :'y' => :'Float',
122
+ :'z_order_position' => :'Integer',
123
+ :'shapes' => :'ResourceUri',
124
+ :'fill_format' => :'FillFormat',
125
+ :'effect_format' => :'EffectFormat',
126
+ :'line_format' => :'LineFormat',
127
+ :'type' => :'String',
128
+ })
129
+ end
130
+
131
+ # Initializes the object
132
+ # @param [Hash] attributes Model attributes in the form of hash
133
+ def initialize(attributes = {})
134
+ super
135
+
136
+ if attributes.has_key?(:'Name')
137
+ self.name = attributes[:'Name']
138
+ end
139
+
140
+ if attributes.has_key?(:'Width')
141
+ self.width = attributes[:'Width']
142
+ end
143
+
144
+ if attributes.has_key?(:'Height')
145
+ self.height = attributes[:'Height']
146
+ end
147
+
148
+ if attributes.has_key?(:'AlternativeText')
149
+ self.alternative_text = attributes[:'AlternativeText']
150
+ end
151
+
152
+ if attributes.has_key?(:'AlternativeTextTitle')
153
+ self.alternative_text_title = attributes[:'AlternativeTextTitle']
154
+ end
155
+
156
+ if attributes.has_key?(:'Hidden')
157
+ self.hidden = attributes[:'Hidden']
158
+ end
159
+
160
+ if attributes.has_key?(:'X')
161
+ self.x = attributes[:'X']
162
+ end
163
+
164
+ if attributes.has_key?(:'Y')
165
+ self.y = attributes[:'Y']
166
+ end
167
+
168
+ if attributes.has_key?(:'ZOrderPosition')
169
+ self.z_order_position = attributes[:'ZOrderPosition']
170
+ end
171
+
172
+ if attributes.has_key?(:'Shapes')
173
+ self.shapes = attributes[:'Shapes']
174
+ end
175
+
176
+ if attributes.has_key?(:'FillFormat')
177
+ self.fill_format = attributes[:'FillFormat']
178
+ end
179
+
180
+ if attributes.has_key?(:'EffectFormat')
181
+ self.effect_format = attributes[:'EffectFormat']
182
+ end
183
+
184
+ if attributes.has_key?(:'LineFormat')
185
+ self.line_format = attributes[:'LineFormat']
186
+ end
187
+
188
+ if attributes.has_key?(:'Type')
189
+ self.type = attributes[:'Type']
190
+ end
191
+ end
192
+
193
+ # Show invalid properties with the reasons. Usually used together with valid?
194
+ # @return Array for valid properties with the reasons
195
+ def list_invalid_properties
196
+ invalid_properties = super
197
+ if @z_order_position.nil?
198
+ invalid_properties.push('invalid value for "z_order_position", z_order_position cannot be nil.')
199
+ end
200
+
201
+ invalid_properties
202
+ end
203
+
204
+ # Check to see if the all the properties in the model are valid
205
+ # @return true if the model is valid
206
+ def valid?
207
+ return false if !super
208
+ return false if @z_order_position.nil?
209
+ type_validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape'])
210
+ return false unless type_validator.valid?(@type)
211
+ true
212
+ end
213
+
214
+ # Custom attribute writer method checking allowed values (enum).
215
+ # @param [Object] type Object to be assigned
216
+ def type=(type)
217
+ validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape'])
218
+ unless validator.valid?(type)
219
+ fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
220
+ end
221
+ @type = type
222
+ end
223
+
224
+ # Checks equality by comparing each attribute.
225
+ # @param [Object] Object to be compared
226
+ def ==(o)
227
+ return true if self.equal?(o)
228
+ self.class == o.class &&
229
+ self_uri == o.self_uri &&
230
+ alternate_links == o.alternate_links &&
231
+ name == o.name &&
232
+ width == o.width &&
233
+ height == o.height &&
234
+ alternative_text == o.alternative_text &&
235
+ alternative_text_title == o.alternative_text_title &&
236
+ hidden == o.hidden &&
237
+ x == o.x &&
238
+ y == o.y &&
239
+ z_order_position == o.z_order_position &&
240
+ shapes == o.shapes &&
241
+ fill_format == o.fill_format &&
242
+ effect_format == o.effect_format &&
243
+ line_format == o.line_format &&
244
+ type == o.type
245
+ end
246
+
247
+ # @see the `==` method
248
+ # @param [Object] Object to be compared
249
+ def eql?(o)
250
+ self == o
251
+ end
252
+
253
+ # Calculates hash code according to all attributes.
254
+ # @return [Fixnum] Hash code
255
+ def hash
256
+ [self_uri, alternate_links, name, width, height, alternative_text, alternative_text_title, hidden, x, y, z_order_position, shapes, fill_format, effect_format, line_format, type].hash
257
+ end
258
+
259
+ # Builds the object from hash
260
+ # @param [Hash] attributes Model attributes in the form of hash
261
+ # @return [Object] Returns the model itself
262
+ def build_from_hash(attributes)
263
+ return nil unless attributes.is_a?(Hash)
264
+ self.class.swagger_types.each_pair do |key, type|
265
+ mapKey = self.class.attribute_map[key]
266
+ if !mapKey.nil?
267
+ val = attributes[mapKey]
268
+ if val.nil?
269
+ mapKeyString = mapKey.to_s
270
+ mapKeyString[0] = mapKeyString[0].downcase
271
+ mapKey = mapKeyString.to_sym
272
+ val = attributes[mapKey]
273
+ end
274
+ if !val.nil?
275
+ if type =~ /\AArray<(.*)>/i
276
+ # check to ensure the input is an array given that the the attribute
277
+ # is documented as an array but the input is not
278
+ if val.is_a?(Array)
279
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
280
+ end
281
+ else
282
+ self.send("#{key}=", _deserialize(type, val))
283
+ end
284
+ end
285
+ end
286
+ end
287
+
288
+ self
289
+ end
290
+
291
+ # Deserializes the data based on type
292
+ # @param string type Data type
293
+ # @param string value Value to be deserialized
294
+ # @return [Object] Deserialized data
295
+ def _deserialize(type, value)
296
+ case type.to_sym
297
+ when :DateTime
298
+ DateTime.parse(value)
299
+ when :Date
300
+ Date.parse(value)
301
+ when :String
302
+ value.to_s
303
+ when :Integer
304
+ value.to_i
305
+ when :Float
306
+ value.to_f
307
+ when :BOOLEAN
308
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
309
+ true
310
+ else
311
+ false
312
+ end
313
+ when :Object
314
+ # generic object (usually a Hash), return directly
315
+ value
316
+ when /\AArray<(?<inner_type>.+)>\z/
317
+ inner_type = Regexp.last_match[:inner_type]
318
+ value.map { |v| _deserialize(inner_type, v) }
319
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
320
+ k_type = Regexp.last_match[:k_type]
321
+ v_type = Regexp.last_match[:v_type]
322
+ {}.tap do |hash|
323
+ value.each do |k, v|
324
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
325
+ end
326
+ end
327
+ else # model
328
+ temp_model = AsposeSlidesCloud.const_get(type).new
329
+ temp_model.build_from_hash(value)
330
+ end
331
+ end
332
+
333
+ # Returns the string representation of the object
334
+ # @return [String] String presentation of the object
335
+ def to_s
336
+ to_hash.to_s
337
+ end
338
+
339
+ # to_body is an alias to to_hash (backward compatibility)
340
+ # @return [Hash] Returns the object in the form of hash
341
+ def to_body
342
+ to_hash
343
+ end
344
+
345
+ # Returns the object in the form of hash
346
+ # @return [Hash] Returns the object in the form of hash
347
+ def to_hash
348
+ hash = {}
349
+ self.class.attribute_map.each_pair do |attr, param|
350
+ value = self.send(attr)
351
+ next if value.nil?
352
+ hash[param] = _to_hash(value)
353
+ end
354
+ hash
355
+ end
356
+
357
+ # Outputs non-array value in the form of hash
358
+ # For object, use to_hash. Otherwise, just return the value
359
+ # @param [Object] value Any valid value
360
+ # @return [Hash] Returns the value in the form of hash
361
+ def _to_hash(value)
362
+ if value.is_a?(Array)
363
+ value.compact.map { |v| _to_hash(v) }
364
+ elsif value.is_a?(Hash)
365
+ {}.tap do |hash|
366
+ value.each { |k, v| hash[k] = _to_hash(v) }
367
+ end
368
+ elsif value.respond_to? :to_hash
369
+ value.to_hash
370
+ else
371
+ value
372
+ end
373
+ end
374
+ end
375
+ end