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,327 +1,317 @@
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's color scheme DTO
27
- class ColorScheme
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
- # First accent color.
35
- attr_accessor :accent1
36
-
37
- # Second accent color.
38
- attr_accessor :accent2
39
-
40
- # Third accent color.
41
- attr_accessor :accent3
42
-
43
- # Fourth accent color.
44
- attr_accessor :accent4
45
-
46
- # Fifth accent color.
47
- attr_accessor :accent5
48
-
49
- # Sixth accent color.
50
- attr_accessor :accent6
51
-
52
- # First dark color.
53
- attr_accessor :dark1
54
-
55
- # Second dark color.
56
- attr_accessor :dark2
57
-
58
- # Visited hyperlink color.
59
- attr_accessor :followed_hyperlink
60
-
61
- # Hyperlink color/
62
- attr_accessor :hyperlink
63
-
64
- # First light color.
65
- attr_accessor :light1
66
-
67
- # Second light color.
68
- attr_accessor :light2
69
-
70
- # Attribute mapping from ruby-style variable name to JSON key.
71
- def self.attribute_map
72
- {
73
- :'self_uri' => :'SelfUri',
74
- :'alternate_links' => :'AlternateLinks',
75
- :'accent1' => :'Accent1',
76
- :'accent2' => :'Accent2',
77
- :'accent3' => :'Accent3',
78
- :'accent4' => :'Accent4',
79
- :'accent5' => :'Accent5',
80
- :'accent6' => :'Accent6',
81
- :'dark1' => :'Dark1',
82
- :'dark2' => :'Dark2',
83
- :'followed_hyperlink' => :'FollowedHyperlink',
84
- :'hyperlink' => :'Hyperlink',
85
- :'light1' => :'Light1',
86
- :'light2' => :'Light2'
87
- }
88
- end
89
-
90
- # Attribute type mapping.
91
- def self.swagger_types
92
- {
93
- :'self_uri' => :'ResourceUri',
94
- :'alternate_links' => :'Array<ResourceUri>',
95
- :'accent1' => :'String',
96
- :'accent2' => :'String',
97
- :'accent3' => :'String',
98
- :'accent4' => :'String',
99
- :'accent5' => :'String',
100
- :'accent6' => :'String',
101
- :'dark1' => :'String',
102
- :'dark2' => :'String',
103
- :'followed_hyperlink' => :'String',
104
- :'hyperlink' => :'String',
105
- :'light1' => :'String',
106
- :'light2' => :'String'
107
- }
108
- end
109
-
110
- # Initializes the object
111
- # @param [Hash] attributes Model attributes in the form of hash
112
- def initialize(attributes = {})
113
- return unless attributes.is_a?(Hash)
114
-
115
- # convert string to symbol for hash key
116
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
117
-
118
- if attributes.has_key?(:'SelfUri')
119
- self.self_uri = attributes[:'SelfUri']
120
- end
121
-
122
- if attributes.has_key?(:'AlternateLinks')
123
- if (value = attributes[:'AlternateLinks']).is_a?(Array)
124
- self.alternate_links = value
125
- end
126
- end
127
-
128
- if attributes.has_key?(:'Accent1')
129
- self.accent1 = attributes[:'Accent1']
130
- end
131
-
132
- if attributes.has_key?(:'Accent2')
133
- self.accent2 = attributes[:'Accent2']
134
- end
135
-
136
- if attributes.has_key?(:'Accent3')
137
- self.accent3 = attributes[:'Accent3']
138
- end
139
-
140
- if attributes.has_key?(:'Accent4')
141
- self.accent4 = attributes[:'Accent4']
142
- end
143
-
144
- if attributes.has_key?(:'Accent5')
145
- self.accent5 = attributes[:'Accent5']
146
- end
147
-
148
- if attributes.has_key?(:'Accent6')
149
- self.accent6 = attributes[:'Accent6']
150
- end
151
-
152
- if attributes.has_key?(:'Dark1')
153
- self.dark1 = attributes[:'Dark1']
154
- end
155
-
156
- if attributes.has_key?(:'Dark2')
157
- self.dark2 = attributes[:'Dark2']
158
- end
159
-
160
- if attributes.has_key?(:'FollowedHyperlink')
161
- self.followed_hyperlink = attributes[:'FollowedHyperlink']
162
- end
163
-
164
- if attributes.has_key?(:'Hyperlink')
165
- self.hyperlink = attributes[:'Hyperlink']
166
- end
167
-
168
- if attributes.has_key?(:'Light1')
169
- self.light1 = attributes[:'Light1']
170
- end
171
-
172
- if attributes.has_key?(:'Light2')
173
- self.light2 = attributes[:'Light2']
174
- end
175
- end
176
-
177
- # Show invalid properties with the reasons. Usually used together with valid?
178
- # @return Array for valid properties with the reasons
179
- def list_invalid_properties
180
- invalid_properties = Array.new
181
- invalid_properties
182
- end
183
-
184
- # Check to see if the all the properties in the model are valid
185
- # @return true if the model is valid
186
- def valid?
187
- true
188
- end
189
-
190
- # Checks equality by comparing each attribute.
191
- # @param [Object] Object to be compared
192
- def ==(o)
193
- return true if self.equal?(o)
194
- self.class == o.class &&
195
- self_uri == o.self_uri &&
196
- alternate_links == o.alternate_links &&
197
- accent1 == o.accent1 &&
198
- accent2 == o.accent2 &&
199
- accent3 == o.accent3 &&
200
- accent4 == o.accent4 &&
201
- accent5 == o.accent5 &&
202
- accent6 == o.accent6 &&
203
- dark1 == o.dark1 &&
204
- dark2 == o.dark2 &&
205
- followed_hyperlink == o.followed_hyperlink &&
206
- hyperlink == o.hyperlink &&
207
- light1 == o.light1 &&
208
- light2 == o.light2
209
- end
210
-
211
- # @see the `==` method
212
- # @param [Object] Object to be compared
213
- def eql?(o)
214
- self == o
215
- end
216
-
217
- # Calculates hash code according to all attributes.
218
- # @return [Fixnum] Hash code
219
- def hash
220
- [self_uri, alternate_links, accent1, accent2, accent3, accent4, accent5, accent6, dark1, dark2, followed_hyperlink, hyperlink, light1, light2].hash
221
- end
222
-
223
- # Builds the object from hash
224
- # @param [Hash] attributes Model attributes in the form of hash
225
- # @return [Object] Returns the model itself
226
- def build_from_hash(attributes)
227
- return nil unless attributes.is_a?(Hash)
228
- self.class.swagger_types.each_pair do |key, type|
229
- if type =~ /\AArray<(.*)>/i
230
- # check to ensure the input is an array given that the the attribute
231
- # is documented as an array but the input is not
232
- if attributes[self.class.attribute_map[key]].is_a?(Array)
233
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
234
- end
235
- elsif !attributes[self.class.attribute_map[key]].nil?
236
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
237
- end # or else data not found in attributes(hash), not an issue as the data can be optional
238
- end
239
-
240
- self
241
- end
242
-
243
- # Deserializes the data based on type
244
- # @param string type Data type
245
- # @param string value Value to be deserialized
246
- # @return [Object] Deserialized data
247
- def _deserialize(type, value)
248
- case type.to_sym
249
- when :DateTime
250
- DateTime.parse(value)
251
- when :Date
252
- Date.parse(value)
253
- when :String
254
- value.to_s
255
- when :Integer
256
- value.to_i
257
- when :Float
258
- value.to_f
259
- when :BOOLEAN
260
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
261
- true
262
- else
263
- false
264
- end
265
- when :Object
266
- # generic object (usually a Hash), return directly
267
- value
268
- when /\AArray<(?<inner_type>.+)>\z/
269
- inner_type = Regexp.last_match[:inner_type]
270
- value.map { |v| _deserialize(inner_type, v) }
271
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
272
- k_type = Regexp.last_match[:k_type]
273
- v_type = Regexp.last_match[:v_type]
274
- {}.tap do |hash|
275
- value.each do |k, v|
276
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
277
- end
278
- end
279
- else # model
280
- temp_model = AsposeSlidesCloud.const_get(type).new
281
- temp_model.build_from_hash(value)
282
- end
283
- end
284
-
285
- # Returns the string representation of the object
286
- # @return [String] String presentation of the object
287
- def to_s
288
- to_hash.to_s
289
- end
290
-
291
- # to_body is an alias to to_hash (backward compatibility)
292
- # @return [Hash] Returns the object in the form of hash
293
- def to_body
294
- to_hash
295
- end
296
-
297
- # Returns the object in the form of hash
298
- # @return [Hash] Returns the object in the form of hash
299
- def to_hash
300
- hash = {}
301
- self.class.attribute_map.each_pair do |attr, param|
302
- value = self.send(attr)
303
- next if value.nil?
304
- hash[param] = _to_hash(value)
305
- end
306
- hash
307
- end
308
-
309
- # Outputs non-array value in the form of hash
310
- # For object, use to_hash. Otherwise, just return the value
311
- # @param [Object] value Any valid value
312
- # @return [Hash] Returns the value in the form of hash
313
- def _to_hash(value)
314
- if value.is_a?(Array)
315
- value.compact.map { |v| _to_hash(v) }
316
- elsif value.is_a?(Hash)
317
- {}.tap do |hash|
318
- value.each { |k, v| hash[k] = _to_hash(v) }
319
- end
320
- elsif value.respond_to? :to_hash
321
- value.to_hash
322
- else
323
- value
324
- end
325
- end
326
- end
327
- 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's color scheme DTO
27
+ class ColorScheme < ResourceBase
28
+ # First accent color.
29
+ attr_accessor :accent1
30
+
31
+ # Second accent color.
32
+ attr_accessor :accent2
33
+
34
+ # Third accent color.
35
+ attr_accessor :accent3
36
+
37
+ # Fourth accent color.
38
+ attr_accessor :accent4
39
+
40
+ # Fifth accent color.
41
+ attr_accessor :accent5
42
+
43
+ # Sixth accent color.
44
+ attr_accessor :accent6
45
+
46
+ # First dark color.
47
+ attr_accessor :dark1
48
+
49
+ # Second dark color.
50
+ attr_accessor :dark2
51
+
52
+ # Visited hyperlink color.
53
+ attr_accessor :followed_hyperlink
54
+
55
+ # Hyperlink color/
56
+ attr_accessor :hyperlink
57
+
58
+ # First light color.
59
+ attr_accessor :light1
60
+
61
+ # Second light color.
62
+ attr_accessor :light2
63
+
64
+ # Attribute mapping from ruby-style variable name to JSON key.
65
+ def self.attribute_map
66
+ super.merge({
67
+ :'accent1' => :'Accent1',
68
+ :'accent2' => :'Accent2',
69
+ :'accent3' => :'Accent3',
70
+ :'accent4' => :'Accent4',
71
+ :'accent5' => :'Accent5',
72
+ :'accent6' => :'Accent6',
73
+ :'dark1' => :'Dark1',
74
+ :'dark2' => :'Dark2',
75
+ :'followed_hyperlink' => :'FollowedHyperlink',
76
+ :'hyperlink' => :'Hyperlink',
77
+ :'light1' => :'Light1',
78
+ :'light2' => :'Light2',
79
+ })
80
+ end
81
+
82
+ # Attribute type mapping.
83
+ def self.swagger_types
84
+ super.merge({
85
+ :'accent1' => :'String',
86
+ :'accent2' => :'String',
87
+ :'accent3' => :'String',
88
+ :'accent4' => :'String',
89
+ :'accent5' => :'String',
90
+ :'accent6' => :'String',
91
+ :'dark1' => :'String',
92
+ :'dark2' => :'String',
93
+ :'followed_hyperlink' => :'String',
94
+ :'hyperlink' => :'String',
95
+ :'light1' => :'String',
96
+ :'light2' => :'String',
97
+ })
98
+ end
99
+
100
+ # Initializes the object
101
+ # @param [Hash] attributes Model attributes in the form of hash
102
+ def initialize(attributes = {})
103
+ super
104
+
105
+ if attributes.has_key?(:'Accent1')
106
+ self.accent1 = attributes[:'Accent1']
107
+ end
108
+
109
+ if attributes.has_key?(:'Accent2')
110
+ self.accent2 = attributes[:'Accent2']
111
+ end
112
+
113
+ if attributes.has_key?(:'Accent3')
114
+ self.accent3 = attributes[:'Accent3']
115
+ end
116
+
117
+ if attributes.has_key?(:'Accent4')
118
+ self.accent4 = attributes[:'Accent4']
119
+ end
120
+
121
+ if attributes.has_key?(:'Accent5')
122
+ self.accent5 = attributes[:'Accent5']
123
+ end
124
+
125
+ if attributes.has_key?(:'Accent6')
126
+ self.accent6 = attributes[:'Accent6']
127
+ end
128
+
129
+ if attributes.has_key?(:'Dark1')
130
+ self.dark1 = attributes[:'Dark1']
131
+ end
132
+
133
+ if attributes.has_key?(:'Dark2')
134
+ self.dark2 = attributes[:'Dark2']
135
+ end
136
+
137
+ if attributes.has_key?(:'FollowedHyperlink')
138
+ self.followed_hyperlink = attributes[:'FollowedHyperlink']
139
+ end
140
+
141
+ if attributes.has_key?(:'Hyperlink')
142
+ self.hyperlink = attributes[:'Hyperlink']
143
+ end
144
+
145
+ if attributes.has_key?(:'Light1')
146
+ self.light1 = attributes[:'Light1']
147
+ end
148
+
149
+ if attributes.has_key?(:'Light2')
150
+ self.light2 = attributes[:'Light2']
151
+ end
152
+ end
153
+
154
+ # Show invalid properties with the reasons. Usually used together with valid?
155
+ # @return Array for valid properties with the reasons
156
+ def list_invalid_properties
157
+ invalid_properties = super
158
+ invalid_properties
159
+ end
160
+
161
+ # Check to see if the all the properties in the model are valid
162
+ # @return true if the model is valid
163
+ def valid?
164
+ return false if !super
165
+ true
166
+ end
167
+
168
+ # Checks equality by comparing each attribute.
169
+ # @param [Object] Object to be compared
170
+ def ==(o)
171
+ return true if self.equal?(o)
172
+ self.class == o.class &&
173
+ self_uri == o.self_uri &&
174
+ alternate_links == o.alternate_links &&
175
+ accent1 == o.accent1 &&
176
+ accent2 == o.accent2 &&
177
+ accent3 == o.accent3 &&
178
+ accent4 == o.accent4 &&
179
+ accent5 == o.accent5 &&
180
+ accent6 == o.accent6 &&
181
+ dark1 == o.dark1 &&
182
+ dark2 == o.dark2 &&
183
+ followed_hyperlink == o.followed_hyperlink &&
184
+ hyperlink == o.hyperlink &&
185
+ light1 == o.light1 &&
186
+ light2 == o.light2
187
+ end
188
+
189
+ # @see the `==` method
190
+ # @param [Object] Object to be compared
191
+ def eql?(o)
192
+ self == o
193
+ end
194
+
195
+ # Calculates hash code according to all attributes.
196
+ # @return [Fixnum] Hash code
197
+ def hash
198
+ [self_uri, alternate_links, accent1, accent2, accent3, accent4, accent5, accent6, dark1, dark2, followed_hyperlink, hyperlink, light1, light2].hash
199
+ end
200
+
201
+ # Builds the object from hash
202
+ # @param [Hash] attributes Model attributes in the form of hash
203
+ # @return [Object] Returns the model itself
204
+ def build_from_hash(attributes)
205
+ return nil unless attributes.is_a?(Hash)
206
+ self.class.swagger_types.each_pair do |key, type|
207
+ mapKey = self.class.attribute_map[key]
208
+ if !mapKey.nil?
209
+ val = attributes[mapKey]
210
+ if val.nil?
211
+ mapKeyString = mapKey.to_s
212
+ mapKeyString[0] = mapKeyString[0].downcase
213
+ mapKey = mapKeyString.to_sym
214
+ val = attributes[mapKey]
215
+ end
216
+ if !val.nil?
217
+ if type =~ /\AArray<(.*)>/i
218
+ # check to ensure the input is an array given that the the attribute
219
+ # is documented as an array but the input is not
220
+ if val.is_a?(Array)
221
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
222
+ end
223
+ else
224
+ self.send("#{key}=", _deserialize(type, val))
225
+ end
226
+ end
227
+ end
228
+ end
229
+
230
+ self
231
+ end
232
+
233
+ # Deserializes the data based on type
234
+ # @param string type Data type
235
+ # @param string value Value to be deserialized
236
+ # @return [Object] Deserialized data
237
+ def _deserialize(type, value)
238
+ case type.to_sym
239
+ when :DateTime
240
+ DateTime.parse(value)
241
+ when :Date
242
+ Date.parse(value)
243
+ when :String
244
+ value.to_s
245
+ when :Integer
246
+ value.to_i
247
+ when :Float
248
+ value.to_f
249
+ when :BOOLEAN
250
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
251
+ true
252
+ else
253
+ false
254
+ end
255
+ when :Object
256
+ # generic object (usually a Hash), return directly
257
+ value
258
+ when /\AArray<(?<inner_type>.+)>\z/
259
+ inner_type = Regexp.last_match[:inner_type]
260
+ value.map { |v| _deserialize(inner_type, v) }
261
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
262
+ k_type = Regexp.last_match[:k_type]
263
+ v_type = Regexp.last_match[:v_type]
264
+ {}.tap do |hash|
265
+ value.each do |k, v|
266
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
267
+ end
268
+ end
269
+ else # model
270
+ temp_model = AsposeSlidesCloud.const_get(type).new
271
+ temp_model.build_from_hash(value)
272
+ end
273
+ end
274
+
275
+ # Returns the string representation of the object
276
+ # @return [String] String presentation of the object
277
+ def to_s
278
+ to_hash.to_s
279
+ end
280
+
281
+ # to_body is an alias to to_hash (backward compatibility)
282
+ # @return [Hash] Returns the object in the form of hash
283
+ def to_body
284
+ to_hash
285
+ end
286
+
287
+ # Returns the object in the form of hash
288
+ # @return [Hash] Returns the object in the form of hash
289
+ def to_hash
290
+ hash = {}
291
+ self.class.attribute_map.each_pair do |attr, param|
292
+ value = self.send(attr)
293
+ next if value.nil?
294
+ hash[param] = _to_hash(value)
295
+ end
296
+ hash
297
+ end
298
+
299
+ # Outputs non-array value in the form of hash
300
+ # For object, use to_hash. Otherwise, just return the value
301
+ # @param [Object] value Any valid value
302
+ # @return [Hash] Returns the value in the form of hash
303
+ def _to_hash(value)
304
+ if value.is_a?(Array)
305
+ value.compact.map { |v| _to_hash(v) }
306
+ elsif value.is_a?(Hash)
307
+ {}.tap do |hash|
308
+ value.each { |k, v| hash[k] = _to_hash(v) }
309
+ end
310
+ elsif value.respond_to? :to_hash
311
+ value.to_hash
312
+ else
313
+ value
314
+ end
315
+ end
316
+ end
317
+ end