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,422 +1,423 @@
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
- # Provides options that control how a presentation is saved in TIFF format.
27
- class TiffExportOptions
28
- # Export format.
29
- attr_accessor :format
30
-
31
- # Compression type.
32
- attr_accessor :compression
33
-
34
- # Width.
35
- attr_accessor :width
36
-
37
- # Height.
38
- attr_accessor :height
39
-
40
- # Horizontal resolution, in dots per inch.
41
- attr_accessor :dpi_x
42
-
43
- # Vertical resolution, in dots per inch.
44
- attr_accessor :dpi_y
45
-
46
- # Specifies whether the generated document should include hidden slides or not. Default is false.
47
- attr_accessor :show_hidden_slides
48
-
49
- # Specifies the pixel format for the generated images. Read/write ImagePixelFormat.
50
- attr_accessor :pixel_format
51
-
52
- # Gets or sets the position of the notes on the page.
53
- attr_accessor :notes_position
54
-
55
- # Gets or sets the position of the comments on the page.
56
- attr_accessor :comments_position
57
-
58
- # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
59
- attr_accessor :comments_area_width
60
-
61
- # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
62
- attr_accessor :comments_area_color
63
-
64
- # True if comments that have no author are displayed. (Applies only if comments are displayed).
65
- attr_accessor :show_comments_by_no_author
66
-
67
- class EnumAttributeValidator
68
- attr_reader :datatype
69
- attr_reader :allowable_values
70
-
71
- def initialize(datatype, allowable_values)
72
- @allowable_values = allowable_values.map do |value|
73
- case datatype.to_s
74
- when /Integer/i
75
- value.to_i
76
- when /Float/i
77
- value.to_f
78
- else
79
- value
80
- end
81
- end
82
- end
83
-
84
- def valid?(value)
85
- !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
86
- end
87
- end
88
-
89
- # Attribute mapping from ruby-style variable name to JSON key.
90
- def self.attribute_map
91
- {
92
- :'format' => :'Format',
93
- :'compression' => :'Compression',
94
- :'width' => :'Width',
95
- :'height' => :'Height',
96
- :'dpi_x' => :'DpiX',
97
- :'dpi_y' => :'DpiY',
98
- :'show_hidden_slides' => :'ShowHiddenSlides',
99
- :'pixel_format' => :'PixelFormat',
100
- :'notes_position' => :'NotesPosition',
101
- :'comments_position' => :'CommentsPosition',
102
- :'comments_area_width' => :'CommentsAreaWidth',
103
- :'comments_area_color' => :'CommentsAreaColor',
104
- :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor'
105
- }
106
- end
107
-
108
- # Attribute type mapping.
109
- def self.swagger_types
110
- {
111
- :'format' => :'String',
112
- :'compression' => :'String',
113
- :'width' => :'Integer',
114
- :'height' => :'Integer',
115
- :'dpi_x' => :'Integer',
116
- :'dpi_y' => :'Integer',
117
- :'show_hidden_slides' => :'BOOLEAN',
118
- :'pixel_format' => :'String',
119
- :'notes_position' => :'String',
120
- :'comments_position' => :'String',
121
- :'comments_area_width' => :'Integer',
122
- :'comments_area_color' => :'String',
123
- :'show_comments_by_no_author' => :'BOOLEAN'
124
- }
125
- end
126
-
127
- # Initializes the object
128
- # @param [Hash] attributes Model attributes in the form of hash
129
- def initialize(attributes = {})
130
- return unless attributes.is_a?(Hash)
131
-
132
- # convert string to symbol for hash key
133
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
134
-
135
- if attributes.has_key?(:'Format')
136
- self.format = attributes[:'Format']
137
- else
138
- self.format = "tiff"
139
- end
140
-
141
- if attributes.has_key?(:'Compression')
142
- self.compression = attributes[:'Compression']
143
- end
144
-
145
- if attributes.has_key?(:'Width')
146
- self.width = attributes[:'Width']
147
- end
148
-
149
- if attributes.has_key?(:'Height')
150
- self.height = attributes[:'Height']
151
- end
152
-
153
- if attributes.has_key?(:'DpiX')
154
- self.dpi_x = attributes[:'DpiX']
155
- end
156
-
157
- if attributes.has_key?(:'DpiY')
158
- self.dpi_y = attributes[:'DpiY']
159
- end
160
-
161
- if attributes.has_key?(:'ShowHiddenSlides')
162
- self.show_hidden_slides = attributes[:'ShowHiddenSlides']
163
- end
164
-
165
- if attributes.has_key?(:'PixelFormat')
166
- self.pixel_format = attributes[:'PixelFormat']
167
- end
168
-
169
- if attributes.has_key?(:'NotesPosition')
170
- self.notes_position = attributes[:'NotesPosition']
171
- end
172
-
173
- if attributes.has_key?(:'CommentsPosition')
174
- self.comments_position = attributes[:'CommentsPosition']
175
- end
176
-
177
- if attributes.has_key?(:'CommentsAreaWidth')
178
- self.comments_area_width = attributes[:'CommentsAreaWidth']
179
- end
180
-
181
- if attributes.has_key?(:'CommentsAreaColor')
182
- self.comments_area_color = attributes[:'CommentsAreaColor']
183
- end
184
-
185
- if attributes.has_key?(:'ShowCommentsByNoAuthor')
186
- self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
187
- end
188
- end
189
-
190
- # Show invalid properties with the reasons. Usually used together with valid?
191
- # @return Array for valid properties with the reasons
192
- def list_invalid_properties
193
- invalid_properties = Array.new
194
- if @compression.nil?
195
- invalid_properties.push('invalid value for "compression", compression cannot be nil.')
196
- end
197
-
198
- if @show_hidden_slides.nil?
199
- invalid_properties.push('invalid value for "show_hidden_slides", show_hidden_slides cannot be nil.')
200
- end
201
-
202
- if @pixel_format.nil?
203
- invalid_properties.push('invalid value for "pixel_format", pixel_format cannot be nil.')
204
- end
205
-
206
- if @notes_position.nil?
207
- invalid_properties.push('invalid value for "notes_position", notes_position cannot be nil.')
208
- end
209
-
210
- if @comments_position.nil?
211
- invalid_properties.push('invalid value for "comments_position", comments_position cannot be nil.')
212
- end
213
-
214
- if @comments_area_width.nil?
215
- invalid_properties.push('invalid value for "comments_area_width", comments_area_width cannot be nil.')
216
- end
217
-
218
- if @show_comments_by_no_author.nil?
219
- invalid_properties.push('invalid value for "show_comments_by_no_author", show_comments_by_no_author cannot be nil.')
220
- end
221
-
222
- invalid_properties
223
- end
224
-
225
- # Check to see if the all the properties in the model are valid
226
- # @return true if the model is valid
227
- def valid?
228
- return false if @compression.nil?
229
- compression_validator = EnumAttributeValidator.new('String', ['Default', 'None', 'CCITT3', 'CCITT4', 'LZW', 'RLE'])
230
- return false unless compression_validator.valid?(@compression)
231
- return false if @show_hidden_slides.nil?
232
- return false if @pixel_format.nil?
233
- pixel_format_validator = EnumAttributeValidator.new('String', ['Format1bppIndexed', 'Format4bppIndexed', 'Format8bppIndexed', 'Format24bppRgb', 'Format32bppArgb'])
234
- return false unless pixel_format_validator.valid?(@pixel_format)
235
- return false if @notes_position.nil?
236
- notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
237
- return false unless notes_position_validator.valid?(@notes_position)
238
- return false if @comments_position.nil?
239
- comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
240
- return false unless comments_position_validator.valid?(@comments_position)
241
- return false if @comments_area_width.nil?
242
- return false if @show_comments_by_no_author.nil?
243
- true
244
- end
245
-
246
- # Custom attribute writer method checking allowed values (enum).
247
- # @param [Object] compression Object to be assigned
248
- def compression=(compression)
249
- validator = EnumAttributeValidator.new('String', ['Default', 'None', 'CCITT3', 'CCITT4', 'LZW', 'RLE'])
250
- unless validator.valid?(compression)
251
- fail ArgumentError, 'invalid value for "compression", must be one of #{validator.allowable_values}.'
252
- end
253
- @compression = compression
254
- end
255
-
256
- # Custom attribute writer method checking allowed values (enum).
257
- # @param [Object] pixel_format Object to be assigned
258
- def pixel_format=(pixel_format)
259
- validator = EnumAttributeValidator.new('String', ['Format1bppIndexed', 'Format4bppIndexed', 'Format8bppIndexed', 'Format24bppRgb', 'Format32bppArgb'])
260
- unless validator.valid?(pixel_format)
261
- fail ArgumentError, 'invalid value for "pixel_format", must be one of #{validator.allowable_values}.'
262
- end
263
- @pixel_format = pixel_format
264
- end
265
-
266
- # Custom attribute writer method checking allowed values (enum).
267
- # @param [Object] notes_position Object to be assigned
268
- def notes_position=(notes_position)
269
- validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
270
- unless validator.valid?(notes_position)
271
- fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
272
- end
273
- @notes_position = notes_position
274
- end
275
-
276
- # Custom attribute writer method checking allowed values (enum).
277
- # @param [Object] comments_position Object to be assigned
278
- def comments_position=(comments_position)
279
- validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
280
- unless validator.valid?(comments_position)
281
- fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
282
- end
283
- @comments_position = comments_position
284
- end
285
-
286
- # Checks equality by comparing each attribute.
287
- # @param [Object] Object to be compared
288
- def ==(o)
289
- return true if self.equal?(o)
290
- self.class == o.class &&
291
- format == o.format &&
292
- compression == o.compression &&
293
- width == o.width &&
294
- height == o.height &&
295
- dpi_x == o.dpi_x &&
296
- dpi_y == o.dpi_y &&
297
- show_hidden_slides == o.show_hidden_slides &&
298
- pixel_format == o.pixel_format &&
299
- notes_position == o.notes_position &&
300
- comments_position == o.comments_position &&
301
- comments_area_width == o.comments_area_width &&
302
- comments_area_color == o.comments_area_color &&
303
- show_comments_by_no_author == o.show_comments_by_no_author
304
- end
305
-
306
- # @see the `==` method
307
- # @param [Object] Object to be compared
308
- def eql?(o)
309
- self == o
310
- end
311
-
312
- # Calculates hash code according to all attributes.
313
- # @return [Fixnum] Hash code
314
- def hash
315
- [format, compression, width, height, dpi_x, dpi_y, show_hidden_slides, pixel_format, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author].hash
316
- end
317
-
318
- # Builds the object from hash
319
- # @param [Hash] attributes Model attributes in the form of hash
320
- # @return [Object] Returns the model itself
321
- def build_from_hash(attributes)
322
- return nil unless attributes.is_a?(Hash)
323
- self.class.swagger_types.each_pair do |key, type|
324
- if type =~ /\AArray<(.*)>/i
325
- # check to ensure the input is an array given that the the attribute
326
- # is documented as an array but the input is not
327
- if attributes[self.class.attribute_map[key]].is_a?(Array)
328
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
329
- end
330
- elsif !attributes[self.class.attribute_map[key]].nil?
331
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
332
- end # or else data not found in attributes(hash), not an issue as the data can be optional
333
- end
334
-
335
- self
336
- end
337
-
338
- # Deserializes the data based on type
339
- # @param string type Data type
340
- # @param string value Value to be deserialized
341
- # @return [Object] Deserialized data
342
- def _deserialize(type, value)
343
- case type.to_sym
344
- when :DateTime
345
- DateTime.parse(value)
346
- when :Date
347
- Date.parse(value)
348
- when :String
349
- value.to_s
350
- when :Integer
351
- value.to_i
352
- when :Float
353
- value.to_f
354
- when :BOOLEAN
355
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
356
- true
357
- else
358
- false
359
- end
360
- when :Object
361
- # generic object (usually a Hash), return directly
362
- value
363
- when /\AArray<(?<inner_type>.+)>\z/
364
- inner_type = Regexp.last_match[:inner_type]
365
- value.map { |v| _deserialize(inner_type, v) }
366
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
367
- k_type = Regexp.last_match[:k_type]
368
- v_type = Regexp.last_match[:v_type]
369
- {}.tap do |hash|
370
- value.each do |k, v|
371
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
372
- end
373
- end
374
- else # model
375
- temp_model = AsposeSlidesCloud.const_get(type).new
376
- temp_model.build_from_hash(value)
377
- end
378
- end
379
-
380
- # Returns the string representation of the object
381
- # @return [String] String presentation of the object
382
- def to_s
383
- to_hash.to_s
384
- end
385
-
386
- # to_body is an alias to to_hash (backward compatibility)
387
- # @return [Hash] Returns the object in the form of hash
388
- def to_body
389
- to_hash
390
- end
391
-
392
- # Returns the object in the form of hash
393
- # @return [Hash] Returns the object in the form of hash
394
- def to_hash
395
- hash = {}
396
- self.class.attribute_map.each_pair do |attr, param|
397
- value = self.send(attr)
398
- next if value.nil?
399
- hash[param] = _to_hash(value)
400
- end
401
- hash
402
- end
403
-
404
- # Outputs non-array value in the form of hash
405
- # For object, use to_hash. Otherwise, just return the value
406
- # @param [Object] value Any valid value
407
- # @return [Hash] Returns the value in the form of hash
408
- def _to_hash(value)
409
- if value.is_a?(Array)
410
- value.compact.map { |v| _to_hash(v) }
411
- elsif value.is_a?(Hash)
412
- {}.tap do |hash|
413
- value.each { |k, v| hash[k] = _to_hash(v) }
414
- end
415
- elsif value.respond_to? :to_hash
416
- value.to_hash
417
- else
418
- value
419
- end
420
- end
421
- end
422
- 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
+ # Provides options that control how a presentation is saved in TIFF format.
27
+ class TiffExportOptions < ExportOptions
28
+ # Compression type.
29
+ attr_accessor :compression
30
+
31
+ # Width.
32
+ attr_accessor :width
33
+
34
+ # Height.
35
+ attr_accessor :height
36
+
37
+ # Horizontal resolution, in dots per inch.
38
+ attr_accessor :dpi_x
39
+
40
+ # Vertical resolution, in dots per inch.
41
+ attr_accessor :dpi_y
42
+
43
+ # Specifies whether the generated document should include hidden slides or not. Default is false.
44
+ attr_accessor :show_hidden_slides
45
+
46
+ # Specifies the pixel format for the generated images. Read/write ImagePixelFormat.
47
+ attr_accessor :pixel_format
48
+
49
+ # Gets or sets the position of the notes on the page.
50
+ attr_accessor :notes_position
51
+
52
+ # Gets or sets the position of the comments on the page.
53
+ attr_accessor :comments_position
54
+
55
+ # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
56
+ attr_accessor :comments_area_width
57
+
58
+ # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
59
+ attr_accessor :comments_area_color
60
+
61
+ # True if comments that have no author are displayed. (Applies only if comments are displayed).
62
+ attr_accessor :show_comments_by_no_author
63
+
64
+ class EnumAttributeValidator
65
+ attr_reader :datatype
66
+ attr_reader :allowable_values
67
+
68
+ def initialize(datatype, allowable_values)
69
+ @allowable_values = allowable_values.map do |value|
70
+ case datatype.to_s
71
+ when /Integer/i
72
+ value.to_i
73
+ when /Float/i
74
+ value.to_f
75
+ else
76
+ value
77
+ end
78
+ end
79
+ end
80
+
81
+ def valid?(value)
82
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
83
+ end
84
+ end
85
+
86
+ # Attribute mapping from ruby-style variable name to JSON key.
87
+ def self.attribute_map
88
+ super.merge({
89
+ :'compression' => :'Compression',
90
+ :'width' => :'Width',
91
+ :'height' => :'Height',
92
+ :'dpi_x' => :'DpiX',
93
+ :'dpi_y' => :'DpiY',
94
+ :'show_hidden_slides' => :'ShowHiddenSlides',
95
+ :'pixel_format' => :'PixelFormat',
96
+ :'notes_position' => :'NotesPosition',
97
+ :'comments_position' => :'CommentsPosition',
98
+ :'comments_area_width' => :'CommentsAreaWidth',
99
+ :'comments_area_color' => :'CommentsAreaColor',
100
+ :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
101
+ })
102
+ end
103
+
104
+ # Attribute type mapping.
105
+ def self.swagger_types
106
+ super.merge({
107
+ :'compression' => :'String',
108
+ :'width' => :'Integer',
109
+ :'height' => :'Integer',
110
+ :'dpi_x' => :'Integer',
111
+ :'dpi_y' => :'Integer',
112
+ :'show_hidden_slides' => :'BOOLEAN',
113
+ :'pixel_format' => :'String',
114
+ :'notes_position' => :'String',
115
+ :'comments_position' => :'String',
116
+ :'comments_area_width' => :'Integer',
117
+ :'comments_area_color' => :'String',
118
+ :'show_comments_by_no_author' => :'BOOLEAN',
119
+ })
120
+ end
121
+
122
+ # Initializes the object
123
+ # @param [Hash] attributes Model attributes in the form of hash
124
+ def initialize(attributes = {})
125
+ super
126
+
127
+ if attributes.has_key?(:'Compression')
128
+ self.compression = attributes[:'Compression']
129
+ end
130
+
131
+ if attributes.has_key?(:'Width')
132
+ self.width = attributes[:'Width']
133
+ end
134
+
135
+ if attributes.has_key?(:'Height')
136
+ self.height = attributes[:'Height']
137
+ end
138
+
139
+ if attributes.has_key?(:'DpiX')
140
+ self.dpi_x = attributes[:'DpiX']
141
+ end
142
+
143
+ if attributes.has_key?(:'DpiY')
144
+ self.dpi_y = attributes[:'DpiY']
145
+ end
146
+
147
+ if attributes.has_key?(:'ShowHiddenSlides')
148
+ self.show_hidden_slides = attributes[:'ShowHiddenSlides']
149
+ end
150
+
151
+ if attributes.has_key?(:'PixelFormat')
152
+ self.pixel_format = attributes[:'PixelFormat']
153
+ end
154
+
155
+ if attributes.has_key?(:'NotesPosition')
156
+ self.notes_position = attributes[:'NotesPosition']
157
+ end
158
+
159
+ if attributes.has_key?(:'CommentsPosition')
160
+ self.comments_position = attributes[:'CommentsPosition']
161
+ end
162
+
163
+ if attributes.has_key?(:'CommentsAreaWidth')
164
+ self.comments_area_width = attributes[:'CommentsAreaWidth']
165
+ end
166
+
167
+ if attributes.has_key?(:'CommentsAreaColor')
168
+ self.comments_area_color = attributes[:'CommentsAreaColor']
169
+ end
170
+
171
+ if attributes.has_key?(:'ShowCommentsByNoAuthor')
172
+ self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
173
+ end
174
+ self.format = "tiff"
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 = super
181
+ if @compression.nil?
182
+ invalid_properties.push('invalid value for "compression", compression cannot be nil.')
183
+ end
184
+
185
+ if @show_hidden_slides.nil?
186
+ invalid_properties.push('invalid value for "show_hidden_slides", show_hidden_slides cannot be nil.')
187
+ end
188
+
189
+ if @pixel_format.nil?
190
+ invalid_properties.push('invalid value for "pixel_format", pixel_format cannot be nil.')
191
+ end
192
+
193
+ if @notes_position.nil?
194
+ invalid_properties.push('invalid value for "notes_position", notes_position cannot be nil.')
195
+ end
196
+
197
+ if @comments_position.nil?
198
+ invalid_properties.push('invalid value for "comments_position", comments_position cannot be nil.')
199
+ end
200
+
201
+ if @comments_area_width.nil?
202
+ invalid_properties.push('invalid value for "comments_area_width", comments_area_width cannot be nil.')
203
+ end
204
+
205
+ if @show_comments_by_no_author.nil?
206
+ invalid_properties.push('invalid value for "show_comments_by_no_author", show_comments_by_no_author cannot be nil.')
207
+ end
208
+
209
+ invalid_properties
210
+ end
211
+
212
+ # Check to see if the all the properties in the model are valid
213
+ # @return true if the model is valid
214
+ def valid?
215
+ return false if !super
216
+ return false if @compression.nil?
217
+ compression_validator = EnumAttributeValidator.new('String', ['Default', 'None', 'CCITT3', 'CCITT4', 'LZW', 'RLE'])
218
+ return false unless compression_validator.valid?(@compression)
219
+ return false if @show_hidden_slides.nil?
220
+ return false if @pixel_format.nil?
221
+ pixel_format_validator = EnumAttributeValidator.new('String', ['Format1bppIndexed', 'Format4bppIndexed', 'Format8bppIndexed', 'Format24bppRgb', 'Format32bppArgb'])
222
+ return false unless pixel_format_validator.valid?(@pixel_format)
223
+ return false if @notes_position.nil?
224
+ notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
225
+ return false unless notes_position_validator.valid?(@notes_position)
226
+ return false if @comments_position.nil?
227
+ comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
228
+ return false unless comments_position_validator.valid?(@comments_position)
229
+ return false if @comments_area_width.nil?
230
+ return false if @show_comments_by_no_author.nil?
231
+ true
232
+ end
233
+
234
+ # Custom attribute writer method checking allowed values (enum).
235
+ # @param [Object] compression Object to be assigned
236
+ def compression=(compression)
237
+ validator = EnumAttributeValidator.new('String', ['Default', 'None', 'CCITT3', 'CCITT4', 'LZW', 'RLE'])
238
+ unless validator.valid?(compression)
239
+ fail ArgumentError, 'invalid value for "compression", must be one of #{validator.allowable_values}.'
240
+ end
241
+ @compression = compression
242
+ end
243
+
244
+ # Custom attribute writer method checking allowed values (enum).
245
+ # @param [Object] pixel_format Object to be assigned
246
+ def pixel_format=(pixel_format)
247
+ validator = EnumAttributeValidator.new('String', ['Format1bppIndexed', 'Format4bppIndexed', 'Format8bppIndexed', 'Format24bppRgb', 'Format32bppArgb'])
248
+ unless validator.valid?(pixel_format)
249
+ fail ArgumentError, 'invalid value for "pixel_format", must be one of #{validator.allowable_values}.'
250
+ end
251
+ @pixel_format = pixel_format
252
+ end
253
+
254
+ # Custom attribute writer method checking allowed values (enum).
255
+ # @param [Object] notes_position Object to be assigned
256
+ def notes_position=(notes_position)
257
+ validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
258
+ unless validator.valid?(notes_position)
259
+ fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
260
+ end
261
+ @notes_position = notes_position
262
+ end
263
+
264
+ # Custom attribute writer method checking allowed values (enum).
265
+ # @param [Object] comments_position Object to be assigned
266
+ def comments_position=(comments_position)
267
+ validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
268
+ unless validator.valid?(comments_position)
269
+ fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
270
+ end
271
+ @comments_position = comments_position
272
+ end
273
+
274
+ # Checks equality by comparing each attribute.
275
+ # @param [Object] Object to be compared
276
+ def ==(o)
277
+ return true if self.equal?(o)
278
+ self.class == o.class &&
279
+ default_regular_font == o.default_regular_font &&
280
+ format == o.format &&
281
+ compression == o.compression &&
282
+ width == o.width &&
283
+ height == o.height &&
284
+ dpi_x == o.dpi_x &&
285
+ dpi_y == o.dpi_y &&
286
+ show_hidden_slides == o.show_hidden_slides &&
287
+ pixel_format == o.pixel_format &&
288
+ notes_position == o.notes_position &&
289
+ comments_position == o.comments_position &&
290
+ comments_area_width == o.comments_area_width &&
291
+ comments_area_color == o.comments_area_color &&
292
+ show_comments_by_no_author == o.show_comments_by_no_author
293
+ end
294
+
295
+ # @see the `==` method
296
+ # @param [Object] Object to be compared
297
+ def eql?(o)
298
+ self == o
299
+ end
300
+
301
+ # Calculates hash code according to all attributes.
302
+ # @return [Fixnum] Hash code
303
+ def hash
304
+ [default_regular_font, format, compression, width, height, dpi_x, dpi_y, show_hidden_slides, pixel_format, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author].hash
305
+ end
306
+
307
+ # Builds the object from hash
308
+ # @param [Hash] attributes Model attributes in the form of hash
309
+ # @return [Object] Returns the model itself
310
+ def build_from_hash(attributes)
311
+ return nil unless attributes.is_a?(Hash)
312
+ self.class.swagger_types.each_pair do |key, type|
313
+ mapKey = self.class.attribute_map[key]
314
+ if !mapKey.nil?
315
+ val = attributes[mapKey]
316
+ if val.nil?
317
+ mapKeyString = mapKey.to_s
318
+ mapKeyString[0] = mapKeyString[0].downcase
319
+ mapKey = mapKeyString.to_sym
320
+ val = attributes[mapKey]
321
+ end
322
+ if !val.nil?
323
+ if type =~ /\AArray<(.*)>/i
324
+ # check to ensure the input is an array given that the the attribute
325
+ # is documented as an array but the input is not
326
+ if val.is_a?(Array)
327
+ self.send("#{key}=", val.map { |v| _deserialize($1, v) })
328
+ end
329
+ else
330
+ self.send("#{key}=", _deserialize(type, val))
331
+ end
332
+ end
333
+ end
334
+ end
335
+
336
+ self
337
+ end
338
+
339
+ # Deserializes the data based on type
340
+ # @param string type Data type
341
+ # @param string value Value to be deserialized
342
+ # @return [Object] Deserialized data
343
+ def _deserialize(type, value)
344
+ case type.to_sym
345
+ when :DateTime
346
+ DateTime.parse(value)
347
+ when :Date
348
+ Date.parse(value)
349
+ when :String
350
+ value.to_s
351
+ when :Integer
352
+ value.to_i
353
+ when :Float
354
+ value.to_f
355
+ when :BOOLEAN
356
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
357
+ true
358
+ else
359
+ false
360
+ end
361
+ when :Object
362
+ # generic object (usually a Hash), return directly
363
+ value
364
+ when /\AArray<(?<inner_type>.+)>\z/
365
+ inner_type = Regexp.last_match[:inner_type]
366
+ value.map { |v| _deserialize(inner_type, v) }
367
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
368
+ k_type = Regexp.last_match[:k_type]
369
+ v_type = Regexp.last_match[:v_type]
370
+ {}.tap do |hash|
371
+ value.each do |k, v|
372
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
373
+ end
374
+ end
375
+ else # model
376
+ temp_model = AsposeSlidesCloud.const_get(type).new
377
+ temp_model.build_from_hash(value)
378
+ end
379
+ end
380
+
381
+ # Returns the string representation of the object
382
+ # @return [String] String presentation of the object
383
+ def to_s
384
+ to_hash.to_s
385
+ end
386
+
387
+ # to_body is an alias to to_hash (backward compatibility)
388
+ # @return [Hash] Returns the object in the form of hash
389
+ def to_body
390
+ to_hash
391
+ end
392
+
393
+ # Returns the object in the form of hash
394
+ # @return [Hash] Returns the object in the form of hash
395
+ def to_hash
396
+ hash = {}
397
+ self.class.attribute_map.each_pair do |attr, param|
398
+ value = self.send(attr)
399
+ next if value.nil?
400
+ hash[param] = _to_hash(value)
401
+ end
402
+ hash
403
+ end
404
+
405
+ # Outputs non-array value in the form of hash
406
+ # For object, use to_hash. Otherwise, just return the value
407
+ # @param [Object] value Any valid value
408
+ # @return [Hash] Returns the value in the form of hash
409
+ def _to_hash(value)
410
+ if value.is_a?(Array)
411
+ value.compact.map { |v| _to_hash(v) }
412
+ elsif value.is_a?(Hash)
413
+ {}.tap do |hash|
414
+ value.each { |k, v| hash[k] = _to_hash(v) }
415
+ end
416
+ elsif value.respond_to? :to_hash
417
+ value.to_hash
418
+ else
419
+ value
420
+ end
421
+ end
422
+ end
423
+ end