aspose_cells_cloud 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (158) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +40 -0
  4. data/aspose_cells_cloud.gemspec +26 -0
  5. data/lib/aspose_cells_cloud/api/cells_api.rb +9820 -0
  6. data/lib/aspose_cells_cloud/api_client.rb +335 -0
  7. data/lib/aspose_cells_cloud/api_error.rb +24 -0
  8. data/lib/aspose_cells_cloud/configuration.rb +166 -0
  9. data/lib/aspose_cells_cloud/models/auto_filter.rb +63 -0
  10. data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +53 -0
  11. data/lib/aspose_cells_cloud/models/auto_shape_response.rb +61 -0
  12. data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +61 -0
  13. data/lib/aspose_cells_cloud/models/barcode_response.rb +63 -0
  14. data/lib/aspose_cells_cloud/models/barcode_response_list.rb +63 -0
  15. data/lib/aspose_cells_cloud/models/base_object.rb +86 -0
  16. data/lib/aspose_cells_cloud/models/base_response.rb +53 -0
  17. data/lib/aspose_cells_cloud/models/border.rb +53 -0
  18. data/lib/aspose_cells_cloud/models/cell.rb +165 -0
  19. data/lib/aspose_cells_cloud/models/cell_area.rb +61 -0
  20. data/lib/aspose_cells_cloud/models/cell_response.rb +61 -0
  21. data/lib/aspose_cells_cloud/models/cells.rb +87 -0
  22. data/lib/aspose_cells_cloud/models/cells_color.rb +69 -0
  23. data/lib/aspose_cells_cloud/models/cells_document_properties.rb +47 -0
  24. data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +61 -0
  25. data/lib/aspose_cells_cloud/models/cells_document_property.rb +61 -0
  26. data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +61 -0
  27. data/lib/aspose_cells_cloud/models/cells_response.rb +61 -0
  28. data/lib/aspose_cells_cloud/models/chart_area_response.rb +61 -0
  29. data/lib/aspose_cells_cloud/models/charts_chart_area.rb +143 -0
  30. data/lib/aspose_cells_cloud/models/charts_charts.rb +47 -0
  31. data/lib/aspose_cells_cloud/models/charts_legend.rb +159 -0
  32. data/lib/aspose_cells_cloud/models/charts_response.rb +61 -0
  33. data/lib/aspose_cells_cloud/models/charts_title.rb +199 -0
  34. data/lib/aspose_cells_cloud/models/color.rb +61 -0
  35. data/lib/aspose_cells_cloud/models/color_filter.rb +37 -0
  36. data/lib/aspose_cells_cloud/models/column.rb +77 -0
  37. data/lib/aspose_cells_cloud/models/column_response.rb +61 -0
  38. data/lib/aspose_cells_cloud/models/columns.rb +63 -0
  39. data/lib/aspose_cells_cloud/models/columns_response.rb +61 -0
  40. data/lib/aspose_cells_cloud/models/comment.rb +125 -0
  41. data/lib/aspose_cells_cloud/models/comment_response.rb +61 -0
  42. data/lib/aspose_cells_cloud/models/comments.rb +47 -0
  43. data/lib/aspose_cells_cloud/models/comments_response.rb +61 -0
  44. data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +91 -0
  45. data/lib/aspose_cells_cloud/models/custom_filter.rb +45 -0
  46. data/lib/aspose_cells_cloud/models/data_sorter.rb +63 -0
  47. data/lib/aspose_cells_cloud/models/date_time_group_item.rb +85 -0
  48. data/lib/aspose_cells_cloud/models/drawing_area.rb +77 -0
  49. data/lib/aspose_cells_cloud/models/drawing_auto_shapes.rb +47 -0
  50. data/lib/aspose_cells_cloud/models/drawing_fill_format.rb +77 -0
  51. data/lib/aspose_cells_cloud/models/drawing_gradient_fill.rb +63 -0
  52. data/lib/aspose_cells_cloud/models/drawing_gradient_fill_stop.rb +53 -0
  53. data/lib/aspose_cells_cloud/models/drawing_line.rb +181 -0
  54. data/lib/aspose_cells_cloud/models/drawing_ole_object.rb +365 -0
  55. data/lib/aspose_cells_cloud/models/drawing_ole_objects.rb +47 -0
  56. data/lib/aspose_cells_cloud/models/drawing_pattern_fill.rb +85 -0
  57. data/lib/aspose_cells_cloud/models/drawing_pic_format_option.rb +77 -0
  58. data/lib/aspose_cells_cloud/models/drawing_picture.rb +357 -0
  59. data/lib/aspose_cells_cloud/models/drawing_pictures.rb +47 -0
  60. data/lib/aspose_cells_cloud/models/drawing_solid_fill.rb +53 -0
  61. data/lib/aspose_cells_cloud/models/drawing_texture_fill.rb +77 -0
  62. data/lib/aspose_cells_cloud/models/drawing_tile_pic_option.rb +77 -0
  63. data/lib/aspose_cells_cloud/models/dynamic_filter.rb +53 -0
  64. data/lib/aspose_cells_cloud/models/fill_format_response.rb +61 -0
  65. data/lib/aspose_cells_cloud/models/filter_column.rb +103 -0
  66. data/lib/aspose_cells_cloud/models/font.rb +109 -0
  67. data/lib/aspose_cells_cloud/models/hyperlink.rb +69 -0
  68. data/lib/aspose_cells_cloud/models/hyperlink_response.rb +61 -0
  69. data/lib/aspose_cells_cloud/models/hyperlinks.rb +55 -0
  70. data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +61 -0
  71. data/lib/aspose_cells_cloud/models/icon_filter.rb +45 -0
  72. data/lib/aspose_cells_cloud/models/import_data_import_option.rb +45 -0
  73. data/lib/aspose_cells_cloud/models/legend_response.rb +61 -0
  74. data/lib/aspose_cells_cloud/models/line_response.rb +61 -0
  75. data/lib/aspose_cells_cloud/models/link.rb +61 -0
  76. data/lib/aspose_cells_cloud/models/link_element.rb +37 -0
  77. data/lib/aspose_cells_cloud/models/merged_cell.rb +69 -0
  78. data/lib/aspose_cells_cloud/models/merged_cell_response.rb +61 -0
  79. data/lib/aspose_cells_cloud/models/merged_cells.rb +55 -0
  80. data/lib/aspose_cells_cloud/models/merged_cells_response.rb +61 -0
  81. data/lib/aspose_cells_cloud/models/multiple_filters.rb +47 -0
  82. data/lib/aspose_cells_cloud/models/name.rb +93 -0
  83. data/lib/aspose_cells_cloud/models/name_response.rb +61 -0
  84. data/lib/aspose_cells_cloud/models/names.rb +55 -0
  85. data/lib/aspose_cells_cloud/models/names_response.rb +61 -0
  86. data/lib/aspose_cells_cloud/models/ole_object_response.rb +61 -0
  87. data/lib/aspose_cells_cloud/models/ole_objects_response.rb +61 -0
  88. data/lib/aspose_cells_cloud/models/password_request.rb +37 -0
  89. data/lib/aspose_cells_cloud/models/picture_response.rb +61 -0
  90. data/lib/aspose_cells_cloud/models/pictures_response.rb +61 -0
  91. data/lib/aspose_cells_cloud/models/pivot_field_response.rb +61 -0
  92. data/lib/aspose_cells_cloud/models/pivot_pivot_field.rb +347 -0
  93. data/lib/aspose_cells_cloud/models/pivot_pivot_filter.rb +101 -0
  94. data/lib/aspose_cells_cloud/models/pivot_pivot_item.rb +61 -0
  95. data/lib/aspose_cells_cloud/models/pivot_pivot_table.rb +595 -0
  96. data/lib/aspose_cells_cloud/models/pivot_pivot_tables.rb +47 -0
  97. data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +39 -0
  98. data/lib/aspose_cells_cloud/models/pivot_table_response.rb +61 -0
  99. data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +61 -0
  100. data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +159 -0
  101. data/lib/aspose_cells_cloud/models/row.rb +93 -0
  102. data/lib/aspose_cells_cloud/models/row_response.rb +61 -0
  103. data/lib/aspose_cells_cloud/models/rows.rb +63 -0
  104. data/lib/aspose_cells_cloud/models/rows_response.rb +61 -0
  105. data/lib/aspose_cells_cloud/models/save_response.rb +61 -0
  106. data/lib/aspose_cells_cloud/models/save_result.rb +55 -0
  107. data/lib/aspose_cells_cloud/models/saving_save_options.rb +85 -0
  108. data/lib/aspose_cells_cloud/models/single_value.rb +45 -0
  109. data/lib/aspose_cells_cloud/models/single_value_response.rb +61 -0
  110. data/lib/aspose_cells_cloud/models/sort_key.rb +45 -0
  111. data/lib/aspose_cells_cloud/models/split_result.rb +39 -0
  112. data/lib/aspose_cells_cloud/models/split_result_document.rb +45 -0
  113. data/lib/aspose_cells_cloud/models/split_result_response.rb +61 -0
  114. data/lib/aspose_cells_cloud/models/style.rb +207 -0
  115. data/lib/aspose_cells_cloud/models/style_response.rb +61 -0
  116. data/lib/aspose_cells_cloud/models/text_item.rb +45 -0
  117. data/lib/aspose_cells_cloud/models/text_items.rb +47 -0
  118. data/lib/aspose_cells_cloud/models/text_items_response.rb +61 -0
  119. data/lib/aspose_cells_cloud/models/theme_color.rb +45 -0
  120. data/lib/aspose_cells_cloud/models/title_response.rb +61 -0
  121. data/lib/aspose_cells_cloud/models/top10_filter.rb +61 -0
  122. data/lib/aspose_cells_cloud/models/validation.rb +167 -0
  123. data/lib/aspose_cells_cloud/models/validation_response.rb +61 -0
  124. data/lib/aspose_cells_cloud/models/validations.rb +55 -0
  125. data/lib/aspose_cells_cloud/models/validations_response.rb +61 -0
  126. data/lib/aspose_cells_cloud/models/workbook.rb +119 -0
  127. data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +53 -0
  128. data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +45 -0
  129. data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +69 -0
  130. data/lib/aspose_cells_cloud/models/workbook_response.rb +61 -0
  131. data/lib/aspose_cells_cloud/models/workbook_settings.rb +389 -0
  132. data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +61 -0
  133. data/lib/aspose_cells_cloud/models/worksheet.rb +287 -0
  134. data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +45 -0
  135. data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +69 -0
  136. data/lib/aspose_cells_cloud/models/worksheet_response.rb +61 -0
  137. data/lib/aspose_cells_cloud/models/worksheets.rb +47 -0
  138. data/lib/aspose_cells_cloud/models/worksheets_response.rb +61 -0
  139. data/lib/aspose_cells_cloud/version.rb +3 -0
  140. data/lib/aspose_cells_cloud.rb +161 -0
  141. data/test/cells_tests.rb +1732 -0
  142. data/test/data/Creative.jpg +0 -0
  143. data/test/data/Embeded_OleObject_Sample_Book1.xlsx +0 -0
  144. data/test/data/Sample_Book1.xlsx +0 -0
  145. data/test/data/Sample_Book2.xls +0 -0
  146. data/test/data/Sample_Pivot_Table_Example.xls +0 -0
  147. data/test/data/Sample_Protected_Test_Book.xls +0 -0
  148. data/test/data/Sample_SmartMarker.xlsx +0 -0
  149. data/test/data/Sample_SmartMarker_Data.xml +14 -0
  150. data/test/data/Sample_Test_Book.xls +0 -0
  151. data/test/data/WorkSheetBackground_Sample_Test_Book.xls +0 -0
  152. data/test/data/aspose-cloud.png +0 -0
  153. data/test/data/aspose-logo.png +0 -0
  154. data/test/data/calendar.xlsx +0 -0
  155. data/test/data/encrypted_Sample_Test_Book.xls +0 -0
  156. data/test/data/myWorkbook.xlsx +0 -0
  157. data/test/data/testfile.txt +1 -0
  158. metadata +289 -0
@@ -0,0 +1,69 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class CellsColor < BaseObject
4
+ attr_accessor :color, :color_index, :is_shape_color, :theme_color, :type
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'color' => :'Color',
11
+
12
+ #
13
+ :'color_index' => :'ColorIndex',
14
+
15
+ #
16
+ :'is_shape_color' => :'IsShapeColor',
17
+
18
+ #
19
+ :'theme_color' => :'ThemeColor',
20
+
21
+ #
22
+ :'type' => :'Type'
23
+
24
+ }
25
+ end
26
+
27
+ # attribute type
28
+ def self.swagger_types
29
+ {
30
+ :'color' => :'Color',
31
+ :'color_index' => :'Integer',
32
+ :'is_shape_color' => :'BOOLEAN',
33
+ :'theme_color' => :'ThemeColor',
34
+ :'type' => :'String'
35
+
36
+ }
37
+ end
38
+
39
+ def initialize(attributes = {})
40
+ return if !attributes.is_a?(Hash) || attributes.empty?
41
+
42
+ # convert string to symbol for hash key
43
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
44
+
45
+
46
+ if attributes[:'Color']
47
+ self.color = attributes[:'Color']
48
+ end
49
+
50
+ if attributes[:'ColorIndex']
51
+ self.color_index = attributes[:'ColorIndex']
52
+ end
53
+
54
+ if attributes[:'IsShapeColor']
55
+ self.is_shape_color = attributes[:'IsShapeColor']
56
+ end
57
+
58
+ if attributes[:'ThemeColor']
59
+ self.theme_color = attributes[:'ThemeColor']
60
+ end
61
+
62
+ if attributes[:'Type']
63
+ self.type = attributes[:'Type']
64
+ end
65
+
66
+ end
67
+
68
+ end
69
+ end
@@ -0,0 +1,47 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class CellsDocumentProperties < BaseObject
4
+ attr_accessor :document_property_list, :link
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'document_property_list' => :'DocumentPropertyList',
11
+
12
+ #
13
+ :'link' => :'link'
14
+
15
+ }
16
+ end
17
+
18
+ # attribute type
19
+ def self.swagger_types
20
+ {
21
+ :'document_property_list' => :'Array<CellsDocumentProperty>',
22
+ :'link' => :'Link'
23
+
24
+ }
25
+ end
26
+
27
+ def initialize(attributes = {})
28
+ return if !attributes.is_a?(Hash) || attributes.empty?
29
+
30
+ # convert string to symbol for hash key
31
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
32
+
33
+
34
+ if attributes[:'DocumentPropertyList']
35
+ if (value = attributes[:'DocumentPropertyList']).is_a?(Array)
36
+ self.document_property_list = value
37
+ end
38
+ end
39
+
40
+ if attributes[:'link']
41
+ self.link = attributes[:'link']
42
+ end
43
+
44
+ end
45
+
46
+ end
47
+ end
@@ -0,0 +1,61 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class CellsDocumentPropertiesResponse < BaseObject
4
+ attr_accessor :document_properties, :code, :status
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'document_properties' => :'DocumentProperties',
11
+
12
+ #
13
+ :'code' => :'Code',
14
+
15
+ #
16
+ :'status' => :'Status'
17
+
18
+ }
19
+ end
20
+
21
+ # attribute type
22
+ def self.swagger_types
23
+ {
24
+ :'document_properties' => :'CellsDocumentProperties',
25
+ :'code' => :'String',
26
+ :'status' => :'String'
27
+
28
+ }
29
+ end
30
+
31
+ def initialize(attributes = {})
32
+ return if !attributes.is_a?(Hash) || attributes.empty?
33
+
34
+ # convert string to symbol for hash key
35
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
36
+
37
+
38
+ if attributes[:'DocumentProperties']
39
+ self.document_properties = attributes[:'DocumentProperties']
40
+ end
41
+
42
+ if attributes[:'Code']
43
+ self.code = attributes[:'Code']
44
+ end
45
+
46
+ if attributes[:'Status']
47
+ self.status = attributes[:'Status']
48
+ end
49
+
50
+ end
51
+
52
+ def status=(status)
53
+ allowed_values = ["Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Moved", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Unused", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Unauthorized", "PaymentRequired", "Forbidden", "NotFound", "MethodNotAllowed", "NotAcceptable", "ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "PreconditionFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"]
54
+ if status && !allowed_values.include?(status)
55
+ fail "invalid value for 'status', must be one of #{allowed_values}"
56
+ end
57
+ @status = status
58
+ end
59
+
60
+ end
61
+ end
@@ -0,0 +1,61 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class CellsDocumentProperty < BaseObject
4
+ attr_accessor :name, :value, :built_in, :link
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'name' => :'Name',
11
+
12
+ #
13
+ :'value' => :'Value',
14
+
15
+ #
16
+ :'built_in' => :'BuiltIn',
17
+
18
+ #
19
+ :'link' => :'link'
20
+
21
+ }
22
+ end
23
+
24
+ # attribute type
25
+ def self.swagger_types
26
+ {
27
+ :'name' => :'String',
28
+ :'value' => :'String',
29
+ :'built_in' => :'String',
30
+ :'link' => :'Link'
31
+
32
+ }
33
+ end
34
+
35
+ def initialize(attributes = {})
36
+ return if !attributes.is_a?(Hash) || attributes.empty?
37
+
38
+ # convert string to symbol for hash key
39
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
40
+
41
+
42
+ if attributes[:'Name']
43
+ self.name = attributes[:'Name']
44
+ end
45
+
46
+ if attributes[:'Value']
47
+ self.value = attributes[:'Value']
48
+ end
49
+
50
+ if attributes[:'BuiltIn']
51
+ self.built_in = attributes[:'BuiltIn']
52
+ end
53
+
54
+ if attributes[:'link']
55
+ self.link = attributes[:'link']
56
+ end
57
+
58
+ end
59
+
60
+ end
61
+ end
@@ -0,0 +1,61 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class CellsDocumentPropertyResponse < BaseObject
4
+ attr_accessor :document_property, :code, :status
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'document_property' => :'DocumentProperty',
11
+
12
+ #
13
+ :'code' => :'Code',
14
+
15
+ #
16
+ :'status' => :'Status'
17
+
18
+ }
19
+ end
20
+
21
+ # attribute type
22
+ def self.swagger_types
23
+ {
24
+ :'document_property' => :'CellsDocumentProperty',
25
+ :'code' => :'String',
26
+ :'status' => :'String'
27
+
28
+ }
29
+ end
30
+
31
+ def initialize(attributes = {})
32
+ return if !attributes.is_a?(Hash) || attributes.empty?
33
+
34
+ # convert string to symbol for hash key
35
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
36
+
37
+
38
+ if attributes[:'DocumentProperty']
39
+ self.document_property = attributes[:'DocumentProperty']
40
+ end
41
+
42
+ if attributes[:'Code']
43
+ self.code = attributes[:'Code']
44
+ end
45
+
46
+ if attributes[:'Status']
47
+ self.status = attributes[:'Status']
48
+ end
49
+
50
+ end
51
+
52
+ def status=(status)
53
+ allowed_values = ["Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Moved", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Unused", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Unauthorized", "PaymentRequired", "Forbidden", "NotFound", "MethodNotAllowed", "NotAcceptable", "ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "PreconditionFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"]
54
+ if status && !allowed_values.include?(status)
55
+ fail "invalid value for 'status', must be one of #{allowed_values}"
56
+ end
57
+ @status = status
58
+ end
59
+
60
+ end
61
+ end
@@ -0,0 +1,61 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class CellsResponse < BaseObject
4
+ attr_accessor :cells, :code, :status
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'cells' => :'Cells',
11
+
12
+ #
13
+ :'code' => :'Code',
14
+
15
+ #
16
+ :'status' => :'Status'
17
+
18
+ }
19
+ end
20
+
21
+ # attribute type
22
+ def self.swagger_types
23
+ {
24
+ :'cells' => :'Cells',
25
+ :'code' => :'String',
26
+ :'status' => :'String'
27
+
28
+ }
29
+ end
30
+
31
+ def initialize(attributes = {})
32
+ return if !attributes.is_a?(Hash) || attributes.empty?
33
+
34
+ # convert string to symbol for hash key
35
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
36
+
37
+
38
+ if attributes[:'Cells']
39
+ self.cells = attributes[:'Cells']
40
+ end
41
+
42
+ if attributes[:'Code']
43
+ self.code = attributes[:'Code']
44
+ end
45
+
46
+ if attributes[:'Status']
47
+ self.status = attributes[:'Status']
48
+ end
49
+
50
+ end
51
+
52
+ def status=(status)
53
+ allowed_values = ["Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Moved", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Unused", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Unauthorized", "PaymentRequired", "Forbidden", "NotFound", "MethodNotAllowed", "NotAcceptable", "ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "PreconditionFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"]
54
+ if status && !allowed_values.include?(status)
55
+ fail "invalid value for 'status', must be one of #{allowed_values}"
56
+ end
57
+ @status = status
58
+ end
59
+
60
+ end
61
+ end
@@ -0,0 +1,61 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class ChartAreaResponse < BaseObject
4
+ attr_accessor :chart_area, :code, :status
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'chart_area' => :'ChartArea',
11
+
12
+ #
13
+ :'code' => :'Code',
14
+
15
+ #
16
+ :'status' => :'Status'
17
+
18
+ }
19
+ end
20
+
21
+ # attribute type
22
+ def self.swagger_types
23
+ {
24
+ :'chart_area' => :'ChartsChartArea',
25
+ :'code' => :'String',
26
+ :'status' => :'String'
27
+
28
+ }
29
+ end
30
+
31
+ def initialize(attributes = {})
32
+ return if !attributes.is_a?(Hash) || attributes.empty?
33
+
34
+ # convert string to symbol for hash key
35
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
36
+
37
+
38
+ if attributes[:'ChartArea']
39
+ self.chart_area = attributes[:'ChartArea']
40
+ end
41
+
42
+ if attributes[:'Code']
43
+ self.code = attributes[:'Code']
44
+ end
45
+
46
+ if attributes[:'Status']
47
+ self.status = attributes[:'Status']
48
+ end
49
+
50
+ end
51
+
52
+ def status=(status)
53
+ allowed_values = ["Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Moved", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Unused", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Unauthorized", "PaymentRequired", "Forbidden", "NotFound", "MethodNotAllowed", "NotAcceptable", "ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "PreconditionFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"]
54
+ if status && !allowed_values.include?(status)
55
+ fail "invalid value for 'status', must be one of #{allowed_values}"
56
+ end
57
+ @status = status
58
+ end
59
+
60
+ end
61
+ end
@@ -0,0 +1,143 @@
1
+ module AsposeCellsCloud
2
+ #
3
+ class ChartsChartArea < BaseObject
4
+ attr_accessor :area, :auto_scale_font, :background_mode, :border, :font, :is_automatic_size, :is_inner_mode, :shadow, :shape_properties, :width, :height, :x, :y, :link
5
+ # attribute mapping from ruby-style variable name to JSON key
6
+ def self.attribute_map
7
+ {
8
+
9
+ #
10
+ :'area' => :'Area',
11
+
12
+ #
13
+ :'auto_scale_font' => :'AutoScaleFont',
14
+
15
+ #
16
+ :'background_mode' => :'BackgroundMode',
17
+
18
+ #
19
+ :'border' => :'Border',
20
+
21
+ #
22
+ :'font' => :'Font',
23
+
24
+ #
25
+ :'is_automatic_size' => :'IsAutomaticSize',
26
+
27
+ #
28
+ :'is_inner_mode' => :'IsInnerMode',
29
+
30
+ #
31
+ :'shadow' => :'Shadow',
32
+
33
+ #
34
+ :'shape_properties' => :'ShapeProperties',
35
+
36
+ #
37
+ :'width' => :'Width',
38
+
39
+ #
40
+ :'height' => :'Height',
41
+
42
+ #
43
+ :'x' => :'X',
44
+
45
+ #
46
+ :'y' => :'Y',
47
+
48
+ #
49
+ :'link' => :'link'
50
+
51
+ }
52
+ end
53
+
54
+ # attribute type
55
+ def self.swagger_types
56
+ {
57
+ :'area' => :'DrawingArea',
58
+ :'auto_scale_font' => :'BOOLEAN',
59
+ :'background_mode' => :'String',
60
+ :'border' => :'DrawingLine',
61
+ :'font' => :'Font',
62
+ :'is_automatic_size' => :'BOOLEAN',
63
+ :'is_inner_mode' => :'BOOLEAN',
64
+ :'shadow' => :'BOOLEAN',
65
+ :'shape_properties' => :'Array<LinkElement>',
66
+ :'width' => :'Integer',
67
+ :'height' => :'Integer',
68
+ :'x' => :'Integer',
69
+ :'y' => :'Integer',
70
+ :'link' => :'Link'
71
+
72
+ }
73
+ end
74
+
75
+ def initialize(attributes = {})
76
+ return if !attributes.is_a?(Hash) || attributes.empty?
77
+
78
+ # convert string to symbol for hash key
79
+ attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo}
80
+
81
+
82
+ if attributes[:'Area']
83
+ self.area = attributes[:'Area']
84
+ end
85
+
86
+ if attributes[:'AutoScaleFont']
87
+ self.auto_scale_font = attributes[:'AutoScaleFont']
88
+ end
89
+
90
+ if attributes[:'BackgroundMode']
91
+ self.background_mode = attributes[:'BackgroundMode']
92
+ end
93
+
94
+ if attributes[:'Border']
95
+ self.border = attributes[:'Border']
96
+ end
97
+
98
+ if attributes[:'Font']
99
+ self.font = attributes[:'Font']
100
+ end
101
+
102
+ if attributes[:'IsAutomaticSize']
103
+ self.is_automatic_size = attributes[:'IsAutomaticSize']
104
+ end
105
+
106
+ if attributes[:'IsInnerMode']
107
+ self.is_inner_mode = attributes[:'IsInnerMode']
108
+ end
109
+
110
+ if attributes[:'Shadow']
111
+ self.shadow = attributes[:'Shadow']
112
+ end
113
+
114
+ if attributes[:'ShapeProperties']
115
+ if (value = attributes[:'ShapeProperties']).is_a?(Array)
116
+ self.shape_properties = value
117
+ end
118
+ end
119
+
120
+ if attributes[:'Width']
121
+ self.width = attributes[:'Width']
122
+ end
123
+
124
+ if attributes[:'Height']
125
+ self.height = attributes[:'Height']
126
+ end
127
+
128
+ if attributes[:'X']
129
+ self.x = attributes[:'X']
130
+ end
131
+
132
+ if attributes[:'Y']
133
+ self.y = attributes[:'Y']
134
+ end
135
+
136
+ if attributes[:'link']
137
+ self.link = attributes[:'link']
138
+ end
139
+
140
+ end
141
+
142
+ end
143
+ end