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,538 +1,350 @@
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 Table shape resource.
27
- class Table
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
- # Shape type.
74
- attr_accessor :type
75
-
76
- # Combined shape type.
77
- attr_accessor :shape_type
78
-
79
- # Builtin table style.
80
- attr_accessor :style
81
-
82
- # Rows.
83
- attr_accessor :rows
84
-
85
- # Columns.
86
- attr_accessor :columns
87
-
88
- # Determines whether the first column of a table has to be drawn with a special formatting.
89
- attr_accessor :first_col
90
-
91
- # Determines whether the first row of a table has to be drawn with a special formatting.
92
- attr_accessor :first_row
93
-
94
- # Determines whether the even rows has to be drawn with a different formatting.
95
- attr_accessor :horizontal_banding
96
-
97
- # Determines whether the last column of a table has to be drawn with a special formatting.
98
- attr_accessor :last_col
99
-
100
- # Determines whether the last row of a table has to be drawn with a special formatting.
101
- attr_accessor :last_row
102
-
103
- # Determines whether the table has right to left reading order.
104
- attr_accessor :right_to_left
105
-
106
- # Determines whether the even columns has to be drawn with a different formatting.
107
- attr_accessor :vertical_banding
108
-
109
- class EnumAttributeValidator
110
- attr_reader :datatype
111
- attr_reader :allowable_values
112
-
113
- def initialize(datatype, allowable_values)
114
- @allowable_values = allowable_values.map do |value|
115
- case datatype.to_s
116
- when /Integer/i
117
- value.to_i
118
- when /Float/i
119
- value.to_f
120
- else
121
- value
122
- end
123
- end
124
- end
125
-
126
- def valid?(value)
127
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
128
- end
129
- end
130
-
131
- # Attribute mapping from ruby-style variable name to JSON key.
132
- def self.attribute_map
133
- {
134
- :'self_uri' => :'SelfUri',
135
- :'alternate_links' => :'AlternateLinks',
136
- :'name' => :'Name',
137
- :'width' => :'Width',
138
- :'height' => :'Height',
139
- :'alternative_text' => :'AlternativeText',
140
- :'alternative_text_title' => :'AlternativeTextTitle',
141
- :'hidden' => :'Hidden',
142
- :'x' => :'X',
143
- :'y' => :'Y',
144
- :'z_order_position' => :'ZOrderPosition',
145
- :'shapes' => :'Shapes',
146
- :'fill_format' => :'FillFormat',
147
- :'effect_format' => :'EffectFormat',
148
- :'line_format' => :'LineFormat',
149
- :'type' => :'Type',
150
- :'shape_type' => :'ShapeType',
151
- :'style' => :'Style',
152
- :'rows' => :'Rows',
153
- :'columns' => :'Columns',
154
- :'first_col' => :'FirstCol',
155
- :'first_row' => :'FirstRow',
156
- :'horizontal_banding' => :'HorizontalBanding',
157
- :'last_col' => :'LastCol',
158
- :'last_row' => :'LastRow',
159
- :'right_to_left' => :'RightToLeft',
160
- :'vertical_banding' => :'VerticalBanding'
161
- }
162
- end
163
-
164
- # Attribute type mapping.
165
- def self.swagger_types
166
- {
167
- :'self_uri' => :'ResourceUri',
168
- :'alternate_links' => :'Array<ResourceUri>',
169
- :'name' => :'String',
170
- :'width' => :'Float',
171
- :'height' => :'Float',
172
- :'alternative_text' => :'String',
173
- :'alternative_text_title' => :'String',
174
- :'hidden' => :'BOOLEAN',
175
- :'x' => :'Float',
176
- :'y' => :'Float',
177
- :'z_order_position' => :'Integer',
178
- :'shapes' => :'ResourceUriElement',
179
- :'fill_format' => :'FillFormat',
180
- :'effect_format' => :'EffectFormat',
181
- :'line_format' => :'LineFormat',
182
- :'type' => :'String',
183
- :'shape_type' => :'String',
184
- :'style' => :'String',
185
- :'rows' => :'Array<TableRow>',
186
- :'columns' => :'Array<TableColumn>',
187
- :'first_col' => :'BOOLEAN',
188
- :'first_row' => :'BOOLEAN',
189
- :'horizontal_banding' => :'BOOLEAN',
190
- :'last_col' => :'BOOLEAN',
191
- :'last_row' => :'BOOLEAN',
192
- :'right_to_left' => :'BOOLEAN',
193
- :'vertical_banding' => :'BOOLEAN'
194
- }
195
- end
196
-
197
- # Initializes the object
198
- # @param [Hash] attributes Model attributes in the form of hash
199
- def initialize(attributes = {})
200
- return unless attributes.is_a?(Hash)
201
-
202
- # convert string to symbol for hash key
203
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
204
-
205
- if attributes.has_key?(:'SelfUri')
206
- self.self_uri = attributes[:'SelfUri']
207
- end
208
-
209
- if attributes.has_key?(:'AlternateLinks')
210
- if (value = attributes[:'AlternateLinks']).is_a?(Array)
211
- self.alternate_links = value
212
- end
213
- end
214
-
215
- if attributes.has_key?(:'Name')
216
- self.name = attributes[:'Name']
217
- end
218
-
219
- if attributes.has_key?(:'Width')
220
- self.width = attributes[:'Width']
221
- end
222
-
223
- if attributes.has_key?(:'Height')
224
- self.height = attributes[:'Height']
225
- end
226
-
227
- if attributes.has_key?(:'AlternativeText')
228
- self.alternative_text = attributes[:'AlternativeText']
229
- end
230
-
231
- if attributes.has_key?(:'AlternativeTextTitle')
232
- self.alternative_text_title = attributes[:'AlternativeTextTitle']
233
- end
234
-
235
- if attributes.has_key?(:'Hidden')
236
- self.hidden = attributes[:'Hidden']
237
- end
238
-
239
- if attributes.has_key?(:'X')
240
- self.x = attributes[:'X']
241
- end
242
-
243
- if attributes.has_key?(:'Y')
244
- self.y = attributes[:'Y']
245
- end
246
-
247
- if attributes.has_key?(:'ZOrderPosition')
248
- self.z_order_position = attributes[:'ZOrderPosition']
249
- end
250
-
251
- if attributes.has_key?(:'Shapes')
252
- self.shapes = attributes[:'Shapes']
253
- end
254
-
255
- if attributes.has_key?(:'FillFormat')
256
- self.fill_format = attributes[:'FillFormat']
257
- end
258
-
259
- if attributes.has_key?(:'EffectFormat')
260
- self.effect_format = attributes[:'EffectFormat']
261
- end
262
-
263
- if attributes.has_key?(:'LineFormat')
264
- self.line_format = attributes[:'LineFormat']
265
- end
266
-
267
- if attributes.has_key?(:'Type')
268
- self.type = attributes[:'Type']
269
- else
270
- self.type = "Table"
271
- end
272
-
273
- if attributes.has_key?(:'ShapeType')
274
- self.shape_type = attributes[:'ShapeType']
275
- else
276
- self.shape_type = "Table"
277
- end
278
-
279
- if attributes.has_key?(:'Style')
280
- self.style = attributes[:'Style']
281
- end
282
-
283
- if attributes.has_key?(:'Rows')
284
- if (value = attributes[:'Rows']).is_a?(Array)
285
- self.rows = value
286
- end
287
- end
288
-
289
- if attributes.has_key?(:'Columns')
290
- if (value = attributes[:'Columns']).is_a?(Array)
291
- self.columns = value
292
- end
293
- end
294
-
295
- if attributes.has_key?(:'FirstCol')
296
- self.first_col = attributes[:'FirstCol']
297
- end
298
-
299
- if attributes.has_key?(:'FirstRow')
300
- self.first_row = attributes[:'FirstRow']
301
- end
302
-
303
- if attributes.has_key?(:'HorizontalBanding')
304
- self.horizontal_banding = attributes[:'HorizontalBanding']
305
- end
306
-
307
- if attributes.has_key?(:'LastCol')
308
- self.last_col = attributes[:'LastCol']
309
- end
310
-
311
- if attributes.has_key?(:'LastRow')
312
- self.last_row = attributes[:'LastRow']
313
- end
314
-
315
- if attributes.has_key?(:'RightToLeft')
316
- self.right_to_left = attributes[:'RightToLeft']
317
- end
318
-
319
- if attributes.has_key?(:'VerticalBanding')
320
- self.vertical_banding = attributes[:'VerticalBanding']
321
- end
322
- end
323
-
324
- # Show invalid properties with the reasons. Usually used together with valid?
325
- # @return Array for valid properties with the reasons
326
- def list_invalid_properties
327
- invalid_properties = Array.new
328
- if @z_order_position.nil?
329
- invalid_properties.push('invalid value for "z_order_position", z_order_position cannot be nil.')
330
- end
331
-
332
- if @type.nil?
333
- invalid_properties.push('invalid value for "type", type cannot be nil.')
334
- end
335
-
336
- if @shape_type.nil?
337
- invalid_properties.push('invalid value for "shape_type", shape_type cannot be nil.')
338
- end
339
-
340
- invalid_properties
341
- end
342
-
343
- # Check to see if the all the properties in the model are valid
344
- # @return true if the model is valid
345
- def valid?
346
- return false if @z_order_position.nil?
347
- return false if @type.nil?
348
- type_validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape'])
349
- return false unless type_validator.valid?(@type)
350
- return false if @shape_type.nil?
351
- 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'])
352
- return false unless shape_type_validator.valid?(@shape_type)
353
- style_validator = EnumAttributeValidator.new('String', ['None', 'MediumStyle2Accent1', 'MediumStyle2', 'NoStyleNoGrid', 'ThemedStyle1Accent1', 'ThemedStyle1Accent2', 'ThemedStyle1Accent3', 'ThemedStyle1Accent4', 'ThemedStyle1Accent5', 'ThemedStyle1Accent6', 'NoStyleTableGrid', 'ThemedStyle2Accent1', 'ThemedStyle2Accent2', 'ThemedStyle2Accent3', 'ThemedStyle2Accent4', 'ThemedStyle2Accent5', 'ThemedStyle2Accent6', 'LightStyle1', 'LightStyle1Accent1', 'LightStyle1Accent2', 'LightStyle1Accent3', 'LightStyle1Accent4', 'LightStyle2Accent5', 'LightStyle1Accent6', 'LightStyle2', 'LightStyle2Accent1', 'LightStyle2Accent2', 'LightStyle2Accent3', 'MediumStyle2Accent3', 'MediumStyle2Accent4', 'MediumStyle2Accent5', 'LightStyle2Accent6', 'LightStyle2Accent4', 'LightStyle3', 'LightStyle3Accent1', 'MediumStyle2Accent2', 'LightStyle3Accent2', 'LightStyle3Accent3', 'LightStyle3Accent4', 'LightStyle3Accent5', 'LightStyle3Accent6', 'MediumStyle1', 'MediumStyle1Accent1', 'MediumStyle1Accent2', 'MediumStyle1Accent3', 'MediumStyle1Accent4', 'MediumStyle1Accent5', 'MediumStyle1Accent6', 'MediumStyle2Accent6', 'MediumStyle3', 'MediumStyle3Accent1', 'MediumStyle3Accent2', 'MediumStyle3Accent3', 'MediumStyle3Accent4', 'MediumStyle3Accent5', 'MediumStyle3Accent6', 'MediumStyle4', 'MediumStyle4Accent1', 'MediumStyle4Accent2', 'MediumStyle4Accent3', 'MediumStyle4Accent4', 'MediumStyle4Accent5', 'MediumStyle4Accent6', 'DarkStyle1', 'DarkStyle1Accent1', 'DarkStyle1Accent2', 'DarkStyle1Accent3', 'DarkStyle1Accent4', 'DarkStyle1Accent5', 'DarkStyle1Accent6', 'DarkStyle2', 'DarkStyle2Accent1Accent2', 'DarkStyle2Accent3Accent4', 'DarkStyle2Accent5Accent6', 'LightStyle1Accent5', 'Custom'])
354
- return false unless style_validator.valid?(@style)
355
- true
356
- end
357
-
358
- # Custom attribute writer method checking allowed values (enum).
359
- # @param [Object] type Object to be assigned
360
- def type=(type)
361
- validator = EnumAttributeValidator.new('String', ['Shape', 'Chart', 'Table', 'PictureFrame', 'VideoFrame', 'AudioFrame', 'SmartArt', 'OleObjectFrame', 'GroupShape', 'GraphicalObject', 'Connector', 'SmartArtShape'])
362
- unless validator.valid?(type)
363
- fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
364
- end
365
- @type = type
366
- end
367
-
368
- # Custom attribute writer method checking allowed values (enum).
369
- # @param [Object] shape_type Object to be assigned
370
- def shape_type=(shape_type)
371
- 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'])
372
- unless validator.valid?(shape_type)
373
- fail ArgumentError, 'invalid value for "shape_type", must be one of #{validator.allowable_values}.'
374
- end
375
- @shape_type = shape_type
376
- end
377
-
378
- # Custom attribute writer method checking allowed values (enum).
379
- # @param [Object] style Object to be assigned
380
- def style=(style)
381
- validator = EnumAttributeValidator.new('String', ['None', 'MediumStyle2Accent1', 'MediumStyle2', 'NoStyleNoGrid', 'ThemedStyle1Accent1', 'ThemedStyle1Accent2', 'ThemedStyle1Accent3', 'ThemedStyle1Accent4', 'ThemedStyle1Accent5', 'ThemedStyle1Accent6', 'NoStyleTableGrid', 'ThemedStyle2Accent1', 'ThemedStyle2Accent2', 'ThemedStyle2Accent3', 'ThemedStyle2Accent4', 'ThemedStyle2Accent5', 'ThemedStyle2Accent6', 'LightStyle1', 'LightStyle1Accent1', 'LightStyle1Accent2', 'LightStyle1Accent3', 'LightStyle1Accent4', 'LightStyle2Accent5', 'LightStyle1Accent6', 'LightStyle2', 'LightStyle2Accent1', 'LightStyle2Accent2', 'LightStyle2Accent3', 'MediumStyle2Accent3', 'MediumStyle2Accent4', 'MediumStyle2Accent5', 'LightStyle2Accent6', 'LightStyle2Accent4', 'LightStyle3', 'LightStyle3Accent1', 'MediumStyle2Accent2', 'LightStyle3Accent2', 'LightStyle3Accent3', 'LightStyle3Accent4', 'LightStyle3Accent5', 'LightStyle3Accent6', 'MediumStyle1', 'MediumStyle1Accent1', 'MediumStyle1Accent2', 'MediumStyle1Accent3', 'MediumStyle1Accent4', 'MediumStyle1Accent5', 'MediumStyle1Accent6', 'MediumStyle2Accent6', 'MediumStyle3', 'MediumStyle3Accent1', 'MediumStyle3Accent2', 'MediumStyle3Accent3', 'MediumStyle3Accent4', 'MediumStyle3Accent5', 'MediumStyle3Accent6', 'MediumStyle4', 'MediumStyle4Accent1', 'MediumStyle4Accent2', 'MediumStyle4Accent3', 'MediumStyle4Accent4', 'MediumStyle4Accent5', 'MediumStyle4Accent6', 'DarkStyle1', 'DarkStyle1Accent1', 'DarkStyle1Accent2', 'DarkStyle1Accent3', 'DarkStyle1Accent4', 'DarkStyle1Accent5', 'DarkStyle1Accent6', 'DarkStyle2', 'DarkStyle2Accent1Accent2', 'DarkStyle2Accent3Accent4', 'DarkStyle2Accent5Accent6', 'LightStyle1Accent5', 'Custom'])
382
- unless validator.valid?(style)
383
- fail ArgumentError, 'invalid value for "style", must be one of #{validator.allowable_values}.'
384
- end
385
- @style = style
386
- end
387
-
388
- # Checks equality by comparing each attribute.
389
- # @param [Object] Object to be compared
390
- def ==(o)
391
- return true if self.equal?(o)
392
- self.class == o.class &&
393
- self_uri == o.self_uri &&
394
- alternate_links == o.alternate_links &&
395
- name == o.name &&
396
- width == o.width &&
397
- height == o.height &&
398
- alternative_text == o.alternative_text &&
399
- alternative_text_title == o.alternative_text_title &&
400
- hidden == o.hidden &&
401
- x == o.x &&
402
- y == o.y &&
403
- z_order_position == o.z_order_position &&
404
- shapes == o.shapes &&
405
- fill_format == o.fill_format &&
406
- effect_format == o.effect_format &&
407
- line_format == o.line_format &&
408
- type == o.type &&
409
- shape_type == o.shape_type &&
410
- style == o.style &&
411
- rows == o.rows &&
412
- columns == o.columns &&
413
- first_col == o.first_col &&
414
- first_row == o.first_row &&
415
- horizontal_banding == o.horizontal_banding &&
416
- last_col == o.last_col &&
417
- last_row == o.last_row &&
418
- right_to_left == o.right_to_left &&
419
- vertical_banding == o.vertical_banding
420
- end
421
-
422
- # @see the `==` method
423
- # @param [Object] Object to be compared
424
- def eql?(o)
425
- self == o
426
- end
427
-
428
- # Calculates hash code according to all attributes.
429
- # @return [Fixnum] Hash code
430
- def hash
431
- [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, style, rows, columns, first_col, first_row, horizontal_banding, last_col, last_row, right_to_left, vertical_banding].hash
432
- end
433
-
434
- # Builds the object from hash
435
- # @param [Hash] attributes Model attributes in the form of hash
436
- # @return [Object] Returns the model itself
437
- def build_from_hash(attributes)
438
- return nil unless attributes.is_a?(Hash)
439
- self.class.swagger_types.each_pair do |key, type|
440
- if type =~ /\AArray<(.*)>/i
441
- # check to ensure the input is an array given that the the attribute
442
- # is documented as an array but the input is not
443
- if attributes[self.class.attribute_map[key]].is_a?(Array)
444
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
445
- end
446
- elsif !attributes[self.class.attribute_map[key]].nil?
447
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
448
- end # or else data not found in attributes(hash), not an issue as the data can be optional
449
- end
450
-
451
- self
452
- end
453
-
454
- # Deserializes the data based on type
455
- # @param string type Data type
456
- # @param string value Value to be deserialized
457
- # @return [Object] Deserialized data
458
- def _deserialize(type, value)
459
- case type.to_sym
460
- when :DateTime
461
- DateTime.parse(value)
462
- when :Date
463
- Date.parse(value)
464
- when :String
465
- value.to_s
466
- when :Integer
467
- value.to_i
468
- when :Float
469
- value.to_f
470
- when :BOOLEAN
471
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
472
- true
473
- else
474
- false
475
- end
476
- when :Object
477
- # generic object (usually a Hash), return directly
478
- value
479
- when /\AArray<(?<inner_type>.+)>\z/
480
- inner_type = Regexp.last_match[:inner_type]
481
- value.map { |v| _deserialize(inner_type, v) }
482
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
483
- k_type = Regexp.last_match[:k_type]
484
- v_type = Regexp.last_match[:v_type]
485
- {}.tap do |hash|
486
- value.each do |k, v|
487
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
488
- end
489
- end
490
- else # model
491
- temp_model = AsposeSlidesCloud.const_get(type).new
492
- temp_model.build_from_hash(value)
493
- end
494
- end
495
-
496
- # Returns the string representation of the object
497
- # @return [String] String presentation of the object
498
- def to_s
499
- to_hash.to_s
500
- end
501
-
502
- # to_body is an alias to to_hash (backward compatibility)
503
- # @return [Hash] Returns the object in the form of hash
504
- def to_body
505
- to_hash
506
- end
507
-
508
- # Returns the object in the form of hash
509
- # @return [Hash] Returns the object in the form of hash
510
- def to_hash
511
- hash = {}
512
- self.class.attribute_map.each_pair do |attr, param|
513
- value = self.send(attr)
514
- next if value.nil?
515
- hash[param] = _to_hash(value)
516
- end
517
- hash
518
- end
519
-
520
- # Outputs non-array value in the form of hash
521
- # For object, use to_hash. Otherwise, just return the value
522
- # @param [Object] value Any valid value
523
- # @return [Hash] Returns the value in the form of hash
524
- def _to_hash(value)
525
- if value.is_a?(Array)
526
- value.compact.map { |v| _to_hash(v) }
527
- elsif value.is_a?(Hash)
528
- {}.tap do |hash|
529
- value.each { |k, v| hash[k] = _to_hash(v) }
530
- end
531
- elsif value.respond_to? :to_hash
532
- value.to_hash
533
- else
534
- value
535
- end
536
- end
537
- end
538
- 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 Table shape resource.
27
+ class Table < ShapeBase
28
+ # Builtin table style.
29
+ attr_accessor :style
30
+
31
+ # Rows.
32
+ attr_accessor :rows
33
+
34
+ # Columns.
35
+ attr_accessor :columns
36
+
37
+ # Determines whether the first column of a table has to be drawn with a special formatting.
38
+ attr_accessor :first_col
39
+
40
+ # Determines whether the first row of a table has to be drawn with a special formatting.
41
+ attr_accessor :first_row
42
+
43
+ # Determines whether the even rows has to be drawn with a different formatting.
44
+ attr_accessor :horizontal_banding
45
+
46
+ # Determines whether the last column of a table has to be drawn with a special formatting.
47
+ attr_accessor :last_col
48
+
49
+ # Determines whether the last row of a table has to be drawn with a special formatting.
50
+ attr_accessor :last_row
51
+
52
+ # Determines whether the table has right to left reading order.
53
+ attr_accessor :right_to_left
54
+
55
+ # Determines whether the even columns has to be drawn with a different formatting.
56
+ attr_accessor :vertical_banding
57
+
58
+ class EnumAttributeValidator
59
+ attr_reader :datatype
60
+ attr_reader :allowable_values
61
+
62
+ def initialize(datatype, allowable_values)
63
+ @allowable_values = allowable_values.map do |value|
64
+ case datatype.to_s
65
+ when /Integer/i
66
+ value.to_i
67
+ when /Float/i
68
+ value.to_f
69
+ else
70
+ value
71
+ end
72
+ end
73
+ end
74
+
75
+ def valid?(value)
76
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
77
+ end
78
+ end
79
+
80
+ # Attribute mapping from ruby-style variable name to JSON key.
81
+ def self.attribute_map
82
+ super.merge({
83
+ :'style' => :'Style',
84
+ :'rows' => :'Rows',
85
+ :'columns' => :'Columns',
86
+ :'first_col' => :'FirstCol',
87
+ :'first_row' => :'FirstRow',
88
+ :'horizontal_banding' => :'HorizontalBanding',
89
+ :'last_col' => :'LastCol',
90
+ :'last_row' => :'LastRow',
91
+ :'right_to_left' => :'RightToLeft',
92
+ :'vertical_banding' => :'VerticalBanding',
93
+ })
94
+ end
95
+
96
+ # Attribute type mapping.
97
+ def self.swagger_types
98
+ super.merge({
99
+ :'style' => :'String',
100
+ :'rows' => :'Array<TableRow>',
101
+ :'columns' => :'Array<TableColumn>',
102
+ :'first_col' => :'BOOLEAN',
103
+ :'first_row' => :'BOOLEAN',
104
+ :'horizontal_banding' => :'BOOLEAN',
105
+ :'last_col' => :'BOOLEAN',
106
+ :'last_row' => :'BOOLEAN',
107
+ :'right_to_left' => :'BOOLEAN',
108
+ :'vertical_banding' => :'BOOLEAN',
109
+ })
110
+ end
111
+
112
+ # Initializes the object
113
+ # @param [Hash] attributes Model attributes in the form of hash
114
+ def initialize(attributes = {})
115
+ super
116
+
117
+ if attributes.has_key?(:'Style')
118
+ self.style = attributes[:'Style']
119
+ end
120
+
121
+ if attributes.has_key?(:'Rows')
122
+ if (value = attributes[:'Rows']).is_a?(Array)
123
+ self.rows = value
124
+ end
125
+ end
126
+
127
+ if attributes.has_key?(:'Columns')
128
+ if (value = attributes[:'Columns']).is_a?(Array)
129
+ self.columns = value
130
+ end
131
+ end
132
+
133
+ if attributes.has_key?(:'FirstCol')
134
+ self.first_col = attributes[:'FirstCol']
135
+ end
136
+
137
+ if attributes.has_key?(:'FirstRow')
138
+ self.first_row = attributes[:'FirstRow']
139
+ end
140
+
141
+ if attributes.has_key?(:'HorizontalBanding')
142
+ self.horizontal_banding = attributes[:'HorizontalBanding']
143
+ end
144
+
145
+ if attributes.has_key?(:'LastCol')
146
+ self.last_col = attributes[:'LastCol']
147
+ end
148
+
149
+ if attributes.has_key?(:'LastRow')
150
+ self.last_row = attributes[:'LastRow']
151
+ end
152
+
153
+ if attributes.has_key?(:'RightToLeft')
154
+ self.right_to_left = attributes[:'RightToLeft']
155
+ end
156
+
157
+ if attributes.has_key?(:'VerticalBanding')
158
+ self.vertical_banding = attributes[:'VerticalBanding']
159
+ end
160
+ self.type = "Table"
161
+ end
162
+
163
+ # Show invalid properties with the reasons. Usually used together with valid?
164
+ # @return Array for valid properties with the reasons
165
+ def list_invalid_properties
166
+ invalid_properties = super
167
+ invalid_properties
168
+ end
169
+
170
+ # Check to see if the all the properties in the model are valid
171
+ # @return true if the model is valid
172
+ def valid?
173
+ return false if !super
174
+ style_validator = EnumAttributeValidator.new('String', ['None', 'MediumStyle2Accent1', 'MediumStyle2', 'NoStyleNoGrid', 'ThemedStyle1Accent1', 'ThemedStyle1Accent2', 'ThemedStyle1Accent3', 'ThemedStyle1Accent4', 'ThemedStyle1Accent5', 'ThemedStyle1Accent6', 'NoStyleTableGrid', 'ThemedStyle2Accent1', 'ThemedStyle2Accent2', 'ThemedStyle2Accent3', 'ThemedStyle2Accent4', 'ThemedStyle2Accent5', 'ThemedStyle2Accent6', 'LightStyle1', 'LightStyle1Accent1', 'LightStyle1Accent2', 'LightStyle1Accent3', 'LightStyle1Accent4', 'LightStyle2Accent5', 'LightStyle1Accent6', 'LightStyle2', 'LightStyle2Accent1', 'LightStyle2Accent2', 'LightStyle2Accent3', 'MediumStyle2Accent3', 'MediumStyle2Accent4', 'MediumStyle2Accent5', 'LightStyle2Accent6', 'LightStyle2Accent4', 'LightStyle3', 'LightStyle3Accent1', 'MediumStyle2Accent2', 'LightStyle3Accent2', 'LightStyle3Accent3', 'LightStyle3Accent4', 'LightStyle3Accent5', 'LightStyle3Accent6', 'MediumStyle1', 'MediumStyle1Accent1', 'MediumStyle1Accent2', 'MediumStyle1Accent3', 'MediumStyle1Accent4', 'MediumStyle1Accent5', 'MediumStyle1Accent6', 'MediumStyle2Accent6', 'MediumStyle3', 'MediumStyle3Accent1', 'MediumStyle3Accent2', 'MediumStyle3Accent3', 'MediumStyle3Accent4', 'MediumStyle3Accent5', 'MediumStyle3Accent6', 'MediumStyle4', 'MediumStyle4Accent1', 'MediumStyle4Accent2', 'MediumStyle4Accent3', 'MediumStyle4Accent4', 'MediumStyle4Accent5', 'MediumStyle4Accent6', 'DarkStyle1', 'DarkStyle1Accent1', 'DarkStyle1Accent2', 'DarkStyle1Accent3', 'DarkStyle1Accent4', 'DarkStyle1Accent5', 'DarkStyle1Accent6', 'DarkStyle2', 'DarkStyle2Accent1Accent2', 'DarkStyle2Accent3Accent4', 'DarkStyle2Accent5Accent6', 'LightStyle1Accent5', 'Custom'])
175
+ return false unless style_validator.valid?(@style)
176
+ true
177
+ end
178
+
179
+ # Custom attribute writer method checking allowed values (enum).
180
+ # @param [Object] style Object to be assigned
181
+ def style=(style)
182
+ validator = EnumAttributeValidator.new('String', ['None', 'MediumStyle2Accent1', 'MediumStyle2', 'NoStyleNoGrid', 'ThemedStyle1Accent1', 'ThemedStyle1Accent2', 'ThemedStyle1Accent3', 'ThemedStyle1Accent4', 'ThemedStyle1Accent5', 'ThemedStyle1Accent6', 'NoStyleTableGrid', 'ThemedStyle2Accent1', 'ThemedStyle2Accent2', 'ThemedStyle2Accent3', 'ThemedStyle2Accent4', 'ThemedStyle2Accent5', 'ThemedStyle2Accent6', 'LightStyle1', 'LightStyle1Accent1', 'LightStyle1Accent2', 'LightStyle1Accent3', 'LightStyle1Accent4', 'LightStyle2Accent5', 'LightStyle1Accent6', 'LightStyle2', 'LightStyle2Accent1', 'LightStyle2Accent2', 'LightStyle2Accent3', 'MediumStyle2Accent3', 'MediumStyle2Accent4', 'MediumStyle2Accent5', 'LightStyle2Accent6', 'LightStyle2Accent4', 'LightStyle3', 'LightStyle3Accent1', 'MediumStyle2Accent2', 'LightStyle3Accent2', 'LightStyle3Accent3', 'LightStyle3Accent4', 'LightStyle3Accent5', 'LightStyle3Accent6', 'MediumStyle1', 'MediumStyle1Accent1', 'MediumStyle1Accent2', 'MediumStyle1Accent3', 'MediumStyle1Accent4', 'MediumStyle1Accent5', 'MediumStyle1Accent6', 'MediumStyle2Accent6', 'MediumStyle3', 'MediumStyle3Accent1', 'MediumStyle3Accent2', 'MediumStyle3Accent3', 'MediumStyle3Accent4', 'MediumStyle3Accent5', 'MediumStyle3Accent6', 'MediumStyle4', 'MediumStyle4Accent1', 'MediumStyle4Accent2', 'MediumStyle4Accent3', 'MediumStyle4Accent4', 'MediumStyle4Accent5', 'MediumStyle4Accent6', 'DarkStyle1', 'DarkStyle1Accent1', 'DarkStyle1Accent2', 'DarkStyle1Accent3', 'DarkStyle1Accent4', 'DarkStyle1Accent5', 'DarkStyle1Accent6', 'DarkStyle2', 'DarkStyle2Accent1Accent2', 'DarkStyle2Accent3Accent4', 'DarkStyle2Accent5Accent6', 'LightStyle1Accent5', 'Custom'])
183
+ unless validator.valid?(style)
184
+ fail ArgumentError, 'invalid value for "style", must be one of #{validator.allowable_values}.'
185
+ end
186
+ @style = style
187
+ end
188
+
189
+ # Checks equality by comparing each attribute.
190
+ # @param [Object] Object to be compared
191
+ def ==(o)
192
+ return true if self.equal?(o)
193
+ self.class == o.class &&
194
+ self_uri == o.self_uri &&
195
+ alternate_links == o.alternate_links &&
196
+ name == o.name &&
197
+ width == o.width &&
198
+ height == o.height &&
199
+ alternative_text == o.alternative_text &&
200
+ alternative_text_title == o.alternative_text_title &&
201
+ hidden == o.hidden &&
202
+ x == o.x &&
203
+ y == o.y &&
204
+ z_order_position == o.z_order_position &&
205
+ shapes == o.shapes &&
206
+ fill_format == o.fill_format &&
207
+ effect_format == o.effect_format &&
208
+ line_format == o.line_format &&
209
+ type == o.type &&
210
+ style == o.style &&
211
+ rows == o.rows &&
212
+ columns == o.columns &&
213
+ first_col == o.first_col &&
214
+ first_row == o.first_row &&
215
+ horizontal_banding == o.horizontal_banding &&
216
+ last_col == o.last_col &&
217
+ last_row == o.last_row &&
218
+ right_to_left == o.right_to_left &&
219
+ vertical_banding == o.vertical_banding
220
+ end
221
+
222
+ # @see the `==` method
223
+ # @param [Object] Object to be compared
224
+ def eql?(o)
225
+ self == o
226
+ end
227
+
228
+ # Calculates hash code according to all attributes.
229
+ # @return [Fixnum] Hash code
230
+ def hash
231
+ [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, style, rows, columns, first_col, first_row, horizontal_banding, last_col, last_row, right_to_left, vertical_banding].hash
232
+ end
233
+
234
+ # Builds the object from hash
235
+ # @param [Hash] attributes Model attributes in the form of hash
236
+ # @return [Object] Returns the model itself
237
+ def build_from_hash(attributes)
238
+ return nil unless attributes.is_a?(Hash)
239
+ self.class.swagger_types.each_pair do |key, type|
240
+ mapKey = self.class.attribute_map[key]
241
+ if !mapKey.nil?
242
+ val = attributes[mapKey]
243
+ if val.nil?
244
+ mapKeyString = mapKey.to_s
245
+ mapKeyString[0] = mapKeyString[0].downcase
246
+ mapKey = mapKeyString.to_sym
247
+ val = attributes[mapKey]
248
+ end
249
+ if !val.nil?
250
+ if type =~ /\AArray<(.*)>/i
251
+ # check to ensure the input is an array given that the the attribute
252
+ # is documented as an array but the input is not
253
+ if val.is_a?(Array)
254
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
255
+ end
256
+ else
257
+ self.send("#{key}=", _deserialize(type, val))
258
+ end
259
+ end
260
+ end
261
+ end
262
+
263
+ self
264
+ end
265
+
266
+ # Deserializes the data based on type
267
+ # @param string type Data type
268
+ # @param string value Value to be deserialized
269
+ # @return [Object] Deserialized data
270
+ def _deserialize(type, value)
271
+ case type.to_sym
272
+ when :DateTime
273
+ DateTime.parse(value)
274
+ when :Date
275
+ Date.parse(value)
276
+ when :String
277
+ value.to_s
278
+ when :Integer
279
+ value.to_i
280
+ when :Float
281
+ value.to_f
282
+ when :BOOLEAN
283
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
284
+ true
285
+ else
286
+ false
287
+ end
288
+ when :Object
289
+ # generic object (usually a Hash), return directly
290
+ value
291
+ when /\AArray<(?<inner_type>.+)>\z/
292
+ inner_type = Regexp.last_match[:inner_type]
293
+ value.map { |v| _deserialize(inner_type, v) }
294
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
295
+ k_type = Regexp.last_match[:k_type]
296
+ v_type = Regexp.last_match[:v_type]
297
+ {}.tap do |hash|
298
+ value.each do |k, v|
299
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
300
+ end
301
+ end
302
+ else # model
303
+ temp_model = AsposeSlidesCloud.const_get(type).new
304
+ temp_model.build_from_hash(value)
305
+ end
306
+ end
307
+
308
+ # Returns the string representation of the object
309
+ # @return [String] String presentation of the object
310
+ def to_s
311
+ to_hash.to_s
312
+ end
313
+
314
+ # to_body is an alias to to_hash (backward compatibility)
315
+ # @return [Hash] Returns the object in the form of hash
316
+ def to_body
317
+ to_hash
318
+ end
319
+
320
+ # Returns the object in the form of hash
321
+ # @return [Hash] Returns the object in the form of hash
322
+ def to_hash
323
+ hash = {}
324
+ self.class.attribute_map.each_pair do |attr, param|
325
+ value = self.send(attr)
326
+ next if value.nil?
327
+ hash[param] = _to_hash(value)
328
+ end
329
+ hash
330
+ end
331
+
332
+ # Outputs non-array value in the form of hash
333
+ # For object, use to_hash. Otherwise, just return the value
334
+ # @param [Object] value Any valid value
335
+ # @return [Hash] Returns the value in the form of hash
336
+ def _to_hash(value)
337
+ if value.is_a?(Array)
338
+ value.compact.map { |v| _to_hash(v) }
339
+ elsif value.is_a?(Hash)
340
+ {}.tap do |hash|
341
+ value.each { |k, v| hash[k] = _to_hash(v) }
342
+ end
343
+ elsif value.respond_to? :to_hash
344
+ value.to_hash
345
+ else
346
+ value
347
+ end
348
+ end
349
+ end
350
+ end