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,55 +1,55 @@
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
- class SizeType
27
-
28
- ON_SCREEN = "OnScreen".freeze
29
- LETTER_PAPER = "LetterPaper".freeze
30
- A4_PAPER = "A4Paper".freeze
31
- SLIDE35MM = "Slide35mm".freeze
32
- OVERHEAD = "Overhead".freeze
33
- BANNER = "Banner".freeze
34
- CUSTOM = "Custom".freeze
35
- LEDGER = "Ledger".freeze
36
- A3_PAPER = "A3Paper".freeze
37
- B4_ISO_PAPER = "B4IsoPaper".freeze
38
- B5_ISO_PAPER = "B5IsoPaper".freeze
39
- B4_JIS_PAPER = "B4JisPaper".freeze
40
- B5_JIS_PAPER = "B5JisPaper".freeze
41
- HAGAKI_CARD = "HagakiCard".freeze
42
- ON_SCREEN16X9 = "OnScreen16x9".freeze
43
- ON_SCREEN16X10 = "OnScreen16x10".freeze
44
- WIDESCREEN = "Widescreen".freeze
45
-
46
- # Builds the enum from string
47
- # @param [String] The enum value in the form of the string
48
- # @return [String] The enum value
49
- def build_from_hash(value)
50
- constantValues = SizeType.constants.select { |c| SizeType::const_get(c) == value }
51
- raise "Invalid ENUM value #{value} for class #SizeType" if constantValues.empty?
52
- value
53
- end
54
- end
55
- 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
+ class SizeType
27
+
28
+ ON_SCREEN = "OnScreen".freeze
29
+ LETTER_PAPER = "LetterPaper".freeze
30
+ A4_PAPER = "A4Paper".freeze
31
+ SLIDE35MM = "Slide35mm".freeze
32
+ OVERHEAD = "Overhead".freeze
33
+ BANNER = "Banner".freeze
34
+ CUSTOM = "Custom".freeze
35
+ LEDGER = "Ledger".freeze
36
+ A3_PAPER = "A3Paper".freeze
37
+ B4_ISO_PAPER = "B4IsoPaper".freeze
38
+ B5_ISO_PAPER = "B5IsoPaper".freeze
39
+ B4_JIS_PAPER = "B4JisPaper".freeze
40
+ B5_JIS_PAPER = "B5JisPaper".freeze
41
+ HAGAKI_CARD = "HagakiCard".freeze
42
+ ON_SCREEN16X9 = "OnScreen16x9".freeze
43
+ ON_SCREEN16X10 = "OnScreen16x10".freeze
44
+ WIDESCREEN = "Widescreen".freeze
45
+
46
+ # Builds the enum from string
47
+ # @param [String] The enum value in the form of the string
48
+ # @return [String] The enum value
49
+ def build_from_hash(value)
50
+ constantValues = SizeType.constants.select { |c| SizeType::const_get(c) == value }
51
+ raise "Invalid ENUM value #{value} for class #SizeType" if constantValues.empty?
52
+ value
53
+ end
54
+ end
55
+ end
@@ -1,332 +1,322 @@
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
- # Presentation slide.
27
- class Slide
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 width.
35
- attr_accessor :width
36
-
37
- # Gets or sets the height.
38
- attr_accessor :height
39
-
40
- # Specifies if shapes of the master slide should be shown on the slide. True by default.
41
- attr_accessor :show_master_shapes
42
-
43
- # Gets or sets the link to the layout slide.
44
- attr_accessor :layout_slide
45
-
46
- # Gets or sets the link to list of top-level shapes.
47
- attr_accessor :shapes
48
-
49
- # Gets or sets the link to theme.
50
- attr_accessor :theme
51
-
52
- # Gets or sets the link to placeholders.
53
- attr_accessor :placeholders
54
-
55
- # Gets or sets the link to images.
56
- attr_accessor :images
57
-
58
- # Gets or sets the link to comments.
59
- attr_accessor :comments
60
-
61
- # Get or sets the link to slide's background
62
- attr_accessor :background
63
-
64
- # Get or sets the link to notes slide.
65
- attr_accessor :notes_slide
66
-
67
- # Attribute mapping from ruby-style variable name to JSON key.
68
- def self.attribute_map
69
- {
70
- :'self_uri' => :'SelfUri',
71
- :'alternate_links' => :'AlternateLinks',
72
- :'width' => :'Width',
73
- :'height' => :'Height',
74
- :'show_master_shapes' => :'ShowMasterShapes',
75
- :'layout_slide' => :'LayoutSlide',
76
- :'shapes' => :'Shapes',
77
- :'theme' => :'Theme',
78
- :'placeholders' => :'Placeholders',
79
- :'images' => :'Images',
80
- :'comments' => :'Comments',
81
- :'background' => :'Background',
82
- :'notes_slide' => :'NotesSlide'
83
- }
84
- end
85
-
86
- # Attribute type mapping.
87
- def self.swagger_types
88
- {
89
- :'self_uri' => :'ResourceUri',
90
- :'alternate_links' => :'Array<ResourceUri>',
91
- :'width' => :'Float',
92
- :'height' => :'Float',
93
- :'show_master_shapes' => :'BOOLEAN',
94
- :'layout_slide' => :'ResourceUriElement',
95
- :'shapes' => :'ResourceUriElement',
96
- :'theme' => :'ResourceUriElement',
97
- :'placeholders' => :'ResourceUriElement',
98
- :'images' => :'ResourceUriElement',
99
- :'comments' => :'ResourceUriElement',
100
- :'background' => :'ResourceUriElement',
101
- :'notes_slide' => :'ResourceUriElement'
102
- }
103
- end
104
-
105
- # Initializes the object
106
- # @param [Hash] attributes Model attributes in the form of hash
107
- def initialize(attributes = {})
108
- return unless attributes.is_a?(Hash)
109
-
110
- # convert string to symbol for hash key
111
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
112
-
113
- if attributes.has_key?(:'SelfUri')
114
- self.self_uri = attributes[:'SelfUri']
115
- end
116
-
117
- if attributes.has_key?(:'AlternateLinks')
118
- if (value = attributes[:'AlternateLinks']).is_a?(Array)
119
- self.alternate_links = value
120
- end
121
- end
122
-
123
- if attributes.has_key?(:'Width')
124
- self.width = attributes[:'Width']
125
- end
126
-
127
- if attributes.has_key?(:'Height')
128
- self.height = attributes[:'Height']
129
- end
130
-
131
- if attributes.has_key?(:'ShowMasterShapes')
132
- self.show_master_shapes = attributes[:'ShowMasterShapes']
133
- end
134
-
135
- if attributes.has_key?(:'LayoutSlide')
136
- self.layout_slide = attributes[:'LayoutSlide']
137
- end
138
-
139
- if attributes.has_key?(:'Shapes')
140
- self.shapes = attributes[:'Shapes']
141
- end
142
-
143
- if attributes.has_key?(:'Theme')
144
- self.theme = attributes[:'Theme']
145
- end
146
-
147
- if attributes.has_key?(:'Placeholders')
148
- self.placeholders = attributes[:'Placeholders']
149
- end
150
-
151
- if attributes.has_key?(:'Images')
152
- self.images = attributes[:'Images']
153
- end
154
-
155
- if attributes.has_key?(:'Comments')
156
- self.comments = attributes[:'Comments']
157
- end
158
-
159
- if attributes.has_key?(:'Background')
160
- self.background = attributes[:'Background']
161
- end
162
-
163
- if attributes.has_key?(:'NotesSlide')
164
- self.notes_slide = attributes[:'NotesSlide']
165
- end
166
- end
167
-
168
- # Show invalid properties with the reasons. Usually used together with valid?
169
- # @return Array for valid properties with the reasons
170
- def list_invalid_properties
171
- invalid_properties = Array.new
172
- if @width.nil?
173
- invalid_properties.push('invalid value for "width", width cannot be nil.')
174
- end
175
-
176
- if @height.nil?
177
- invalid_properties.push('invalid value for "height", height cannot be nil.')
178
- end
179
-
180
- if @show_master_shapes.nil?
181
- invalid_properties.push('invalid value for "show_master_shapes", show_master_shapes cannot be nil.')
182
- end
183
-
184
- invalid_properties
185
- end
186
-
187
- # Check to see if the all the properties in the model are valid
188
- # @return true if the model is valid
189
- def valid?
190
- return false if @width.nil?
191
- return false if @height.nil?
192
- return false if @show_master_shapes.nil?
193
- true
194
- end
195
-
196
- # Checks equality by comparing each attribute.
197
- # @param [Object] Object to be compared
198
- def ==(o)
199
- return true if self.equal?(o)
200
- self.class == o.class &&
201
- self_uri == o.self_uri &&
202
- alternate_links == o.alternate_links &&
203
- width == o.width &&
204
- height == o.height &&
205
- show_master_shapes == o.show_master_shapes &&
206
- layout_slide == o.layout_slide &&
207
- shapes == o.shapes &&
208
- theme == o.theme &&
209
- placeholders == o.placeholders &&
210
- images == o.images &&
211
- comments == o.comments &&
212
- background == o.background &&
213
- notes_slide == o.notes_slide
214
- end
215
-
216
- # @see the `==` method
217
- # @param [Object] Object to be compared
218
- def eql?(o)
219
- self == o
220
- end
221
-
222
- # Calculates hash code according to all attributes.
223
- # @return [Fixnum] Hash code
224
- def hash
225
- [self_uri, alternate_links, width, height, show_master_shapes, layout_slide, shapes, theme, placeholders, images, comments, background, notes_slide].hash
226
- end
227
-
228
- # Builds the object from hash
229
- # @param [Hash] attributes Model attributes in the form of hash
230
- # @return [Object] Returns the model itself
231
- def build_from_hash(attributes)
232
- return nil unless attributes.is_a?(Hash)
233
- self.class.swagger_types.each_pair do |key, type|
234
- if type =~ /\AArray<(.*)>/i
235
- # check to ensure the input is an array given that the the attribute
236
- # is documented as an array but the input is not
237
- if attributes[self.class.attribute_map[key]].is_a?(Array)
238
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
239
- end
240
- elsif !attributes[self.class.attribute_map[key]].nil?
241
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
242
- end # or else data not found in attributes(hash), not an issue as the data can be optional
243
- end
244
-
245
- self
246
- end
247
-
248
- # Deserializes the data based on type
249
- # @param string type Data type
250
- # @param string value Value to be deserialized
251
- # @return [Object] Deserialized data
252
- def _deserialize(type, value)
253
- case type.to_sym
254
- when :DateTime
255
- DateTime.parse(value)
256
- when :Date
257
- Date.parse(value)
258
- when :String
259
- value.to_s
260
- when :Integer
261
- value.to_i
262
- when :Float
263
- value.to_f
264
- when :BOOLEAN
265
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
266
- true
267
- else
268
- false
269
- end
270
- when :Object
271
- # generic object (usually a Hash), return directly
272
- value
273
- when /\AArray<(?<inner_type>.+)>\z/
274
- inner_type = Regexp.last_match[:inner_type]
275
- value.map { |v| _deserialize(inner_type, v) }
276
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
277
- k_type = Regexp.last_match[:k_type]
278
- v_type = Regexp.last_match[:v_type]
279
- {}.tap do |hash|
280
- value.each do |k, v|
281
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
282
- end
283
- end
284
- else # model
285
- temp_model = AsposeSlidesCloud.const_get(type).new
286
- temp_model.build_from_hash(value)
287
- end
288
- end
289
-
290
- # Returns the string representation of the object
291
- # @return [String] String presentation of the object
292
- def to_s
293
- to_hash.to_s
294
- end
295
-
296
- # to_body is an alias to to_hash (backward compatibility)
297
- # @return [Hash] Returns the object in the form of hash
298
- def to_body
299
- to_hash
300
- end
301
-
302
- # Returns the object in the form of hash
303
- # @return [Hash] Returns the object in the form of hash
304
- def to_hash
305
- hash = {}
306
- self.class.attribute_map.each_pair do |attr, param|
307
- value = self.send(attr)
308
- next if value.nil?
309
- hash[param] = _to_hash(value)
310
- end
311
- hash
312
- end
313
-
314
- # Outputs non-array value in the form of hash
315
- # For object, use to_hash. Otherwise, just return the value
316
- # @param [Object] value Any valid value
317
- # @return [Hash] Returns the value in the form of hash
318
- def _to_hash(value)
319
- if value.is_a?(Array)
320
- value.compact.map { |v| _to_hash(v) }
321
- elsif value.is_a?(Hash)
322
- {}.tap do |hash|
323
- value.each { |k, v| hash[k] = _to_hash(v) }
324
- end
325
- elsif value.respond_to? :to_hash
326
- value.to_hash
327
- else
328
- value
329
- end
330
- end
331
- end
332
- 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
+ # Presentation slide.
27
+ class Slide < ResourceBase
28
+ # Gets or sets the width.
29
+ attr_accessor :width
30
+
31
+ # Gets or sets the height.
32
+ attr_accessor :height
33
+
34
+ # Specifies if shapes of the master slide should be shown on the slide. True by default.
35
+ attr_accessor :show_master_shapes
36
+
37
+ # Gets or sets the link to the layout slide.
38
+ attr_accessor :layout_slide
39
+
40
+ # Gets or sets the link to list of top-level shapes.
41
+ attr_accessor :shapes
42
+
43
+ # Gets or sets the link to theme.
44
+ attr_accessor :theme
45
+
46
+ # Gets or sets the link to placeholders.
47
+ attr_accessor :placeholders
48
+
49
+ # Gets or sets the link to images.
50
+ attr_accessor :images
51
+
52
+ # Gets or sets the link to comments.
53
+ attr_accessor :comments
54
+
55
+ # Get or sets the link to slide's background
56
+ attr_accessor :background
57
+
58
+ # Get or sets the link to notes slide.
59
+ attr_accessor :notes_slide
60
+
61
+ # Attribute mapping from ruby-style variable name to JSON key.
62
+ def self.attribute_map
63
+ super.merge({
64
+ :'width' => :'Width',
65
+ :'height' => :'Height',
66
+ :'show_master_shapes' => :'ShowMasterShapes',
67
+ :'layout_slide' => :'LayoutSlide',
68
+ :'shapes' => :'Shapes',
69
+ :'theme' => :'Theme',
70
+ :'placeholders' => :'Placeholders',
71
+ :'images' => :'Images',
72
+ :'comments' => :'Comments',
73
+ :'background' => :'Background',
74
+ :'notes_slide' => :'NotesSlide',
75
+ })
76
+ end
77
+
78
+ # Attribute type mapping.
79
+ def self.swagger_types
80
+ super.merge({
81
+ :'width' => :'Float',
82
+ :'height' => :'Float',
83
+ :'show_master_shapes' => :'BOOLEAN',
84
+ :'layout_slide' => :'ResourceUri',
85
+ :'shapes' => :'ResourceUri',
86
+ :'theme' => :'ResourceUri',
87
+ :'placeholders' => :'ResourceUri',
88
+ :'images' => :'ResourceUri',
89
+ :'comments' => :'ResourceUri',
90
+ :'background' => :'ResourceUri',
91
+ :'notes_slide' => :'ResourceUri',
92
+ })
93
+ end
94
+
95
+ # Initializes the object
96
+ # @param [Hash] attributes Model attributes in the form of hash
97
+ def initialize(attributes = {})
98
+ super
99
+
100
+ if attributes.has_key?(:'Width')
101
+ self.width = attributes[:'Width']
102
+ end
103
+
104
+ if attributes.has_key?(:'Height')
105
+ self.height = attributes[:'Height']
106
+ end
107
+
108
+ if attributes.has_key?(:'ShowMasterShapes')
109
+ self.show_master_shapes = attributes[:'ShowMasterShapes']
110
+ end
111
+
112
+ if attributes.has_key?(:'LayoutSlide')
113
+ self.layout_slide = attributes[:'LayoutSlide']
114
+ end
115
+
116
+ if attributes.has_key?(:'Shapes')
117
+ self.shapes = attributes[:'Shapes']
118
+ end
119
+
120
+ if attributes.has_key?(:'Theme')
121
+ self.theme = attributes[:'Theme']
122
+ end
123
+
124
+ if attributes.has_key?(:'Placeholders')
125
+ self.placeholders = attributes[:'Placeholders']
126
+ end
127
+
128
+ if attributes.has_key?(:'Images')
129
+ self.images = attributes[:'Images']
130
+ end
131
+
132
+ if attributes.has_key?(:'Comments')
133
+ self.comments = attributes[:'Comments']
134
+ end
135
+
136
+ if attributes.has_key?(:'Background')
137
+ self.background = attributes[:'Background']
138
+ end
139
+
140
+ if attributes.has_key?(:'NotesSlide')
141
+ self.notes_slide = attributes[:'NotesSlide']
142
+ end
143
+ end
144
+
145
+ # Show invalid properties with the reasons. Usually used together with valid?
146
+ # @return Array for valid properties with the reasons
147
+ def list_invalid_properties
148
+ invalid_properties = super
149
+ if @width.nil?
150
+ invalid_properties.push('invalid value for "width", width cannot be nil.')
151
+ end
152
+
153
+ if @height.nil?
154
+ invalid_properties.push('invalid value for "height", height cannot be nil.')
155
+ end
156
+
157
+ if @show_master_shapes.nil?
158
+ invalid_properties.push('invalid value for "show_master_shapes", show_master_shapes cannot be nil.')
159
+ end
160
+
161
+ invalid_properties
162
+ end
163
+
164
+ # Check to see if the all the properties in the model are valid
165
+ # @return true if the model is valid
166
+ def valid?
167
+ return false if !super
168
+ return false if @width.nil?
169
+ return false if @height.nil?
170
+ return false if @show_master_shapes.nil?
171
+ true
172
+ end
173
+
174
+ # Checks equality by comparing each attribute.
175
+ # @param [Object] Object to be compared
176
+ def ==(o)
177
+ return true if self.equal?(o)
178
+ self.class == o.class &&
179
+ self_uri == o.self_uri &&
180
+ alternate_links == o.alternate_links &&
181
+ width == o.width &&
182
+ height == o.height &&
183
+ show_master_shapes == o.show_master_shapes &&
184
+ layout_slide == o.layout_slide &&
185
+ shapes == o.shapes &&
186
+ theme == o.theme &&
187
+ placeholders == o.placeholders &&
188
+ images == o.images &&
189
+ comments == o.comments &&
190
+ background == o.background &&
191
+ notes_slide == o.notes_slide
192
+ end
193
+
194
+ # @see the `==` method
195
+ # @param [Object] Object to be compared
196
+ def eql?(o)
197
+ self == o
198
+ end
199
+
200
+ # Calculates hash code according to all attributes.
201
+ # @return [Fixnum] Hash code
202
+ def hash
203
+ [self_uri, alternate_links, width, height, show_master_shapes, layout_slide, shapes, theme, placeholders, images, comments, background, notes_slide].hash
204
+ end
205
+
206
+ # Builds the object from hash
207
+ # @param [Hash] attributes Model attributes in the form of hash
208
+ # @return [Object] Returns the model itself
209
+ def build_from_hash(attributes)
210
+ return nil unless attributes.is_a?(Hash)
211
+ self.class.swagger_types.each_pair do |key, type|
212
+ mapKey = self.class.attribute_map[key]
213
+ if !mapKey.nil?
214
+ val = attributes[mapKey]
215
+ if val.nil?
216
+ mapKeyString = mapKey.to_s
217
+ mapKeyString[0] = mapKeyString[0].downcase
218
+ mapKey = mapKeyString.to_sym
219
+ val = attributes[mapKey]
220
+ end
221
+ if !val.nil?
222
+ if type =~ /\AArray<(.*)>/i
223
+ # check to ensure the input is an array given that the the attribute
224
+ # is documented as an array but the input is not
225
+ if val.is_a?(Array)
226
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
227
+ end
228
+ else
229
+ self.send("#{key}=", _deserialize(type, val))
230
+ end
231
+ end
232
+ end
233
+ end
234
+
235
+ self
236
+ end
237
+
238
+ # Deserializes the data based on type
239
+ # @param string type Data type
240
+ # @param string value Value to be deserialized
241
+ # @return [Object] Deserialized data
242
+ def _deserialize(type, value)
243
+ case type.to_sym
244
+ when :DateTime
245
+ DateTime.parse(value)
246
+ when :Date
247
+ Date.parse(value)
248
+ when :String
249
+ value.to_s
250
+ when :Integer
251
+ value.to_i
252
+ when :Float
253
+ value.to_f
254
+ when :BOOLEAN
255
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
256
+ true
257
+ else
258
+ false
259
+ end
260
+ when :Object
261
+ # generic object (usually a Hash), return directly
262
+ value
263
+ when /\AArray<(?<inner_type>.+)>\z/
264
+ inner_type = Regexp.last_match[:inner_type]
265
+ value.map { |v| _deserialize(inner_type, v) }
266
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
267
+ k_type = Regexp.last_match[:k_type]
268
+ v_type = Regexp.last_match[:v_type]
269
+ {}.tap do |hash|
270
+ value.each do |k, v|
271
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
272
+ end
273
+ end
274
+ else # model
275
+ temp_model = AsposeSlidesCloud.const_get(type).new
276
+ temp_model.build_from_hash(value)
277
+ end
278
+ end
279
+
280
+ # Returns the string representation of the object
281
+ # @return [String] String presentation of the object
282
+ def to_s
283
+ to_hash.to_s
284
+ end
285
+
286
+ # to_body is an alias to to_hash (backward compatibility)
287
+ # @return [Hash] Returns the object in the form of hash
288
+ def to_body
289
+ to_hash
290
+ end
291
+
292
+ # Returns the object in the form of hash
293
+ # @return [Hash] Returns the object in the form of hash
294
+ def to_hash
295
+ hash = {}
296
+ self.class.attribute_map.each_pair do |attr, param|
297
+ value = self.send(attr)
298
+ next if value.nil?
299
+ hash[param] = _to_hash(value)
300
+ end
301
+ hash
302
+ end
303
+
304
+ # Outputs non-array value in the form of hash
305
+ # For object, use to_hash. Otherwise, just return the value
306
+ # @param [Object] value Any valid value
307
+ # @return [Hash] Returns the value in the form of hash
308
+ def _to_hash(value)
309
+ if value.is_a?(Array)
310
+ value.compact.map { |v| _to_hash(v) }
311
+ elsif value.is_a?(Hash)
312
+ {}.tap do |hash|
313
+ value.each { |k, v| hash[k] = _to_hash(v) }
314
+ end
315
+ elsif value.respond_to? :to_hash
316
+ value.to_hash
317
+ else
318
+ value
319
+ end
320
+ end
321
+ end
322
+ end