aspose_slides_cloud 1.0.3 → 19.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (203) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +1 -0
  3. data/Gemfile +7 -0
  4. data/LICENSE +2 -3
  5. data/README.md +7 -39
  6. data/Rakefile +8 -0
  7. data/TestData/TemplateCV.pptx +0 -0
  8. data/TestData/TemplatingCVDataWithBase64.xml +23 -0
  9. data/TestData/placeholders.pptx +0 -0
  10. data/TestData/test-unprotected.ppt +0 -0
  11. data/TestData/test.ppt +0 -0
  12. data/aspose_slides_cloud.gemspec +42 -14
  13. data/lib/aspose_slides_cloud.rb +183 -78
  14. data/lib/aspose_slides_cloud/api/slides_api.rb +6906 -2256
  15. data/lib/aspose_slides_cloud/api/slides_api_requests.rb +3067 -0
  16. data/lib/aspose_slides_cloud/api_client.rb +273 -183
  17. data/lib/aspose_slides_cloud/api_error.rb +29 -5
  18. data/lib/aspose_slides_cloud/configuration.rb +93 -81
  19. data/lib/aspose_slides_cloud/models/add_layout_slide.rb +261 -0
  20. data/lib/aspose_slides_cloud/models/add_master_slide.rb +276 -0
  21. data/lib/aspose_slides_cloud/models/add_shape.rb +256 -0
  22. data/lib/aspose_slides_cloud/models/add_slide.rb +286 -0
  23. data/lib/aspose_slides_cloud/models/api_info.rb +205 -0
  24. data/lib/aspose_slides_cloud/models/arrow_head_properties.rb +257 -22
  25. data/lib/aspose_slides_cloud/models/audio_frame.rb +573 -0
  26. data/lib/aspose_slides_cloud/models/axes.rb +225 -0
  27. data/lib/aspose_slides_cloud/models/axis.rb +847 -0
  28. data/lib/aspose_slides_cloud/models/base64_input_file.rb +256 -0
  29. data/lib/aspose_slides_cloud/models/blur_effect.rb +215 -0
  30. data/lib/aspose_slides_cloud/models/bubble_chart_data_point.rb +230 -0
  31. data/lib/aspose_slides_cloud/models/bubble_series.rb +463 -0
  32. data/lib/aspose_slides_cloud/models/chart.rb +543 -0
  33. data/lib/aspose_slides_cloud/models/chart_title.rb +210 -0
  34. data/lib/aspose_slides_cloud/models/chart_wall.rb +279 -0
  35. data/lib/aspose_slides_cloud/models/color_scheme.rb +258 -84
  36. data/lib/aspose_slides_cloud/models/connector.rb +487 -0
  37. data/lib/aspose_slides_cloud/models/custom_dash_pattern.rb +171 -13
  38. data/lib/aspose_slides_cloud/models/disc_usage.rb +215 -0
  39. data/lib/aspose_slides_cloud/models/document.rb +222 -46
  40. data/lib/aspose_slides_cloud/models/document_properties.rb +188 -36
  41. data/lib/aspose_slides_cloud/models/document_property.rb +209 -48
  42. data/lib/aspose_slides_cloud/models/document_replace_result.rb +272 -0
  43. data/lib/aspose_slides_cloud/models/effect.rb +412 -0
  44. data/lib/aspose_slides_cloud/models/effect_format.rb +265 -0
  45. data/lib/aspose_slides_cloud/models/error.rb +225 -0
  46. data/lib/aspose_slides_cloud/models/error_details.rb +210 -0
  47. data/lib/aspose_slides_cloud/models/export_format.rb +59 -0
  48. data/lib/aspose_slides_cloud/models/export_options.rb +194 -0
  49. data/lib/aspose_slides_cloud/models/file_version.rb +270 -0
  50. data/lib/aspose_slides_cloud/models/file_versions.rb +197 -0
  51. data/lib/aspose_slides_cloud/models/files_list.rb +197 -0
  52. data/lib/aspose_slides_cloud/models/files_upload_result.rb +209 -0
  53. data/lib/aspose_slides_cloud/models/fill_format.rb +204 -13
  54. data/lib/aspose_slides_cloud/models/fill_overlay_effect.rb +234 -0
  55. data/lib/aspose_slides_cloud/models/font_scheme.rb +204 -48
  56. data/lib/aspose_slides_cloud/models/font_set.rb +184 -22
  57. data/lib/aspose_slides_cloud/models/format_scheme.rb +210 -52
  58. data/lib/aspose_slides_cloud/models/geometry_shape.rb +439 -0
  59. data/lib/aspose_slides_cloud/models/glow_effect.rb +210 -0
  60. data/lib/aspose_slides_cloud/models/gradient_fill.rb +359 -0
  61. data/lib/aspose_slides_cloud/models/gradient_fill_stop.rb +210 -0
  62. data/lib/aspose_slides_cloud/models/graphical_object.rb +422 -0
  63. data/lib/aspose_slides_cloud/models/group_shape.rb +422 -0
  64. data/lib/aspose_slides_cloud/models/html_export_options.rb +392 -25
  65. data/lib/aspose_slides_cloud/models/i_shape_export_options.rb +195 -0
  66. data/lib/aspose_slides_cloud/models/image.rb +216 -42
  67. data/lib/aspose_slides_cloud/models/image_export_format.rb +43 -0
  68. data/lib/aspose_slides_cloud/models/image_export_options.rb +298 -0
  69. data/lib/aspose_slides_cloud/models/images.rb +188 -36
  70. data/lib/aspose_slides_cloud/models/inner_shadow_effect.rb +240 -0
  71. data/lib/aspose_slides_cloud/models/input.rb +215 -0
  72. data/lib/aspose_slides_cloud/models/input_file.rb +238 -0
  73. data/lib/aspose_slides_cloud/models/interactive_sequence.rb +212 -0
  74. data/lib/aspose_slides_cloud/models/layout_slide.rb +288 -0
  75. data/lib/aspose_slides_cloud/models/layout_slides.rb +219 -0
  76. data/lib/aspose_slides_cloud/models/legend.rb +339 -0
  77. data/lib/aspose_slides_cloud/models/line_format.rb +349 -54
  78. data/lib/aspose_slides_cloud/models/master_slide.rb +241 -0
  79. data/lib/aspose_slides_cloud/models/master_slides.rb +219 -0
  80. data/lib/aspose_slides_cloud/models/merge.rb +248 -0
  81. data/lib/aspose_slides_cloud/models/merging_source.rb +207 -0
  82. data/lib/aspose_slides_cloud/models/no_fill.rb +236 -0
  83. data/lib/aspose_slides_cloud/models/notes_slide.rb +227 -0
  84. data/lib/aspose_slides_cloud/models/notes_slide_export_format.rb +43 -0
  85. data/lib/aspose_slides_cloud/models/object_exist.rb +215 -0
  86. data/lib/aspose_slides_cloud/models/ole_object_frame.rb +447 -0
  87. data/lib/aspose_slides_cloud/models/one_value_chart_data_point.rb +200 -0
  88. data/lib/aspose_slides_cloud/models/one_value_series.rb +463 -0
  89. data/lib/aspose_slides_cloud/models/ordered_merge_request.rb +171 -13
  90. data/lib/aspose_slides_cloud/models/outer_shadow_effect.rb +240 -0
  91. data/lib/aspose_slides_cloud/models/output_file.rb +228 -0
  92. data/lib/aspose_slides_cloud/models/paragraph.rb +494 -34
  93. data/lib/aspose_slides_cloud/models/paragraphs.rb +187 -35
  94. data/lib/aspose_slides_cloud/models/path_input_file.rb +266 -0
  95. data/lib/aspose_slides_cloud/models/path_output_file.rb +256 -0
  96. data/lib/aspose_slides_cloud/models/pattern_fill.rb +283 -0
  97. data/lib/aspose_slides_cloud/models/pdf_export_options.rb +467 -49
  98. data/lib/aspose_slides_cloud/models/picture_fill.rb +368 -0
  99. data/lib/aspose_slides_cloud/models/picture_frame.rb +459 -0
  100. data/lib/aspose_slides_cloud/models/pipeline.rb +207 -0
  101. data/lib/aspose_slides_cloud/models/placeholder.rb +294 -56
  102. data/lib/aspose_slides_cloud/models/placeholders.rb +188 -36
  103. data/lib/aspose_slides_cloud/models/plot_area.rb +324 -0
  104. data/lib/aspose_slides_cloud/models/portion.rb +564 -46
  105. data/lib/aspose_slides_cloud/models/portions.rb +219 -0
  106. data/lib/aspose_slides_cloud/models/pptx_export_options.rb +246 -0
  107. data/lib/aspose_slides_cloud/models/presentation_to_merge.rb +188 -18
  108. data/lib/aspose_slides_cloud/models/presentations_merge_request.rb +185 -15
  109. data/lib/aspose_slides_cloud/models/preset_shadow_effect.rb +274 -0
  110. data/lib/aspose_slides_cloud/models/reflection_effect.rb +429 -0
  111. data/lib/aspose_slides_cloud/models/remove_shape.rb +246 -0
  112. data/lib/aspose_slides_cloud/models/remove_slide.rb +251 -0
  113. data/lib/aspose_slides_cloud/models/reorder_slide.rb +266 -0
  114. data/lib/aspose_slides_cloud/models/replace_text.rb +286 -0
  115. data/lib/aspose_slides_cloud/models/request_input_file.rb +261 -0
  116. data/lib/aspose_slides_cloud/models/reset_slide.rb +251 -0
  117. data/lib/aspose_slides_cloud/models/resource_base.rb +207 -0
  118. data/lib/aspose_slides_cloud/models/resource_uri.rb +190 -26
  119. data/lib/aspose_slides_cloud/models/resource_uri_element.rb +171 -13
  120. data/lib/aspose_slides_cloud/models/response_output_file.rb +236 -0
  121. data/lib/aspose_slides_cloud/models/save.rb +283 -0
  122. data/lib/aspose_slides_cloud/models/save_shape.rb +293 -0
  123. data/lib/aspose_slides_cloud/models/save_slide.rb +318 -0
  124. data/lib/aspose_slides_cloud/models/scale_type.rb +41 -0
  125. data/lib/aspose_slides_cloud/models/scatter_chart_data_point.rb +215 -0
  126. data/lib/aspose_slides_cloud/models/scatter_series.rb +463 -0
  127. data/lib/aspose_slides_cloud/models/series.rb +424 -0
  128. data/lib/aspose_slides_cloud/models/series_marker.rb +279 -0
  129. data/lib/aspose_slides_cloud/models/shape.rb +398 -100
  130. data/lib/aspose_slides_cloud/models/shape_base.rb +406 -0
  131. data/lib/aspose_slides_cloud/models/shape_export_format.rb +44 -0
  132. data/lib/aspose_slides_cloud/models/shape_image_export_options.rb +274 -0
  133. data/lib/aspose_slides_cloud/models/shape_thumbnail_bounds.rb +41 -0
  134. data/lib/aspose_slides_cloud/models/shapes.rb +219 -0
  135. data/lib/aspose_slides_cloud/models/size_type.rb +55 -0
  136. data/lib/aspose_slides_cloud/models/slide.rb +277 -66
  137. data/lib/aspose_slides_cloud/models/slide_animation.rb +231 -0
  138. data/lib/aspose_slides_cloud/models/slide_background.rb +245 -42
  139. data/lib/aspose_slides_cloud/models/slide_comment.rb +198 -24
  140. data/lib/aspose_slides_cloud/models/slide_comments.rb +188 -36
  141. data/lib/aspose_slides_cloud/models/slide_export_format.rb +58 -0
  142. data/lib/aspose_slides_cloud/models/slide_replace_result.rb +347 -0
  143. data/lib/aspose_slides_cloud/models/slides.rb +188 -36
  144. data/lib/aspose_slides_cloud/models/smart_art.rb +530 -0
  145. data/lib/aspose_slides_cloud/models/smart_art_node.rb +281 -0
  146. data/lib/aspose_slides_cloud/models/smart_art_shape.rb +422 -0
  147. data/lib/aspose_slides_cloud/models/soft_edge_effect.rb +200 -0
  148. data/lib/aspose_slides_cloud/models/solid_fill.rb +246 -0
  149. data/lib/aspose_slides_cloud/models/split_document_result.rb +188 -36
  150. data/lib/aspose_slides_cloud/models/storage_exist.rb +200 -0
  151. data/lib/aspose_slides_cloud/models/storage_file.rb +245 -0
  152. data/lib/aspose_slides_cloud/models/svg_export_options.rb +378 -0
  153. data/lib/aspose_slides_cloud/models/swf_export_options.rb +528 -0
  154. data/lib/aspose_slides_cloud/models/table.rb +578 -0
  155. data/lib/aspose_slides_cloud/models/table_cell.rb +431 -0
  156. data/lib/aspose_slides_cloud/models/table_column.rb +200 -0
  157. data/lib/aspose_slides_cloud/models/table_row.rb +227 -0
  158. data/lib/aspose_slides_cloud/models/task.rb +228 -0
  159. data/lib/aspose_slides_cloud/models/text_item.rb +178 -18
  160. data/lib/aspose_slides_cloud/models/text_items.rb +188 -36
  161. data/lib/aspose_slides_cloud/models/theme.rb +210 -52
  162. data/lib/aspose_slides_cloud/models/tiff_export_options.rb +385 -40
  163. data/lib/aspose_slides_cloud/models/update_background.rb +258 -0
  164. data/lib/aspose_slides_cloud/models/update_shape.rb +256 -0
  165. data/lib/aspose_slides_cloud/models/video_frame.rb +543 -0
  166. data/lib/aspose_slides_cloud/models/xps_export_options.rb +242 -0
  167. data/lib/aspose_slides_cloud/version.rb +23 -1
  168. data/spec/api/slides_api_spec.rb +24188 -0
  169. data/spec/extra/extra_spec.rb +84 -0
  170. data/spec/spec_helper.rb +122 -0
  171. data/spec/spec_utils.rb +154 -0
  172. data/testConfig.json +7 -0
  173. data/testRules.json +333 -0
  174. metadata +273 -61
  175. data/lib/aspose_slides_cloud/models/base_object.rb +0 -86
  176. data/lib/aspose_slides_cloud/models/base_response.rb +0 -53
  177. data/lib/aspose_slides_cloud/models/color.rb +0 -29
  178. data/lib/aspose_slides_cloud/models/color_scheme_response.rb +0 -61
  179. data/lib/aspose_slides_cloud/models/common_response.rb +0 -53
  180. data/lib/aspose_slides_cloud/models/document_properties_response.rb +0 -61
  181. data/lib/aspose_slides_cloud/models/document_property_response.rb +0 -61
  182. data/lib/aspose_slides_cloud/models/document_response.rb +0 -61
  183. data/lib/aspose_slides_cloud/models/font_scheme_response.rb +0 -61
  184. data/lib/aspose_slides_cloud/models/format_scheme_response.rb +0 -61
  185. data/lib/aspose_slides_cloud/models/images_response.rb +0 -61
  186. data/lib/aspose_slides_cloud/models/new_shape_response.rb +0 -61
  187. data/lib/aspose_slides_cloud/models/paragraph_portion_response.rb +0 -61
  188. data/lib/aspose_slides_cloud/models/placeholder_response.rb +0 -61
  189. data/lib/aspose_slides_cloud/models/placeholders_response.rb +0 -61
  190. data/lib/aspose_slides_cloud/models/presentation_string_replace_response.rb +0 -69
  191. data/lib/aspose_slides_cloud/models/shape_list.rb +0 -67
  192. data/lib/aspose_slides_cloud/models/shape_paragraph_response.rb +0 -61
  193. data/lib/aspose_slides_cloud/models/shape_paragraphs_response.rb +0 -61
  194. data/lib/aspose_slides_cloud/models/shape_response.rb +0 -61
  195. data/lib/aspose_slides_cloud/models/slide_background_response.rb +0 -61
  196. data/lib/aspose_slides_cloud/models/slide_comments_response.rb +0 -61
  197. data/lib/aspose_slides_cloud/models/slide_list_response.rb +0 -61
  198. data/lib/aspose_slides_cloud/models/slide_response.rb +0 -61
  199. data/lib/aspose_slides_cloud/models/slide_string_replace_response.rb +0 -69
  200. data/lib/aspose_slides_cloud/models/split_document_response.rb +0 -61
  201. data/lib/aspose_slides_cloud/models/text_items_response.rb +0 -61
  202. data/lib/aspose_slides_cloud/models/theme_response.rb +0 -61
  203. data/test/slides_tests.rb +0 -580
@@ -1,101 +1,519 @@
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
+
1
25
  module AsposeSlidesCloud
2
- #
3
- class PdfExportOptions < BaseObject
4
- attr_accessor :text_compression, :embed_full_fonts, :compliance, :jpeg_quality, :save_metafiles_as_png, :password, :embed_true_type_fonts_for_ascii, :export_format
5
- # attribute mapping from ruby-style variable name to JSON key
26
+ # Provides options that control how a presentation is saved in Pdf format.
27
+ class PdfExportOptions
28
+ # Export format.
29
+ attr_accessor :format
30
+
31
+ # Specifies compression type to be used for all textual content in the document.
32
+ attr_accessor :text_compression
33
+
34
+ # Determines if all characters of font should be embedded or only used subset.
35
+ attr_accessor :embed_full_fonts
36
+
37
+ # Desired conformance level for generated PDF document.
38
+ attr_accessor :compliance
39
+
40
+ # Returns or sets a value determining resolution of images inside PDF document. Property affects on file size, time of export and image quality. The default value is 96.
41
+ attr_accessor :sufficient_resolution
42
+
43
+ # Returns or sets a value determining the quality of the JPEG images inside PDF document.
44
+ attr_accessor :jpeg_quality
45
+
46
+ # True to draw black frame around each slide.
47
+ attr_accessor :draw_slides_frame
48
+
49
+ # Specifies whether the generated document should include hidden slides or not. Default is false.
50
+ attr_accessor :show_hidden_slides
51
+
52
+ # True to convert all metafiles used in a presentation to the PNG images.
53
+ attr_accessor :save_metafiles_as_png
54
+
55
+ # Setting user password to protect the PDF document.
56
+ attr_accessor :password
57
+
58
+ # Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF's base 14 fonts and additional user specified fonts.
59
+ attr_accessor :embed_true_type_fonts_for_ascii
60
+
61
+ # Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.
62
+ attr_accessor :additional_common_font_families
63
+
64
+ # Gets or sets the position of the notes on the page.
65
+ attr_accessor :notes_position
66
+
67
+ # Gets or sets the position of the comments on the page.
68
+ attr_accessor :comments_position
69
+
70
+ # Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
71
+ attr_accessor :comments_area_width
72
+
73
+ # Gets or sets the color of comments area (Applies only if comments are displayed on the right).
74
+ attr_accessor :comments_area_color
75
+
76
+ # True if comments that have no author are displayed. (Applies only if comments are displayed).
77
+ attr_accessor :show_comments_by_no_author
78
+
79
+ # Image transparent color.
80
+ attr_accessor :image_transparent_color
81
+
82
+ # True to apply specified ImageTransparentColor to an image.
83
+ attr_accessor :apply_image_transparent
84
+
85
+ class EnumAttributeValidator
86
+ attr_reader :datatype
87
+ attr_reader :allowable_values
88
+
89
+ def initialize(datatype, allowable_values)
90
+ @allowable_values = allowable_values.map do |value|
91
+ case datatype.to_s
92
+ when /Integer/i
93
+ value.to_i
94
+ when /Float/i
95
+ value.to_f
96
+ else
97
+ value
98
+ end
99
+ end
100
+ end
101
+
102
+ def valid?(value)
103
+ !value || allowable_values.any?{ |s| s.casecmp(value) == 0 }
104
+ end
105
+ end
106
+
107
+ # Attribute mapping from ruby-style variable name to JSON key.
6
108
  def self.attribute_map
7
109
  {
8
-
9
- #
110
+ :'format' => :'Format',
10
111
  :'text_compression' => :'TextCompression',
11
-
12
- #
13
112
  :'embed_full_fonts' => :'EmbedFullFonts',
14
-
15
- #
16
113
  :'compliance' => :'Compliance',
17
-
18
- #
114
+ :'sufficient_resolution' => :'SufficientResolution',
19
115
  :'jpeg_quality' => :'JpegQuality',
20
-
21
- #
116
+ :'draw_slides_frame' => :'DrawSlidesFrame',
117
+ :'show_hidden_slides' => :'ShowHiddenSlides',
22
118
  :'save_metafiles_as_png' => :'SaveMetafilesAsPng',
23
-
24
- #
25
119
  :'password' => :'Password',
26
-
27
- #
28
120
  :'embed_true_type_fonts_for_ascii' => :'EmbedTrueTypeFontsForASCII',
29
-
30
- #
31
- :'export_format' => :'ExportFormat'
32
-
121
+ :'additional_common_font_families' => :'AdditionalCommonFontFamilies',
122
+ :'notes_position' => :'NotesPosition',
123
+ :'comments_position' => :'CommentsPosition',
124
+ :'comments_area_width' => :'CommentsAreaWidth',
125
+ :'comments_area_color' => :'CommentsAreaColor',
126
+ :'show_comments_by_no_author' => :'ShowCommentsByNoAuthor',
127
+ :'image_transparent_color' => :'ImageTransparentColor',
128
+ :'apply_image_transparent' => :'ApplyImageTransparent'
33
129
  }
34
130
  end
35
131
 
36
- # attribute type
132
+ # Attribute type mapping.
37
133
  def self.swagger_types
38
134
  {
135
+ :'format' => :'String',
39
136
  :'text_compression' => :'String',
40
137
  :'embed_full_fonts' => :'BOOLEAN',
41
138
  :'compliance' => :'String',
42
- :'jpeg_quality' => :'String',
139
+ :'sufficient_resolution' => :'Float',
140
+ :'jpeg_quality' => :'Integer',
141
+ :'draw_slides_frame' => :'BOOLEAN',
142
+ :'show_hidden_slides' => :'BOOLEAN',
43
143
  :'save_metafiles_as_png' => :'BOOLEAN',
44
144
  :'password' => :'String',
45
145
  :'embed_true_type_fonts_for_ascii' => :'BOOLEAN',
46
- :'export_format' => :'String'
47
-
146
+ :'additional_common_font_families' => :'Array<String>',
147
+ :'notes_position' => :'String',
148
+ :'comments_position' => :'String',
149
+ :'comments_area_width' => :'Integer',
150
+ :'comments_area_color' => :'String',
151
+ :'show_comments_by_no_author' => :'BOOLEAN',
152
+ :'image_transparent_color' => :'String',
153
+ :'apply_image_transparent' => :'BOOLEAN'
48
154
  }
49
155
  end
50
156
 
157
+ # Initializes the object
158
+ # @param [Hash] attributes Model attributes in the form of hash
51
159
  def initialize(attributes = {})
52
- return if !attributes.is_a?(Hash) || attributes.empty?
160
+ return unless attributes.is_a?(Hash)
53
161
 
54
162
  # convert string to symbol for hash key
55
- attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
163
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
56
164
 
57
-
58
- if attributes[:'TextCompression']
165
+ if attributes.has_key?(:'Format')
166
+ self.format = attributes[:'Format']
167
+ else
168
+ self.format = "pdf"
169
+ end
170
+
171
+ if attributes.has_key?(:'TextCompression')
59
172
  self.text_compression = attributes[:'TextCompression']
60
173
  end
61
-
62
- if attributes[:'EmbedFullFonts']
174
+
175
+ if attributes.has_key?(:'EmbedFullFonts')
63
176
  self.embed_full_fonts = attributes[:'EmbedFullFonts']
64
177
  end
65
-
66
- if attributes[:'Compliance']
178
+
179
+ if attributes.has_key?(:'Compliance')
67
180
  self.compliance = attributes[:'Compliance']
68
181
  end
69
-
70
- if attributes[:'JpegQuality']
182
+
183
+ if attributes.has_key?(:'SufficientResolution')
184
+ self.sufficient_resolution = attributes[:'SufficientResolution']
185
+ end
186
+
187
+ if attributes.has_key?(:'JpegQuality')
71
188
  self.jpeg_quality = attributes[:'JpegQuality']
72
189
  end
73
-
74
- if attributes[:'SaveMetafilesAsPng']
190
+
191
+ if attributes.has_key?(:'DrawSlidesFrame')
192
+ self.draw_slides_frame = attributes[:'DrawSlidesFrame']
193
+ end
194
+
195
+ if attributes.has_key?(:'ShowHiddenSlides')
196
+ self.show_hidden_slides = attributes[:'ShowHiddenSlides']
197
+ end
198
+
199
+ if attributes.has_key?(:'SaveMetafilesAsPng')
75
200
  self.save_metafiles_as_png = attributes[:'SaveMetafilesAsPng']
76
201
  end
77
-
78
- if attributes[:'Password']
202
+
203
+ if attributes.has_key?(:'Password')
79
204
  self.password = attributes[:'Password']
80
205
  end
81
-
82
- if attributes[:'EmbedTrueTypeFontsForASCII']
206
+
207
+ if attributes.has_key?(:'EmbedTrueTypeFontsForASCII')
83
208
  self.embed_true_type_fonts_for_ascii = attributes[:'EmbedTrueTypeFontsForASCII']
84
209
  end
85
-
86
- if attributes[:'ExportFormat']
87
- self.export_format = attributes[:'ExportFormat']
210
+
211
+ if attributes.has_key?(:'AdditionalCommonFontFamilies')
212
+ if (value = attributes[:'AdditionalCommonFontFamilies']).is_a?(Array)
213
+ self.additional_common_font_families = value
214
+ end
215
+ end
216
+
217
+ if attributes.has_key?(:'NotesPosition')
218
+ self.notes_position = attributes[:'NotesPosition']
219
+ end
220
+
221
+ if attributes.has_key?(:'CommentsPosition')
222
+ self.comments_position = attributes[:'CommentsPosition']
223
+ end
224
+
225
+ if attributes.has_key?(:'CommentsAreaWidth')
226
+ self.comments_area_width = attributes[:'CommentsAreaWidth']
227
+ end
228
+
229
+ if attributes.has_key?(:'CommentsAreaColor')
230
+ self.comments_area_color = attributes[:'CommentsAreaColor']
231
+ end
232
+
233
+ if attributes.has_key?(:'ShowCommentsByNoAuthor')
234
+ self.show_comments_by_no_author = attributes[:'ShowCommentsByNoAuthor']
235
+ end
236
+
237
+ if attributes.has_key?(:'ImageTransparentColor')
238
+ self.image_transparent_color = attributes[:'ImageTransparentColor']
239
+ end
240
+
241
+ if attributes.has_key?(:'ApplyImageTransparent')
242
+ self.apply_image_transparent = attributes[:'ApplyImageTransparent']
243
+ end
244
+ end
245
+
246
+ # Show invalid properties with the reasons. Usually used together with valid?
247
+ # @return Array for valid properties with the reasons
248
+ def list_invalid_properties
249
+ invalid_properties = Array.new
250
+ if @text_compression.nil?
251
+ invalid_properties.push('invalid value for "text_compression", text_compression cannot be nil.')
252
+ end
253
+
254
+ if @embed_full_fonts.nil?
255
+ invalid_properties.push('invalid value for "embed_full_fonts", embed_full_fonts cannot be nil.')
256
+ end
257
+
258
+ if @compliance.nil?
259
+ invalid_properties.push('invalid value for "compliance", compliance cannot be nil.')
260
+ end
261
+
262
+ if @sufficient_resolution.nil?
263
+ invalid_properties.push('invalid value for "sufficient_resolution", sufficient_resolution cannot be nil.')
264
+ end
265
+
266
+ if @jpeg_quality.nil?
267
+ invalid_properties.push('invalid value for "jpeg_quality", jpeg_quality cannot be nil.')
268
+ end
269
+
270
+ if @draw_slides_frame.nil?
271
+ invalid_properties.push('invalid value for "draw_slides_frame", draw_slides_frame cannot be nil.')
272
+ end
273
+
274
+ if @show_hidden_slides.nil?
275
+ invalid_properties.push('invalid value for "show_hidden_slides", show_hidden_slides cannot be nil.')
276
+ end
277
+
278
+ if @save_metafiles_as_png.nil?
279
+ invalid_properties.push('invalid value for "save_metafiles_as_png", save_metafiles_as_png cannot be nil.')
88
280
  end
89
-
281
+
282
+ if @embed_true_type_fonts_for_ascii.nil?
283
+ invalid_properties.push('invalid value for "embed_true_type_fonts_for_ascii", embed_true_type_fonts_for_ascii cannot be nil.')
284
+ end
285
+
286
+ if @notes_position.nil?
287
+ invalid_properties.push('invalid value for "notes_position", notes_position cannot be nil.')
288
+ end
289
+
290
+ if @comments_position.nil?
291
+ invalid_properties.push('invalid value for "comments_position", comments_position cannot be nil.')
292
+ end
293
+
294
+ if @comments_area_width.nil?
295
+ invalid_properties.push('invalid value for "comments_area_width", comments_area_width cannot be nil.')
296
+ end
297
+
298
+ if @show_comments_by_no_author.nil?
299
+ invalid_properties.push('invalid value for "show_comments_by_no_author", show_comments_by_no_author cannot be nil.')
300
+ end
301
+
302
+ if @apply_image_transparent.nil?
303
+ invalid_properties.push('invalid value for "apply_image_transparent", apply_image_transparent cannot be nil.')
304
+ end
305
+
306
+ invalid_properties
90
307
  end
91
308
 
309
+ # Check to see if the all the properties in the model are valid
310
+ # @return true if the model is valid
311
+ def valid?
312
+ return false if @text_compression.nil?
313
+ text_compression_validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
314
+ return false unless text_compression_validator.valid?(@text_compression)
315
+ return false if @embed_full_fonts.nil?
316
+ return false if @compliance.nil?
317
+ compliance_validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b'])
318
+ return false unless compliance_validator.valid?(@compliance)
319
+ return false if @sufficient_resolution.nil?
320
+ return false if @jpeg_quality.nil?
321
+ return false if @draw_slides_frame.nil?
322
+ return false if @show_hidden_slides.nil?
323
+ return false if @save_metafiles_as_png.nil?
324
+ return false if @embed_true_type_fonts_for_ascii.nil?
325
+ return false if @notes_position.nil?
326
+ notes_position_validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
327
+ return false unless notes_position_validator.valid?(@notes_position)
328
+ return false if @comments_position.nil?
329
+ comments_position_validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
330
+ return false unless comments_position_validator.valid?(@comments_position)
331
+ return false if @comments_area_width.nil?
332
+ return false if @show_comments_by_no_author.nil?
333
+ return false if @apply_image_transparent.nil?
334
+ true
335
+ end
336
+
337
+ # Custom attribute writer method checking allowed values (enum).
338
+ # @param [Object] text_compression Object to be assigned
92
339
  def text_compression=(text_compression)
93
- allowed_values = ["None", "Flate"]
94
- if text_compression && !allowed_values.include?(text_compression)
95
- fail "invalid value for 'text_compression', must be one of #{allowed_values}"
340
+ validator = EnumAttributeValidator.new('String', ['None', 'Flate'])
341
+ unless validator.valid?(text_compression)
342
+ fail ArgumentError, 'invalid value for "text_compression", must be one of #{validator.allowable_values}.'
96
343
  end
97
344
  @text_compression = text_compression
98
345
  end
99
346
 
347
+ # Custom attribute writer method checking allowed values (enum).
348
+ # @param [Object] compliance Object to be assigned
349
+ def compliance=(compliance)
350
+ validator = EnumAttributeValidator.new('String', ['Pdf15', 'PdfA1b'])
351
+ unless validator.valid?(compliance)
352
+ fail ArgumentError, 'invalid value for "compliance", must be one of #{validator.allowable_values}.'
353
+ end
354
+ @compliance = compliance
355
+ end
356
+
357
+ # Custom attribute writer method checking allowed values (enum).
358
+ # @param [Object] notes_position Object to be assigned
359
+ def notes_position=(notes_position)
360
+ validator = EnumAttributeValidator.new('String', ['None', 'BottomFull', 'BottomTruncated'])
361
+ unless validator.valid?(notes_position)
362
+ fail ArgumentError, 'invalid value for "notes_position", must be one of #{validator.allowable_values}.'
363
+ end
364
+ @notes_position = notes_position
365
+ end
366
+
367
+ # Custom attribute writer method checking allowed values (enum).
368
+ # @param [Object] comments_position Object to be assigned
369
+ def comments_position=(comments_position)
370
+ validator = EnumAttributeValidator.new('String', ['None', 'Bottom', 'Right'])
371
+ unless validator.valid?(comments_position)
372
+ fail ArgumentError, 'invalid value for "comments_position", must be one of #{validator.allowable_values}.'
373
+ end
374
+ @comments_position = comments_position
375
+ end
376
+
377
+ # Checks equality by comparing each attribute.
378
+ # @param [Object] Object to be compared
379
+ def ==(o)
380
+ return true if self.equal?(o)
381
+ self.class == o.class &&
382
+ format == o.format &&
383
+ text_compression == o.text_compression &&
384
+ embed_full_fonts == o.embed_full_fonts &&
385
+ compliance == o.compliance &&
386
+ sufficient_resolution == o.sufficient_resolution &&
387
+ jpeg_quality == o.jpeg_quality &&
388
+ draw_slides_frame == o.draw_slides_frame &&
389
+ show_hidden_slides == o.show_hidden_slides &&
390
+ save_metafiles_as_png == o.save_metafiles_as_png &&
391
+ password == o.password &&
392
+ embed_true_type_fonts_for_ascii == o.embed_true_type_fonts_for_ascii &&
393
+ additional_common_font_families == o.additional_common_font_families &&
394
+ notes_position == o.notes_position &&
395
+ comments_position == o.comments_position &&
396
+ comments_area_width == o.comments_area_width &&
397
+ comments_area_color == o.comments_area_color &&
398
+ show_comments_by_no_author == o.show_comments_by_no_author &&
399
+ image_transparent_color == o.image_transparent_color &&
400
+ apply_image_transparent == o.apply_image_transparent
401
+ end
402
+
403
+ # @see the `==` method
404
+ # @param [Object] Object to be compared
405
+ def eql?(o)
406
+ self == o
407
+ end
408
+
409
+ # Calculates hash code according to all attributes.
410
+ # @return [Fixnum] Hash code
411
+ def hash
412
+ [format, text_compression, embed_full_fonts, compliance, sufficient_resolution, jpeg_quality, draw_slides_frame, show_hidden_slides, save_metafiles_as_png, password, embed_true_type_fonts_for_ascii, additional_common_font_families, notes_position, comments_position, comments_area_width, comments_area_color, show_comments_by_no_author, image_transparent_color, apply_image_transparent].hash
413
+ end
414
+
415
+ # Builds the object from hash
416
+ # @param [Hash] attributes Model attributes in the form of hash
417
+ # @return [Object] Returns the model itself
418
+ def build_from_hash(attributes)
419
+ return nil unless attributes.is_a?(Hash)
420
+ self.class.swagger_types.each_pair do |key, type|
421
+ if type =~ /\AArray<(.*)>/i
422
+ # check to ensure the input is an array given that the the attribute
423
+ # is documented as an array but the input is not
424
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
425
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
426
+ end
427
+ elsif !attributes[self.class.attribute_map[key]].nil?
428
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
429
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
430
+ end
431
+
432
+ self
433
+ end
434
+
435
+ # Deserializes the data based on type
436
+ # @param string type Data type
437
+ # @param string value Value to be deserialized
438
+ # @return [Object] Deserialized data
439
+ def _deserialize(type, value)
440
+ case type.to_sym
441
+ when :DateTime
442
+ DateTime.parse(value)
443
+ when :Date
444
+ Date.parse(value)
445
+ when :String
446
+ value.to_s
447
+ when :Integer
448
+ value.to_i
449
+ when :Float
450
+ value.to_f
451
+ when :BOOLEAN
452
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
453
+ true
454
+ else
455
+ false
456
+ end
457
+ when :Object
458
+ # generic object (usually a Hash), return directly
459
+ value
460
+ when /\AArray<(?<inner_type>.+)>\z/
461
+ inner_type = Regexp.last_match[:inner_type]
462
+ value.map { |v| _deserialize(inner_type, v) }
463
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
464
+ k_type = Regexp.last_match[:k_type]
465
+ v_type = Regexp.last_match[:v_type]
466
+ {}.tap do |hash|
467
+ value.each do |k, v|
468
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
469
+ end
470
+ end
471
+ else # model
472
+ temp_model = AsposeSlidesCloud.const_get(type).new
473
+ temp_model.build_from_hash(value)
474
+ end
475
+ end
476
+
477
+ # Returns the string representation of the object
478
+ # @return [String] String presentation of the object
479
+ def to_s
480
+ to_hash.to_s
481
+ end
482
+
483
+ # to_body is an alias to to_hash (backward compatibility)
484
+ # @return [Hash] Returns the object in the form of hash
485
+ def to_body
486
+ to_hash
487
+ end
488
+
489
+ # Returns the object in the form of hash
490
+ # @return [Hash] Returns the object in the form of hash
491
+ def to_hash
492
+ hash = {}
493
+ self.class.attribute_map.each_pair do |attr, param|
494
+ value = self.send(attr)
495
+ next if value.nil?
496
+ hash[param] = _to_hash(value)
497
+ end
498
+ hash
499
+ end
500
+
501
+ # Outputs non-array value in the form of hash
502
+ # For object, use to_hash. Otherwise, just return the value
503
+ # @param [Object] value Any valid value
504
+ # @return [Hash] Returns the value in the form of hash
505
+ def _to_hash(value)
506
+ if value.is_a?(Array)
507
+ value.compact.map { |v| _to_hash(v) }
508
+ elsif value.is_a?(Hash)
509
+ {}.tap do |hash|
510
+ value.each { |k, v| hash[k] = _to_hash(v) }
511
+ end
512
+ elsif value.respond_to? :to_hash
513
+ value.to_hash
514
+ else
515
+ value
516
+ end
517
+ end
100
518
  end
101
519
  end