aspose_cells_cloud 24.4 → 24.5
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.
- checksums.yaml +4 -4
- data/README.md +9 -4
- data/lib/aspose_cells_cloud/models/analyzed_result.rb +4 -4
- data/lib/aspose_cells_cloud/models/analyzed_table_description.rb +16 -16
- data/lib/aspose_cells_cloud/models/axis.rb +1 -1
- data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +14 -14
- data/lib/aspose_cells_cloud/models/chart.rb +12 -12
- data/lib/aspose_cells_cloud/models/chart_area.rb +1 -13
- data/lib/aspose_cells_cloud/models/chart_frame.rb +1 -13
- data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +11 -11
- data/lib/aspose_cells_cloud/models/chart_point.rb +15 -3
- data/lib/aspose_cells_cloud/models/chart_points.rb +1 -1
- data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +5 -5
- data/lib/aspose_cells_cloud/models/convert_worksheet_task_parameter.rb +10 -10
- data/lib/aspose_cells_cloud/models/data_cleansing.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_column_fill_value.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_fill.rb +3 -3
- data/lib/aspose_cells_cloud/models/data_fill_value.rb +5 -5
- data/lib/aspose_cells_cloud/models/data_item.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_labels.rb +1 -13
- data/lib/aspose_cells_cloud/models/data_source.rb +2 -2
- data/lib/aspose_cells_cloud/models/deduplication_region.rb +2 -2
- data/lib/aspose_cells_cloud/models/discover_chart.rb +6 -6
- data/lib/aspose_cells_cloud/models/discover_pivot_table.rb +4 -4
- data/lib/aspose_cells_cloud/models/display_unit_label.rb +1 -25
- data/lib/aspose_cells_cloud/models/excel_data_statistics.rb +5 -17
- data/lib/aspose_cells_cloud/models/file_info.rb +3 -3
- data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +5 -5
- data/lib/aspose_cells_cloud/models/legend.rb +1 -13
- data/lib/aspose_cells_cloud/models/legend_entry.rb +2 -2
- data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/load_data.rb +16 -4
- data/lib/aspose_cells_cloud/models/marker.rb +4 -4
- data/lib/aspose_cells_cloud/models/{analyze_suggestion.rb → merge_queries.rb} +92 -80
- data/lib/aspose_cells_cloud/models/operate_object.rb +2 -2
- data/lib/aspose_cells_cloud/models/operate_object_position.rb +7 -7
- data/lib/aspose_cells_cloud/models/operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +6 -6
- data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/pivot_table.rb +1 -1
- data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +8 -8
- data/lib/aspose_cells_cloud/models/plot_area.rb +1 -13
- data/lib/aspose_cells_cloud/models/result_destination.rb +3 -3
- data/lib/aspose_cells_cloud/models/save_result.rb +1 -1
- data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +2 -2
- data/lib/aspose_cells_cloud/models/series.rb +8 -32
- data/lib/aspose_cells_cloud/models/series_items.rb +1 -1
- data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/single_value.rb +2 -2
- data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +6 -6
- data/lib/aspose_cells_cloud/models/sort_key.rb +2 -2
- data/lib/aspose_cells_cloud/models/split_result.rb +1 -1
- data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +5 -5
- data/lib/aspose_cells_cloud/models/task_data.rb +1 -1
- data/lib/aspose_cells_cloud/models/task_description.rb +2 -2
- data/lib/aspose_cells_cloud/models/task_run_result.rb +2 -2
- data/lib/aspose_cells_cloud/models/text_item.rb +1 -1
- data/lib/aspose_cells_cloud/models/text_items.rb +1 -1
- data/lib/aspose_cells_cloud/models/text_options.rb +6 -6
- data/lib/aspose_cells_cloud/models/title.rb +1 -13
- data/lib/aspose_cells_cloud/models/trendline.rb +2 -2
- data/lib/aspose_cells_cloud/models/trendlines.rb +1 -1
- data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/worksheet_data_statistics.rb +10 -10
- data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +3 -3
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/lib/aspose_cells_cloud.rb +2 -4
- metadata +3 -5
- data/lib/aspose_cells_cloud/models/analyze_excel_response.rb +0 -210
- data/lib/aspose_cells_cloud/models/split_result_document.rb +0 -222
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
--------------------------------------------------------------------------------------------------------------------
|
|
3
|
-
<copyright company="Aspose" file="
|
|
3
|
+
<copyright company="Aspose" file="MergeQueriesrb.cs">
|
|
4
4
|
Copyright (c) 2024 Aspose.Cells Cloud
|
|
5
5
|
</copyright>
|
|
6
6
|
<summary>
|
|
@@ -30,49 +30,53 @@ require 'date'
|
|
|
30
30
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class MergeQueries
|
|
34
|
+
#Indicates the source of the mount data.
|
|
35
|
+
attr_accessor :data_source_a
|
|
34
36
|
#
|
|
35
|
-
attr_accessor :
|
|
36
|
-
#
|
|
37
|
-
attr_accessor :
|
|
38
|
-
#
|
|
39
|
-
attr_accessor :
|
|
40
|
-
#
|
|
41
|
-
attr_accessor :
|
|
42
|
-
#Based on the results of the data analysis, suggestions for creating new data types are given.
|
|
43
|
-
attr_accessor :suggested_output_type
|
|
44
|
-
#Based on the results of the data analysis, a business description of the new data object is created.
|
|
45
|
-
attr_accessor :description
|
|
37
|
+
attr_accessor :file_info_a
|
|
38
|
+
#Represents data item.
|
|
39
|
+
attr_accessor :data_item_a
|
|
40
|
+
#Represents index field of DataA
|
|
41
|
+
attr_accessor :data_a_index_field
|
|
42
|
+
#Indicates the source of the mount data.
|
|
43
|
+
attr_accessor :data_source_b
|
|
46
44
|
#
|
|
47
|
-
attr_accessor :
|
|
45
|
+
attr_accessor :file_info_b
|
|
46
|
+
#Represents data item.
|
|
47
|
+
attr_accessor :data_item_b
|
|
48
|
+
#Represents index field of DataB
|
|
49
|
+
attr_accessor :data_b_index_field
|
|
48
50
|
#
|
|
49
|
-
attr_accessor :
|
|
51
|
+
attr_accessor :join_type
|
|
50
52
|
|
|
51
53
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
52
54
|
def self.attribute_map
|
|
53
55
|
{
|
|
54
|
-
:'
|
|
55
|
-
:'
|
|
56
|
-
:'
|
|
57
|
-
:'
|
|
58
|
-
:'
|
|
59
|
-
:'
|
|
60
|
-
:'
|
|
61
|
-
:'
|
|
56
|
+
:'data_source_a' => :'DataSourceA',
|
|
57
|
+
:'file_info_a' => :'FileInfoA',
|
|
58
|
+
:'data_item_a' => :'DataItemA',
|
|
59
|
+
:'data_a_index_field' => :'DataAIndexField',
|
|
60
|
+
:'data_source_b' => :'DataSourceB',
|
|
61
|
+
:'file_info_b' => :'FileInfoB',
|
|
62
|
+
:'data_item_b' => :'DataItemB',
|
|
63
|
+
:'data_b_index_field' => :'DataBIndexField',
|
|
64
|
+
:'join_type' => :'JoinType'
|
|
62
65
|
}
|
|
63
66
|
end
|
|
64
67
|
|
|
65
68
|
# Attribute type mapping.
|
|
66
69
|
def self.swagger_types
|
|
67
70
|
{
|
|
68
|
-
:'
|
|
69
|
-
:'
|
|
70
|
-
:'
|
|
71
|
-
:'
|
|
72
|
-
:'
|
|
73
|
-
:'
|
|
74
|
-
:'
|
|
75
|
-
:'
|
|
71
|
+
:'data_source_a' => :'DataSource',
|
|
72
|
+
:'file_info_a' => :'FileInfo',
|
|
73
|
+
:'data_item_a' => :'DataItem',
|
|
74
|
+
:'data_a_index_field' => :'String',
|
|
75
|
+
:'data_source_b' => :'DataSource',
|
|
76
|
+
:'file_info_b' => :'FileInfo',
|
|
77
|
+
:'data_item_b' => :'DataItem',
|
|
78
|
+
:'data_b_index_field' => :'String',
|
|
79
|
+
:'join_type' => :'String'
|
|
76
80
|
}
|
|
77
81
|
end
|
|
78
82
|
|
|
@@ -84,29 +88,32 @@ module AsposeCellsCloud
|
|
|
84
88
|
# convert string to symbol for hash key
|
|
85
89
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
86
90
|
|
|
87
|
-
if attributes.has_key?(:'
|
|
88
|
-
self.
|
|
91
|
+
if attributes.has_key?(:'DataSourceA')
|
|
92
|
+
self.data_source_a = attributes[:'DataSourceA']
|
|
89
93
|
end
|
|
90
|
-
if attributes.has_key?(:'
|
|
91
|
-
self.
|
|
94
|
+
if attributes.has_key?(:'FileInfoA')
|
|
95
|
+
self.file_info_a = attributes[:'FileInfoA']
|
|
92
96
|
end
|
|
93
|
-
if attributes.has_key?(:'
|
|
94
|
-
self.
|
|
97
|
+
if attributes.has_key?(:'DataItemA')
|
|
98
|
+
self.data_item_a = attributes[:'DataItemA']
|
|
95
99
|
end
|
|
96
|
-
if attributes.has_key?(:'
|
|
97
|
-
self.
|
|
100
|
+
if attributes.has_key?(:'DataAIndexField')
|
|
101
|
+
self.data_a_index_field = attributes[:'DataAIndexField']
|
|
98
102
|
end
|
|
99
|
-
if attributes.has_key?(:'
|
|
100
|
-
self.
|
|
103
|
+
if attributes.has_key?(:'DataSourceB')
|
|
104
|
+
self.data_source_b = attributes[:'DataSourceB']
|
|
101
105
|
end
|
|
102
|
-
if attributes.has_key?(:'
|
|
103
|
-
self.
|
|
106
|
+
if attributes.has_key?(:'FileInfoB')
|
|
107
|
+
self.file_info_b = attributes[:'FileInfoB']
|
|
104
108
|
end
|
|
105
|
-
if attributes.has_key?(:'
|
|
106
|
-
self.
|
|
109
|
+
if attributes.has_key?(:'DataItemB')
|
|
110
|
+
self.data_item_b = attributes[:'DataItemB']
|
|
107
111
|
end
|
|
108
|
-
if attributes.has_key?(:'
|
|
109
|
-
self.
|
|
112
|
+
if attributes.has_key?(:'DataBIndexField')
|
|
113
|
+
self.data_b_index_field = attributes[:'DataBIndexField']
|
|
114
|
+
end
|
|
115
|
+
if attributes.has_key?(:'JoinType')
|
|
116
|
+
self.join_type = attributes[:'JoinType']
|
|
110
117
|
end
|
|
111
118
|
|
|
112
119
|
end
|
|
@@ -115,29 +122,32 @@ module AsposeCellsCloud
|
|
|
115
122
|
# @return Array for valid properies with the reasons
|
|
116
123
|
def list_invalid_properties
|
|
117
124
|
invalid_properties = Array.new
|
|
118
|
-
if @
|
|
119
|
-
invalid_properties.push("invalid value for '
|
|
125
|
+
if @data_source_a.nil?
|
|
126
|
+
invalid_properties.push("invalid value for 'data_source_a', data_source_a cannot be nil.")
|
|
127
|
+
end
|
|
128
|
+
if @file_info_a.nil?
|
|
129
|
+
invalid_properties.push("invalid value for 'file_info_a', file_info_a cannot be nil.")
|
|
120
130
|
end
|
|
121
|
-
if @
|
|
122
|
-
invalid_properties.push("invalid value for '
|
|
131
|
+
if @data_item_a.nil?
|
|
132
|
+
invalid_properties.push("invalid value for 'data_item_a', data_item_a cannot be nil.")
|
|
123
133
|
end
|
|
124
|
-
if @
|
|
125
|
-
invalid_properties.push("invalid value for '
|
|
134
|
+
if @data_a_index_field.nil?
|
|
135
|
+
invalid_properties.push("invalid value for 'data_a_index_field', data_a_index_field cannot be nil.")
|
|
126
136
|
end
|
|
127
|
-
if @
|
|
128
|
-
invalid_properties.push("invalid value for '
|
|
137
|
+
if @data_source_b.nil?
|
|
138
|
+
invalid_properties.push("invalid value for 'data_source_b', data_source_b cannot be nil.")
|
|
129
139
|
end
|
|
130
|
-
if @
|
|
131
|
-
invalid_properties.push("invalid value for '
|
|
140
|
+
if @file_info_b.nil?
|
|
141
|
+
invalid_properties.push("invalid value for 'file_info_b', file_info_b cannot be nil.")
|
|
132
142
|
end
|
|
133
|
-
if @
|
|
134
|
-
invalid_properties.push("invalid value for '
|
|
143
|
+
if @data_item_b.nil?
|
|
144
|
+
invalid_properties.push("invalid value for 'data_item_b', data_item_b cannot be nil.")
|
|
135
145
|
end
|
|
136
|
-
if @
|
|
137
|
-
invalid_properties.push("invalid value for '
|
|
146
|
+
if @data_b_index_field.nil?
|
|
147
|
+
invalid_properties.push("invalid value for 'data_b_index_field', data_b_index_field cannot be nil.")
|
|
138
148
|
end
|
|
139
|
-
if @
|
|
140
|
-
invalid_properties.push("invalid value for '
|
|
149
|
+
if @join_type.nil?
|
|
150
|
+
invalid_properties.push("invalid value for 'join_type', join_type cannot be nil.")
|
|
141
151
|
end
|
|
142
152
|
|
|
143
153
|
return invalid_properties
|
|
@@ -146,14 +156,15 @@ module AsposeCellsCloud
|
|
|
146
156
|
# Check to see if the all the properties in the model are valid
|
|
147
157
|
# @return true if the model is valid
|
|
148
158
|
def valid?
|
|
149
|
-
return false if @
|
|
150
|
-
return false if @
|
|
151
|
-
return false if @
|
|
152
|
-
return false if @
|
|
153
|
-
return false if @
|
|
154
|
-
return false if @
|
|
155
|
-
return false if @
|
|
156
|
-
return false if @
|
|
159
|
+
return false if @data_source_a.nil?
|
|
160
|
+
return false if @file_info_a.nil?
|
|
161
|
+
return false if @data_item_a.nil?
|
|
162
|
+
return false if @data_a_index_field.nil?
|
|
163
|
+
return false if @data_source_b.nil?
|
|
164
|
+
return false if @file_info_b.nil?
|
|
165
|
+
return false if @data_item_b.nil?
|
|
166
|
+
return false if @data_b_index_field.nil?
|
|
167
|
+
return false if @join_type.nil?
|
|
157
168
|
return true
|
|
158
169
|
end
|
|
159
170
|
|
|
@@ -162,14 +173,15 @@ module AsposeCellsCloud
|
|
|
162
173
|
def ==(o)
|
|
163
174
|
return true if self.equal?(o)
|
|
164
175
|
self.class == o.class &&
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
176
|
+
data_source_a == o.data_source_a &&
|
|
177
|
+
file_info_a == o.file_info_a &&
|
|
178
|
+
data_item_a == o.data_item_a &&
|
|
179
|
+
data_a_index_field == o.data_a_index_field &&
|
|
180
|
+
data_source_b == o.data_source_b &&
|
|
181
|
+
file_info_b == o.file_info_b &&
|
|
182
|
+
data_item_b == o.data_item_b &&
|
|
183
|
+
data_b_index_field == o.data_b_index_field &&
|
|
184
|
+
join_type == o.join_type
|
|
173
185
|
std_dev == o.std_dev
|
|
174
186
|
end
|
|
175
187
|
|
|
@@ -182,7 +194,7 @@ module AsposeCellsCloud
|
|
|
182
194
|
# Calculates hash code according to all attributes.
|
|
183
195
|
# @return [Fixnum] Hash code
|
|
184
196
|
def hash
|
|
185
|
-
[
|
|
197
|
+
[ data_source_a , file_info_a , data_item_a , data_a_index_field , data_source_b , file_info_b , data_item_b , data_b_index_field , join_type ].hash
|
|
186
198
|
end
|
|
187
199
|
|
|
188
200
|
# Builds the object from hash
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class OperateObject
|
|
34
|
-
#
|
|
34
|
+
#Represents operate object type.
|
|
35
35
|
attr_accessor :operate_object_type
|
|
36
|
-
#
|
|
36
|
+
#Represents position of operate object.
|
|
37
37
|
attr_accessor :position
|
|
38
38
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,19 +31,19 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class OperateObjectPosition
|
|
34
|
-
#
|
|
34
|
+
#Represents data source of operate object.
|
|
35
35
|
attr_accessor :data_source
|
|
36
|
-
#
|
|
36
|
+
#Represents data source of operate object.
|
|
37
37
|
attr_accessor :workbook
|
|
38
|
-
#
|
|
38
|
+
#Represents worksheet name of operate object.
|
|
39
39
|
attr_accessor :sheet_name
|
|
40
|
-
#
|
|
40
|
+
#Represents chart index of operate object.
|
|
41
41
|
attr_accessor :chart_index
|
|
42
|
-
#
|
|
42
|
+
#Represents shape index of operate object.
|
|
43
43
|
attr_accessor :shape_index
|
|
44
|
-
#
|
|
44
|
+
#Represents cell name of operate object.
|
|
45
45
|
attr_accessor :cell_name
|
|
46
|
-
#
|
|
46
|
+
#Represents list object index of operate object.
|
|
47
47
|
attr_accessor :list_object_index
|
|
48
48
|
|
|
49
49
|
# 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 PageBreakOperateParameter
|
|
34
|
-
#
|
|
34
|
+
#Represents page break type.
|
|
35
35
|
attr_accessor :page_break_type
|
|
36
|
-
#
|
|
36
|
+
#Represents page break index.
|
|
37
37
|
attr_accessor :index
|
|
38
|
-
#
|
|
38
|
+
#Represents row index of page break.
|
|
39
39
|
attr_accessor :row
|
|
40
|
-
#
|
|
40
|
+
#Represents column index of page break.
|
|
41
41
|
attr_accessor :column
|
|
42
|
-
#
|
|
42
|
+
#Represents start row index of page break.
|
|
43
43
|
attr_accessor :start_index
|
|
44
|
-
#
|
|
44
|
+
#Represents end row index of page break.
|
|
45
45
|
attr_accessor :end_index
|
|
46
46
|
#
|
|
47
47
|
attr_accessor :operate_type
|
|
@@ -31,21 +31,21 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class PivotTableOperateParameter
|
|
34
|
-
#
|
|
34
|
+
#Represents source data of pivot table.
|
|
35
35
|
attr_accessor :source_data
|
|
36
|
-
#
|
|
36
|
+
#Represents start cell name of the pivot table.
|
|
37
37
|
attr_accessor :dest_cell_name
|
|
38
|
-
#
|
|
38
|
+
#Represents table name of pivot table.
|
|
39
39
|
attr_accessor :table_name
|
|
40
|
-
#
|
|
40
|
+
#Represents whether the same source is used.
|
|
41
41
|
attr_accessor :use_same_source
|
|
42
|
-
#
|
|
42
|
+
#Represents pivot table index.
|
|
43
43
|
attr_accessor :pivot_table_index
|
|
44
|
-
#
|
|
44
|
+
#Represents pivot row fields.
|
|
45
45
|
attr_accessor :pivot_field_rows
|
|
46
|
-
#
|
|
46
|
+
#Represents pivot column fields.
|
|
47
47
|
attr_accessor :pivot_field_columns
|
|
48
|
-
#
|
|
48
|
+
#Represents pivot data field.
|
|
49
49
|
attr_accessor :pivot_field_data
|
|
50
50
|
#
|
|
51
51
|
attr_accessor :operate_type
|
|
@@ -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 ,
|
|
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,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' => :'
|
|
191
|
+
:'data_labels' => :'DataLabels',
|
|
198
192
|
:'display_name' => :'String',
|
|
199
193
|
:'doughnut_hole_size' => :'Integer',
|
|
200
|
-
:'down_bars' => :'
|
|
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' => :'
|
|
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' => :'
|
|
224
|
+
:'trend_lines' => :'Trendlines',
|
|
233
225
|
:'type' => :'String',
|
|
234
|
-
:'up_bars' => :'
|
|
226
|
+
:'up_bars' => :'DropBars',
|
|
235
227
|
:'values' => :'String',
|
|
236
|
-
:'x_error_bar' => :'
|
|
228
|
+
:'x_error_bar' => :'ErrorBar',
|
|
237
229
|
:'x_values' => :'String',
|
|
238
|
-
:'y_error_bar' => :'
|
|
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 ,
|
|
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
|