aspose_cells_cloud 24.4 → 24.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -4
  3. data/lib/aspose_cells_cloud/api/cells_api.rb +16 -1
  4. data/lib/aspose_cells_cloud/models/abstract_calculation_monitor.rb +3 -3
  5. data/lib/aspose_cells_cloud/models/{analyze_suggestion.rb → add_text_options.rb} +83 -71
  6. data/lib/aspose_cells_cloud/models/analyzed_result.rb +4 -4
  7. data/lib/aspose_cells_cloud/models/analyzed_table_description.rb +16 -16
  8. data/lib/aspose_cells_cloud/models/{split_result_document.rb → applied_operate.rb} +12 -24
  9. data/lib/aspose_cells_cloud/models/{transformation.rb → applied_step.rb} +23 -23
  10. data/lib/aspose_cells_cloud/models/axis.rb +1 -1
  11. data/lib/aspose_cells_cloud/models/{analyze_excel_response.rb → base_operate_options.rb} +12 -12
  12. data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +14 -14
  13. data/lib/aspose_cells_cloud/models/chart.rb +12 -12
  14. data/lib/aspose_cells_cloud/models/chart_area.rb +1 -13
  15. data/lib/aspose_cells_cloud/models/chart_frame.rb +1 -13
  16. data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +11 -11
  17. data/lib/aspose_cells_cloud/models/chart_point.rb +15 -3
  18. data/lib/aspose_cells_cloud/models/chart_points.rb +1 -1
  19. data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +5 -5
  20. data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +10 -10
  21. data/lib/aspose_cells_cloud/models/data_cleansing.rb +2 -2
  22. data/lib/aspose_cells_cloud/models/data_column_fill_value.rb +2 -2
  23. data/lib/aspose_cells_cloud/models/data_fill.rb +3 -3
  24. data/lib/aspose_cells_cloud/models/data_fill_value.rb +5 -5
  25. data/lib/aspose_cells_cloud/models/data_item.rb +2 -2
  26. data/lib/aspose_cells_cloud/models/data_labels.rb +1 -13
  27. data/lib/aspose_cells_cloud/models/{query_data_source.rb → data_query.rb} +44 -20
  28. data/lib/aspose_cells_cloud/models/data_source.rb +2 -2
  29. data/lib/aspose_cells_cloud/models/data_transformation_request.rb +26 -14
  30. data/lib/aspose_cells_cloud/models/deduplication_region.rb +2 -2
  31. data/lib/aspose_cells_cloud/models/discover_chart.rb +6 -6
  32. data/lib/aspose_cells_cloud/models/discover_pivot_table.rb +4 -4
  33. data/lib/aspose_cells_cloud/models/display_unit_label.rb +1 -25
  34. data/lib/aspose_cells_cloud/models/excel_data_statistics.rb +5 -17
  35. data/lib/aspose_cells_cloud/models/file_info.rb +3 -3
  36. data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +5 -5
  37. data/lib/aspose_cells_cloud/models/legend.rb +1 -13
  38. data/lib/aspose_cells_cloud/models/legend_entry.rb +2 -2
  39. data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +1 -1
  40. data/lib/aspose_cells_cloud/models/load_data.rb +11 -35
  41. data/lib/aspose_cells_cloud/models/load_to.rb +3 -3
  42. data/lib/aspose_cells_cloud/models/marker.rb +4 -4
  43. data/lib/aspose_cells_cloud/models/{query_table.rb → merge_queries.rb} +65 -53
  44. data/lib/aspose_cells_cloud/models/operate_object.rb +2 -2
  45. data/lib/aspose_cells_cloud/models/operate_object_position.rb +7 -7
  46. data/lib/aspose_cells_cloud/models/operate_parameter.rb +1 -1
  47. data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +6 -6
  48. data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +1 -1
  49. data/lib/aspose_cells_cloud/models/pivot_column.rb +18 -6
  50. data/lib/aspose_cells_cloud/models/pivot_table.rb +1 -1
  51. data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +8 -8
  52. data/lib/aspose_cells_cloud/models/plot_area.rb +1 -13
  53. data/lib/aspose_cells_cloud/models/result_destination.rb +3 -3
  54. data/lib/aspose_cells_cloud/models/save_result.rb +1 -1
  55. data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +2 -2
  56. data/lib/aspose_cells_cloud/models/series.rb +8 -32
  57. data/lib/aspose_cells_cloud/models/series_items.rb +1 -1
  58. data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +1 -1
  59. data/lib/aspose_cells_cloud/models/single_value.rb +2 -2
  60. data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +6 -6
  61. data/lib/aspose_cells_cloud/models/sort_key.rb +2 -2
  62. data/lib/aspose_cells_cloud/models/split_result.rb +1 -1
  63. data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +5 -5
  64. data/lib/aspose_cells_cloud/models/task_data.rb +1 -1
  65. data/lib/aspose_cells_cloud/models/task_description.rb +2 -2
  66. data/lib/aspose_cells_cloud/models/task_run_result.rb +2 -2
  67. data/lib/aspose_cells_cloud/models/text_item.rb +1 -1
  68. data/lib/aspose_cells_cloud/models/text_items.rb +1 -1
  69. data/lib/aspose_cells_cloud/models/text_options.rb +6 -6
  70. data/lib/aspose_cells_cloud/models/title.rb +1 -13
  71. data/lib/aspose_cells_cloud/models/trendline.rb +2 -2
  72. data/lib/aspose_cells_cloud/models/trendlines.rb +1 -1
  73. data/lib/aspose_cells_cloud/models/unpivot_column.rb +19 -7
  74. data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +1 -1
  75. data/lib/aspose_cells_cloud/models/worksheet_data_statistics.rb +10 -10
  76. data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +3 -3
  77. data/lib/aspose_cells_cloud/requests/post_access_token_request.rb +92 -0
  78. data/lib/aspose_cells_cloud/requests/post_add_text_content_request.rb +103 -0
  79. data/lib/aspose_cells_cloud/version.rb +1 -1
  80. data/lib/aspose_cells_cloud.rb +9 -7
  81. data/spec/api/data_processing_controller_spec.rb +34 -0
  82. metadata +10 -8
@@ -56,8 +56,6 @@ module AsposeCellsCloud
56
56
  #
57
57
  attr_accessor :shadow
58
58
  #
59
- attr_accessor :shape_properties
60
- #
61
59
  attr_accessor :width
62
60
  #
63
61
  attr_accessor :height
@@ -81,7 +79,6 @@ module AsposeCellsCloud
81
79
  :'is_automatic_size' => :'IsAutomaticSize',
82
80
  :'is_inner_mode' => :'IsInnerMode',
83
81
  :'shadow' => :'Shadow',
84
- :'shape_properties' => :'ShapeProperties',
85
82
  :'width' => :'Width',
86
83
  :'height' => :'Height',
87
84
  :'x' => :'X',
@@ -104,7 +101,6 @@ module AsposeCellsCloud
104
101
  :'is_automatic_size' => :'BOOLEAN',
105
102
  :'is_inner_mode' => :'BOOLEAN',
106
103
  :'shadow' => :'BOOLEAN',
107
- :'shape_properties' => :'Array<LinkElement>',
108
104
  :'width' => :'Integer',
109
105
  :'height' => :'Integer',
110
106
  :'x' => :'Integer',
@@ -156,9 +152,6 @@ module AsposeCellsCloud
156
152
  if attributes.has_key?(:'Shadow')
157
153
  self.shadow = attributes[:'Shadow']
158
154
  end
159
- if attributes.has_key?(:'ShapeProperties')
160
- self.shape_properties = attributes[:'ShapeProperties']
161
- end
162
155
  if attributes.has_key?(:'Width')
163
156
  self.width = attributes[:'Width']
164
157
  end
@@ -214,9 +207,6 @@ module AsposeCellsCloud
214
207
  if @shadow.nil?
215
208
  invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
216
209
  end
217
- if @shape_properties.nil?
218
- invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
219
- end
220
210
  if @width.nil?
221
211
  invalid_properties.push("invalid value for 'width', width cannot be nil.")
222
212
  end
@@ -248,7 +238,6 @@ module AsposeCellsCloud
248
238
  return false if @is_automatic_size.nil?
249
239
  return false if @is_inner_mode.nil?
250
240
  return false if @shadow.nil?
251
- return false if @shape_properties.nil?
252
241
  return false if @width.nil?
253
242
  return false if @height.nil?
254
243
  return false if @x.nil?
@@ -273,7 +262,6 @@ module AsposeCellsCloud
273
262
  is_automatic_size == o.is_automatic_size &&
274
263
  is_inner_mode == o.is_inner_mode &&
275
264
  shadow == o.shadow &&
276
- shape_properties == o.shape_properties &&
277
265
  width == o.width &&
278
266
  height == o.height &&
279
267
  x == o.x &&
@@ -290,7 +278,7 @@ module AsposeCellsCloud
290
278
  # Calculates hash code according to all attributes.
291
279
  # @return [Fixnum] Hash code
292
280
  def hash
293
- [ inner_height , inner_width , inner_x , inner_y , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , shape_properties , width , height , x , y ].hash
281
+ [ inner_height , inner_width , inner_x , inner_y , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , width , height , x , y ].hash
294
282
  end
295
283
 
296
284
  # Builds the object from hash
@@ -31,11 +31,11 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class ResultDestination
34
- #
34
+ #Represents destination data type.
35
35
  attr_accessor :destination_type
36
- #
36
+ #Represents input file.
37
37
  attr_accessor :input_file
38
- #
38
+ #Represents output file.
39
39
  attr_accessor :output_file
40
40
 
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,7 +31,7 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class SaveResult
34
- #
34
+ #Represents cells cloud file infomation.
35
35
  attr_accessor :documents
36
36
 
37
37
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,9 +31,9 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class SaveResultTaskParameter
34
- #
34
+ #Represents result data source.
35
35
  attr_accessor :result_source
36
- #
36
+ #Represents result destination data.
37
37
  attr_accessor :result_destination
38
38
 
39
39
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -83,8 +83,6 @@ module AsposeCellsCloud
83
83
  attr_accessor :leader_lines
84
84
  #Gets the legend entry according to this series.
85
85
  attr_accessor :legend_entry
86
- #
87
- attr_accessor :line
88
86
  #Gets the marker.
89
87
  attr_accessor :marker
90
88
  #Gets or sets the name of the data series.
@@ -101,8 +99,6 @@ module AsposeCellsCloud
101
99
  attr_accessor :series_lines
102
100
  #True if the series has a shadow.
103
101
  attr_accessor :shadow
104
- #Gets the object that holds the visual shape properties of the Series.
105
- attr_accessor :shape_properties
106
102
  #True if negative bubbles are shown for the chart group. Valid only for bubble charts.
107
103
  attr_accessor :show_negative_bubbles
108
104
  #Gets or sets what the bubble size represents on a bubble chart.
@@ -159,7 +155,6 @@ module AsposeCellsCloud
159
155
  :'is_color_varied' => :'IsColorVaried',
160
156
  :'leader_lines' => :'LeaderLines',
161
157
  :'legend_entry' => :'LegendEntry',
162
- :'line' => :'Line',
163
158
  :'marker' => :'Marker',
164
159
  :'name' => :'Name',
165
160
  :'overlap' => :'Overlap',
@@ -168,7 +163,6 @@ module AsposeCellsCloud
168
163
  :'second_plot_size' => :'SecondPlotSize',
169
164
  :'series_lines' => :'SeriesLines',
170
165
  :'shadow' => :'Shadow',
171
- :'shape_properties' => :'ShapeProperties',
172
166
  :'show_negative_bubbles' => :'ShowNegativeBubbles',
173
167
  :'size_represents' => :'SizeRepresents',
174
168
  :'smooth' => :'Smooth',
@@ -194,10 +188,10 @@ module AsposeCellsCloud
194
188
  :'bubble_scale' => :'Integer',
195
189
  :'bubble_sizes' => :'String',
196
190
  :'count_of_data_values' => :'Integer',
197
- :'data_labels' => :'LinkElement',
191
+ :'data_labels' => :'DataLabels',
198
192
  :'display_name' => :'String',
199
193
  :'doughnut_hole_size' => :'Integer',
200
- :'down_bars' => :'LinkElement',
194
+ :'down_bars' => :'DropBars',
201
195
  :'drop_lines' => :'Line',
202
196
  :'explosion' => :'Integer',
203
197
  :'first_slice_angle' => :'Integer',
@@ -213,8 +207,7 @@ module AsposeCellsCloud
213
207
  :'is_auto_split' => :'BOOLEAN',
214
208
  :'is_color_varied' => :'BOOLEAN',
215
209
  :'leader_lines' => :'Line',
216
- :'legend_entry' => :'LinkElement',
217
- :'line' => :'Line',
210
+ :'legend_entry' => :'LegendEntry',
218
211
  :'marker' => :'Marker',
219
212
  :'name' => :'String',
220
213
  :'overlap' => :'Integer',
@@ -223,19 +216,18 @@ module AsposeCellsCloud
223
216
  :'second_plot_size' => :'Integer',
224
217
  :'series_lines' => :'Line',
225
218
  :'shadow' => :'BOOLEAN',
226
- :'shape_properties' => :'LinkElement',
227
219
  :'show_negative_bubbles' => :'BOOLEAN',
228
220
  :'size_represents' => :'String',
229
221
  :'smooth' => :'BOOLEAN',
230
222
  :'split_type' => :'String',
231
223
  :'split_value' => :'Float',
232
- :'trend_lines' => :'LinkElement',
224
+ :'trend_lines' => :'Trendlines',
233
225
  :'type' => :'String',
234
- :'up_bars' => :'LinkElement',
226
+ :'up_bars' => :'DropBars',
235
227
  :'values' => :'String',
236
- :'x_error_bar' => :'LinkElement',
228
+ :'x_error_bar' => :'ErrorBar',
237
229
  :'x_values' => :'String',
238
- :'y_error_bar' => :'LinkElement',
230
+ :'y_error_bar' => :'ErrorBar',
239
231
  :'link' => :'Link'
240
232
  }
241
233
  end
@@ -326,9 +318,6 @@ module AsposeCellsCloud
326
318
  if attributes.has_key?(:'LegendEntry')
327
319
  self.legend_entry = attributes[:'LegendEntry']
328
320
  end
329
- if attributes.has_key?(:'Line')
330
- self.line = attributes[:'Line']
331
- end
332
321
  if attributes.has_key?(:'Marker')
333
322
  self.marker = attributes[:'Marker']
334
323
  end
@@ -353,9 +342,6 @@ module AsposeCellsCloud
353
342
  if attributes.has_key?(:'Shadow')
354
343
  self.shadow = attributes[:'Shadow']
355
344
  end
356
- if attributes.has_key?(:'ShapeProperties')
357
- self.shape_properties = attributes[:'ShapeProperties']
358
- end
359
345
  if attributes.has_key?(:'ShowNegativeBubbles')
360
346
  self.show_negative_bubbles = attributes[:'ShowNegativeBubbles']
361
347
  end
@@ -480,9 +466,6 @@ module AsposeCellsCloud
480
466
  if @legend_entry.nil?
481
467
  invalid_properties.push("invalid value for 'legend_entry', legend_entry cannot be nil.")
482
468
  end
483
- if @line.nil?
484
- invalid_properties.push("invalid value for 'line', line cannot be nil.")
485
- end
486
469
  if @marker.nil?
487
470
  invalid_properties.push("invalid value for 'marker', marker cannot be nil.")
488
471
  end
@@ -507,9 +490,6 @@ module AsposeCellsCloud
507
490
  if @shadow.nil?
508
491
  invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
509
492
  end
510
- if @shape_properties.nil?
511
- invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
512
- end
513
493
  if @show_negative_bubbles.nil?
514
494
  invalid_properties.push("invalid value for 'show_negative_bubbles', show_negative_bubbles cannot be nil.")
515
495
  end
@@ -582,7 +562,6 @@ module AsposeCellsCloud
582
562
  return false if @is_color_varied.nil?
583
563
  return false if @leader_lines.nil?
584
564
  return false if @legend_entry.nil?
585
- return false if @line.nil?
586
565
  return false if @marker.nil?
587
566
  return false if @name.nil?
588
567
  return false if @overlap.nil?
@@ -591,7 +570,6 @@ module AsposeCellsCloud
591
570
  return false if @second_plot_size.nil?
592
571
  return false if @series_lines.nil?
593
572
  return false if @shadow.nil?
594
- return false if @shape_properties.nil?
595
573
  return false if @show_negative_bubbles.nil?
596
574
  return false if @size_represents.nil?
597
575
  return false if @smooth.nil?
@@ -639,7 +617,6 @@ module AsposeCellsCloud
639
617
  is_color_varied == o.is_color_varied &&
640
618
  leader_lines == o.leader_lines &&
641
619
  legend_entry == o.legend_entry &&
642
- line == o.line &&
643
620
  marker == o.marker &&
644
621
  name == o.name &&
645
622
  overlap == o.overlap &&
@@ -648,7 +625,6 @@ module AsposeCellsCloud
648
625
  second_plot_size == o.second_plot_size &&
649
626
  series_lines == o.series_lines &&
650
627
  shadow == o.shadow &&
651
- shape_properties == o.shape_properties &&
652
628
  show_negative_bubbles == o.show_negative_bubbles &&
653
629
  size_represents == o.size_represents &&
654
630
  smooth == o.smooth &&
@@ -674,7 +650,7 @@ module AsposeCellsCloud
674
650
  # Calculates hash code according to all attributes.
675
651
  # @return [Fixnum] Hash code
676
652
  def hash
677
- [ area , bar3_d_shape_type , border , bubble_scale , bubble_sizes , count_of_data_values , data_labels , display_name , doughnut_hole_size , down_bars , drop_lines , explosion , first_slice_angle , gap_width , has3_d_effect , has_drop_lines , has_hi_lo_lines , has_leader_lines , has_radar_axis_labels , has_series_lines , has_up_down_bars , hi_lo_lines , is_auto_split , is_color_varied , leader_lines , legend_entry , line , marker , name , overlap , plot_on_second_axis , points , second_plot_size , series_lines , shadow , shape_properties , show_negative_bubbles , size_represents , smooth , split_type , split_value , trend_lines , type , up_bars , values , x_error_bar , x_values , y_error_bar , link ].hash
653
+ [ area , bar3_d_shape_type , border , bubble_scale , bubble_sizes , count_of_data_values , data_labels , display_name , doughnut_hole_size , down_bars , drop_lines , explosion , first_slice_angle , gap_width , has3_d_effect , has_drop_lines , has_hi_lo_lines , has_leader_lines , has_radar_axis_labels , has_series_lines , has_up_down_bars , hi_lo_lines , is_auto_split , is_color_varied , leader_lines , legend_entry , marker , name , overlap , plot_on_second_axis , points , second_plot_size , series_lines , shadow , show_negative_bubbles , size_represents , smooth , split_type , split_value , trend_lines , type , up_bars , values , x_error_bar , x_values , y_error_bar , link ].hash
678
654
  end
679
655
 
680
656
  # Builds the object from hash
@@ -59,7 +59,7 @@ module AsposeCellsCloud
59
59
  :'category_data' => :'String',
60
60
  :'is_color_varied' => :'BOOLEAN',
61
61
  :'second_catergory_data' => :'String',
62
- :'series_list' => :'Array<LinkElement>',
62
+ :'series_list' => :'Array<Series>',
63
63
  :'link' => :'Link'
64
64
  }
65
65
  end
@@ -31,7 +31,7 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class ShapeOperateParameter
34
- #
34
+ #Represents shape object.
35
35
  attr_accessor :shape
36
36
  #
37
37
  attr_accessor :operate_type
@@ -31,9 +31,9 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class SingleValue
34
- #
34
+ #Represents value.
35
35
  attr_accessor :value
36
- #
36
+ #Represents value type.
37
37
  attr_accessor :value_type
38
38
 
39
39
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,17 +31,17 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class SmartMarkerTaskParameter
34
- #
34
+ #Represents data source of task object.
35
35
  attr_accessor :source_workbook
36
- #
36
+ #Represents data source of task object.
37
37
  attr_accessor :destination_workbook
38
- #
38
+ #Represents xml file.
39
39
  attr_accessor :xml_file
40
- #
40
+ #Represents destination data source.
41
41
  attr_accessor :data_source
42
- #
42
+ #Represents destination data source.
43
43
  attr_accessor :target_data_source
44
- #
44
+ #Represents xml file.
45
45
  attr_accessor :xml_file_data_source
46
46
 
47
47
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,9 +31,9 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class SortKey
34
- #
34
+ #Represents the key of sorting.
35
35
  attr_accessor :key
36
- #
36
+ #Represents the order of sorting.
37
37
  attr_accessor :sort_order
38
38
  #
39
39
  attr_accessor :custom_list
@@ -31,7 +31,7 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class SplitResult
34
- #
34
+ #Represents cells cloud file information.
35
35
  attr_accessor :documents
36
36
 
37
37
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,15 +31,15 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class SplitWorkbookTaskParameter
34
- #
34
+ #Represents data source of task object.
35
35
  attr_accessor :workbook
36
- #
36
+ #Represents data source of task object.
37
37
  attr_accessor :destination_file_position
38
- #
38
+ #Represents destination data source.
39
39
  attr_accessor :data_source
40
- #
40
+ #Represents destination data source.
41
41
  attr_accessor :target_data_source
42
- #
42
+ #Represents destination data file format.
43
43
  attr_accessor :destination_file_format
44
44
  #SheetName /NewGuid
45
45
  attr_accessor :split_name_rule
@@ -31,7 +31,7 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class TaskData
34
- #
34
+ #Represents task description list.
35
35
  attr_accessor :tasks
36
36
 
37
37
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,9 +31,9 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class TaskDescription
34
- #
34
+ #Represents task type.
35
35
  attr_accessor :task_type
36
- #
36
+ #Represents task parameter.
37
37
  attr_accessor :task_parameter
38
38
 
39
39
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,9 +31,9 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class TaskRunResult
34
- #
34
+ #Represents task run result description.
35
35
  attr_accessor :description
36
- #
36
+ #Represents out data file list.
37
37
  attr_accessor :out_file_list
38
38
 
39
39
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -31,7 +31,7 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class TextItem
34
- #
34
+ #Represents text content.
35
35
  attr_accessor :text
36
36
  #
37
37
  attr_accessor :link
@@ -31,7 +31,7 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class TextItems
34
- #
34
+ #Represents text item collection
35
35
  attr_accessor :text_item_list
36
36
  #
37
37
  attr_accessor :link
@@ -31,17 +31,17 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class TextOptions
34
- #
34
+ #Represents fill format.
35
35
  attr_accessor :fill
36
- #
36
+ #Represents kerning.
37
37
  attr_accessor :kerning
38
- #
38
+ #Represents outline format.
39
39
  attr_accessor :outline
40
- #
40
+ #Represents shadow effect.
41
41
  attr_accessor :shadow
42
- #
42
+ #Represents spacing.
43
43
  attr_accessor :spacing
44
- #
44
+ #Represents under line color.
45
45
  attr_accessor :underline_color
46
46
  #
47
47
  attr_accessor :color
@@ -62,8 +62,6 @@ module AsposeCellsCloud
62
62
  #
63
63
  attr_accessor :shadow
64
64
  #
65
- attr_accessor :shape_properties
66
- #
67
65
  attr_accessor :width
68
66
  #
69
67
  attr_accessor :height
@@ -90,7 +88,6 @@ module AsposeCellsCloud
90
88
  :'is_automatic_size' => :'IsAutomaticSize',
91
89
  :'is_inner_mode' => :'IsInnerMode',
92
90
  :'shadow' => :'Shadow',
93
- :'shape_properties' => :'ShapeProperties',
94
91
  :'width' => :'Width',
95
92
  :'height' => :'Height',
96
93
  :'x' => :'X',
@@ -116,7 +113,6 @@ module AsposeCellsCloud
116
113
  :'is_automatic_size' => :'BOOLEAN',
117
114
  :'is_inner_mode' => :'BOOLEAN',
118
115
  :'shadow' => :'BOOLEAN',
119
- :'shape_properties' => :'Array<LinkElement>',
120
116
  :'width' => :'Integer',
121
117
  :'height' => :'Integer',
122
118
  :'x' => :'Integer',
@@ -177,9 +173,6 @@ module AsposeCellsCloud
177
173
  if attributes.has_key?(:'Shadow')
178
174
  self.shadow = attributes[:'Shadow']
179
175
  end
180
- if attributes.has_key?(:'ShapeProperties')
181
- self.shape_properties = attributes[:'ShapeProperties']
182
- end
183
176
  if attributes.has_key?(:'Width')
184
177
  self.width = attributes[:'Width']
185
178
  end
@@ -244,9 +237,6 @@ module AsposeCellsCloud
244
237
  if @shadow.nil?
245
238
  invalid_properties.push("invalid value for 'shadow', shadow cannot be nil.")
246
239
  end
247
- if @shape_properties.nil?
248
- invalid_properties.push("invalid value for 'shape_properties', shape_properties cannot be nil.")
249
- end
250
240
  if @width.nil?
251
241
  invalid_properties.push("invalid value for 'width', width cannot be nil.")
252
242
  end
@@ -281,7 +271,6 @@ module AsposeCellsCloud
281
271
  return false if @is_automatic_size.nil?
282
272
  return false if @is_inner_mode.nil?
283
273
  return false if @shadow.nil?
284
- return false if @shape_properties.nil?
285
274
  return false if @width.nil?
286
275
  return false if @height.nil?
287
276
  return false if @x.nil?
@@ -309,7 +298,6 @@ module AsposeCellsCloud
309
298
  is_automatic_size == o.is_automatic_size &&
310
299
  is_inner_mode == o.is_inner_mode &&
311
300
  shadow == o.shadow &&
312
- shape_properties == o.shape_properties &&
313
301
  width == o.width &&
314
302
  height == o.height &&
315
303
  x == o.x &&
@@ -326,7 +314,7 @@ module AsposeCellsCloud
326
314
  # Calculates hash code according to all attributes.
327
315
  # @return [Fixnum] Hash code
328
316
  def hash
329
- [ is_visible , linked_source , rotation_angle , text , text_direction , text_horizontal_alignment , text_vertical_alignment , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , shape_properties , width , height , x , y ].hash
317
+ [ is_visible , linked_source , rotation_angle , text , text_direction , text_horizontal_alignment , text_vertical_alignment , area , auto_scale_font , background_mode , border , font , is_automatic_size , is_inner_mode , shadow , width , height , x , y ].hash
330
318
  end
331
319
 
332
320
  # Builds the object from hash
@@ -139,13 +139,13 @@ module AsposeCellsCloud
139
139
  {
140
140
  :'link' => :'Link',
141
141
  :'backward' => :'Float',
142
- :'data_labels' => :'LinkElement',
142
+ :'data_labels' => :'DataLabels',
143
143
  :'display_equation' => :'BOOLEAN',
144
144
  :'display_r_squared' => :'BOOLEAN',
145
145
  :'forward' => :'Float',
146
146
  :'intercept' => :'Float',
147
147
  :'is_name_auto' => :'BOOLEAN',
148
- :'legend_entry' => :'LinkElement',
148
+ :'legend_entry' => :'LegendEntry',
149
149
  :'name' => :'String',
150
150
  :'order' => :'Integer',
151
151
  :'period' => :'Integer',
@@ -47,7 +47,7 @@ module AsposeCellsCloud
47
47
  # Attribute type mapping.
48
48
  def self.swagger_types
49
49
  {
50
- :'trendline_list' => :'Array<LinkElement>',
50
+ :'trendline_list' => :'Array<Trendline>',
51
51
  :'link' => :'Link'
52
52
  }
53
53
  end
@@ -31,19 +31,22 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class UnpivotColumn
34
- #
34
+ #Indicates unpivot column names.
35
35
  attr_accessor :unpivot_column_names
36
- #
36
+ #Indicates the column is used to store the name of unpivot columns.
37
37
  attr_accessor :column_map_name
38
- #
38
+ #Indicates the column is used to store the value of unpivot columns.
39
39
  attr_accessor :value_map_name
40
+ #
41
+ attr_accessor :applied_operate_type
40
42
 
41
43
  # Attribute mapping from ruby-style variable name to JSON key.
42
44
  def self.attribute_map
43
45
  {
44
46
  :'unpivot_column_names' => :'UnpivotColumnNames',
45
47
  :'column_map_name' => :'ColumnMapName',
46
- :'value_map_name' => :'ValueMapName'
48
+ :'value_map_name' => :'ValueMapName',
49
+ :'applied_operate_type' => :'AppliedOperateType'
47
50
  }
48
51
  end
49
52
 
@@ -52,7 +55,8 @@ module AsposeCellsCloud
52
55
  {
53
56
  :'unpivot_column_names' => :'Array<String>',
54
57
  :'column_map_name' => :'String',
55
- :'value_map_name' => :'String'
58
+ :'value_map_name' => :'String',
59
+ :'applied_operate_type' => :'String'
56
60
  }
57
61
  end
58
62
 
@@ -73,6 +77,9 @@ module AsposeCellsCloud
73
77
  if attributes.has_key?(:'ValueMapName')
74
78
  self.value_map_name = attributes[:'ValueMapName']
75
79
  end
80
+ if attributes.has_key?(:'AppliedOperateType')
81
+ self.applied_operate_type = attributes[:'AppliedOperateType']
82
+ end
76
83
 
77
84
  end
78
85
 
@@ -89,6 +96,9 @@ module AsposeCellsCloud
89
96
  if @value_map_name.nil?
90
97
  invalid_properties.push("invalid value for 'value_map_name', value_map_name cannot be nil.")
91
98
  end
99
+ if @applied_operate_type.nil?
100
+ invalid_properties.push("invalid value for 'applied_operate_type', applied_operate_type cannot be nil.")
101
+ end
92
102
 
93
103
  return invalid_properties
94
104
  end
@@ -99,6 +109,7 @@ module AsposeCellsCloud
99
109
  return false if @unpivot_column_names.nil?
100
110
  return false if @column_map_name.nil?
101
111
  return false if @value_map_name.nil?
112
+ return false if @applied_operate_type.nil?
102
113
  return true
103
114
  end
104
115
 
@@ -109,7 +120,8 @@ module AsposeCellsCloud
109
120
  self.class == o.class &&
110
121
  unpivot_column_names == o.unpivot_column_names &&
111
122
  column_map_name == o.column_map_name &&
112
- value_map_name == o.value_map_name
123
+ value_map_name == o.value_map_name &&
124
+ applied_operate_type == o.applied_operate_type
113
125
  std_dev == o.std_dev
114
126
  end
115
127
 
@@ -122,7 +134,7 @@ module AsposeCellsCloud
122
134
  # Calculates hash code according to all attributes.
123
135
  # @return [Fixnum] Hash code
124
136
  def hash
125
- [ unpivot_column_names , column_map_name , value_map_name ].hash
137
+ [ unpivot_column_names , column_map_name , value_map_name , applied_operate_type ].hash
126
138
  end
127
139
 
128
140
  # Builds the object from hash
@@ -31,7 +31,7 @@ require 'date'
31
31
  module AsposeCellsCloud
32
32
 
33
33
  class WorkbookSettingsOperateParameter
34
- #
34
+ #Represents workbook setting.
35
35
  attr_accessor :workbook_settings
36
36
  #
37
37
  attr_accessor :operate_type