aspose_cells_cloud 20.11 → 20.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +116 -0
- data/lib/aspose_cells_cloud.rb +296 -0
- data/lib/aspose_cells_cloud/api/cells_api.rb +19867 -0
- data/lib/aspose_cells_cloud/api_client.rb +493 -0
- data/lib/aspose_cells_cloud/api_error.rb +48 -0
- data/lib/aspose_cells_cloud/configuration.rb +178 -0
- data/lib/aspose_cells_cloud/models/above_average.rb +234 -0
- data/lib/aspose_cells_cloud/models/access_token_response.rb +261 -0
- data/lib/aspose_cells_cloud/models/area.rb +243 -0
- data/lib/aspose_cells_cloud/models/auto_filter.rb +227 -0
- data/lib/aspose_cells_cloud/models/auto_filter_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +231 -0
- data/lib/aspose_cells_cloud/models/auto_shape.rb +504 -0
- data/lib/aspose_cells_cloud/models/auto_shape_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/auto_shapes.rb +209 -0
- data/lib/aspose_cells_cloud/models/auto_shapes_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/border.rb +216 -0
- data/lib/aspose_cells_cloud/models/calculation_options.rb +225 -0
- data/lib/aspose_cells_cloud/models/cell.rb +401 -0
- data/lib/aspose_cells_cloud/models/cell_area.rb +245 -0
- data/lib/aspose_cells_cloud/models/cell_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/cell_value.rb +234 -0
- data/lib/aspose_cells_cloud/models/cells.rb +270 -0
- data/lib/aspose_cells_cloud/models/cells_cloud_file_info.rb +230 -0
- data/lib/aspose_cells_cloud/models/cells_cloud_response.rb +212 -0
- data/lib/aspose_cells_cloud/models/cells_color.rb +234 -0
- data/lib/aspose_cells_cloud/models/cells_document_properties.rb +209 -0
- data/lib/aspose_cells_cloud/models/cells_document_properties_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/cells_document_property.rb +225 -0
- data/lib/aspose_cells_cloud/models/cells_document_property_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/cells_error.rb +229 -0
- data/lib/aspose_cells_cloud/models/cells_object_operate_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/cells_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/chart.rb +626 -0
- data/lib/aspose_cells_cloud/models/chart_area.rb +317 -0
- data/lib/aspose_cells_cloud/models/chart_area_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/chart_frame.rb +317 -0
- data/lib/aspose_cells_cloud/models/chart_operate_parameter.rb +279 -0
- data/lib/aspose_cells_cloud/models/charts.rb +209 -0
- data/lib/aspose_cells_cloud/models/charts_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/color.rb +245 -0
- data/lib/aspose_cells_cloud/models/color_filter.rb +234 -0
- data/lib/aspose_cells_cloud/models/color_filter_request.rb +216 -0
- data/lib/aspose_cells_cloud/models/color_scale.rb +249 -0
- data/lib/aspose_cells_cloud/models/column.rb +243 -0
- data/lib/aspose_cells_cloud/models/column_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/columns.rb +237 -0
- data/lib/aspose_cells_cloud/models/columns_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/comment.rb +297 -0
- data/lib/aspose_cells_cloud/models/comment_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/comments.rb +209 -0
- data/lib/aspose_cells_cloud/models/comments_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting.rb +218 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +235 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +219 -0
- data/lib/aspose_cells_cloud/models/conditional_formattings.rb +223 -0
- data/lib/aspose_cells_cloud/models/conditional_formattings_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/convert_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/copy_options.rb +248 -0
- data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +263 -0
- data/lib/aspose_cells_cloud/models/custom_filter.rb +207 -0
- data/lib/aspose_cells_cloud/models/custom_parser_config.rb +216 -0
- data/lib/aspose_cells_cloud/models/data_bar.rb +309 -0
- data/lib/aspose_cells_cloud/models/data_bar_border.rb +209 -0
- data/lib/aspose_cells_cloud/models/data_sorter.rb +227 -0
- data/lib/aspose_cells_cloud/models/dif_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/disc_usage.rb +219 -0
- data/lib/aspose_cells_cloud/models/dynamic_filter.rb +216 -0
- data/lib/aspose_cells_cloud/models/error_details.rb +214 -0
- data/lib/aspose_cells_cloud/models/file_source.rb +207 -0
- data/lib/aspose_cells_cloud/models/file_version.rb +274 -0
- data/lib/aspose_cells_cloud/models/file_versions.rb +201 -0
- data/lib/aspose_cells_cloud/models/files_list.rb +201 -0
- data/lib/aspose_cells_cloud/models/files_upload_result.rb +213 -0
- data/lib/aspose_cells_cloud/models/fill_format.rb +259 -0
- data/lib/aspose_cells_cloud/models/fill_format_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/filter_column.rb +277 -0
- data/lib/aspose_cells_cloud/models/font.rb +279 -0
- data/lib/aspose_cells_cloud/models/font_setting.rb +244 -0
- data/lib/aspose_cells_cloud/models/format_condition.rb +327 -0
- data/lib/aspose_cells_cloud/models/gradient_fill.rb +227 -0
- data/lib/aspose_cells_cloud/models/gradient_fill_stop.rb +226 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +231 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_break_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_breaks.rb +209 -0
- data/lib/aspose_cells_cloud/models/horizontal_page_breaks_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/html_save_options.rb +373 -0
- data/lib/aspose_cells_cloud/models/hyperlink.rb +234 -0
- data/lib/aspose_cells_cloud/models/hyperlink_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/hyperlinks.rb +223 -0
- data/lib/aspose_cells_cloud/models/hyperlinks_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/icon_filter.rb +212 -0
- data/lib/aspose_cells_cloud/models/icon_set.rb +253 -0
- data/lib/aspose_cells_cloud/models/image_save_options.rb +373 -0
- data/lib/aspose_cells_cloud/models/import_batch_data_option.rb +236 -0
- data/lib/aspose_cells_cloud/models/import_csv_data_option.rb +281 -0
- data/lib/aspose_cells_cloud/models/import_data_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/import_double_array_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/import_int_array_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/import_option.rb +225 -0
- data/lib/aspose_cells_cloud/models/import_string_array_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/legend.rb +335 -0
- data/lib/aspose_cells_cloud/models/legend_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/line.rb +360 -0
- data/lib/aspose_cells_cloud/models/line_format.rb +358 -0
- data/lib/aspose_cells_cloud/models/line_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/link.rb +225 -0
- data/lib/aspose_cells_cloud/models/link_element.rb +198 -0
- data/lib/aspose_cells_cloud/models/list_column.rb +209 -0
- data/lib/aspose_cells_cloud/models/list_object.rb +350 -0
- data/lib/aspose_cells_cloud/models/list_object_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/list_object_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/list_objects.rb +209 -0
- data/lib/aspose_cells_cloud/models/list_objects_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/m_html_save_options.rb +373 -0
- data/lib/aspose_cells_cloud/models/markdown_save_options.rb +292 -0
- data/lib/aspose_cells_cloud/models/merged_cell.rb +254 -0
- data/lib/aspose_cells_cloud/models/merged_cell_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/merged_cells.rb +223 -0
- data/lib/aspose_cells_cloud/models/merged_cells_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/multiple_filter.rb +189 -0
- data/lib/aspose_cells_cloud/models/multiple_filters.rb +209 -0
- data/lib/aspose_cells_cloud/models/name.rb +276 -0
- data/lib/aspose_cells_cloud/models/name_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/names.rb +223 -0
- data/lib/aspose_cells_cloud/models/names_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/negative_bar_format.rb +229 -0
- data/lib/aspose_cells_cloud/models/object_exist.rb +219 -0
- data/lib/aspose_cells_cloud/models/ods_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/ole_object.rb +567 -0
- data/lib/aspose_cells_cloud/models/ole_object_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/ole_objects.rb +209 -0
- data/lib/aspose_cells_cloud/models/ole_objects_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +274 -0
- data/lib/aspose_cells_cloud/models/operate_object.rb +207 -0
- data/lib/aspose_cells_cloud/models/operate_object_position.rb +243 -0
- data/lib/aspose_cells_cloud/models/operate_parameter.rb +198 -0
- data/lib/aspose_cells_cloud/models/page_break_operate_parameter.rb +252 -0
- data/lib/aspose_cells_cloud/models/page_section.rb +259 -0
- data/lib/aspose_cells_cloud/models/page_sections_response.rb +223 -0
- data/lib/aspose_cells_cloud/models/page_setup.rb +542 -0
- data/lib/aspose_cells_cloud/models/page_setup_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/page_setup_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/password_request.rb +198 -0
- data/lib/aspose_cells_cloud/models/paste_options.rb +225 -0
- data/lib/aspose_cells_cloud/models/pattern_fill.rb +252 -0
- data/lib/aspose_cells_cloud/models/pdf_save_options.rb +355 -0
- data/lib/aspose_cells_cloud/models/pdf_security_options.rb +283 -0
- data/lib/aspose_cells_cloud/models/pic_format_option.rb +243 -0
- data/lib/aspose_cells_cloud/models/picture.rb +558 -0
- data/lib/aspose_cells_cloud/models/picture_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pictures.rb +209 -0
- data/lib/aspose_cells_cloud/models/pictures_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_field.rb +546 -0
- data/lib/aspose_cells_cloud/models/pivot_field_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_filter.rb +279 -0
- data/lib/aspose_cells_cloud/models/pivot_filter_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_filters_response.rb +223 -0
- data/lib/aspose_cells_cloud/models/pivot_item.rb +228 -0
- data/lib/aspose_cells_cloud/models/pivot_table.rb +824 -0
- data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +200 -0
- data/lib/aspose_cells_cloud/models/pivot_table_operate_parameter.rb +276 -0
- data/lib/aspose_cells_cloud/models/pivot_table_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/pivot_tables.rb +209 -0
- data/lib/aspose_cells_cloud/models/pivot_tables_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/protect_sheet_parameter.rb +335 -0
- data/lib/aspose_cells_cloud/models/range.rb +309 -0
- data/lib/aspose_cells_cloud/models/range_copy_request.rb +225 -0
- data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +225 -0
- data/lib/aspose_cells_cloud/models/range_set_style_request.rb +207 -0
- data/lib/aspose_cells_cloud/models/range_value_response.rb +223 -0
- data/lib/aspose_cells_cloud/models/ranges.rb +200 -0
- data/lib/aspose_cells_cloud/models/ranges_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/result_destination.rb +216 -0
- data/lib/aspose_cells_cloud/models/row.rb +261 -0
- data/lib/aspose_cells_cloud/models/row_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/rows.rb +237 -0
- data/lib/aspose_cells_cloud/models/rows_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/save_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/save_result.rb +200 -0
- data/lib/aspose_cells_cloud/models/save_result_task_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/shadow_effect.rb +252 -0
- data/lib/aspose_cells_cloud/models/shape.rb +504 -0
- data/lib/aspose_cells_cloud/models/shape_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/shape_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/shapes.rb +209 -0
- data/lib/aspose_cells_cloud/models/shapes_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/single_value.rb +207 -0
- data/lib/aspose_cells_cloud/models/single_value_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/smart_marker_task_parameter.rb +216 -0
- data/lib/aspose_cells_cloud/models/solid_fill.rb +216 -0
- data/lib/aspose_cells_cloud/models/sort_key.rb +221 -0
- data/lib/aspose_cells_cloud/models/sparkline.rb +226 -0
- data/lib/aspose_cells_cloud/models/sparkline_group.rb +434 -0
- data/lib/aspose_cells_cloud/models/sparkline_group_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/sparkline_groups.rb +200 -0
- data/lib/aspose_cells_cloud/models/sparkline_groups_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/split_result.rb +200 -0
- data/lib/aspose_cells_cloud/models/split_result_document.rb +212 -0
- data/lib/aspose_cells_cloud/models/split_result_response.rb +222 -0
- data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +243 -0
- data/lib/aspose_cells_cloud/models/spreadsheet_ml2003_save_options.rb +292 -0
- data/lib/aspose_cells_cloud/models/storage_exist.rb +204 -0
- data/lib/aspose_cells_cloud/models/storage_file.rb +249 -0
- data/lib/aspose_cells_cloud/models/style.rb +407 -0
- data/lib/aspose_cells_cloud/models/style_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/svg_save_options.rb +274 -0
- data/lib/aspose_cells_cloud/models/task_data.rb +200 -0
- data/lib/aspose_cells_cloud/models/task_description.rb +207 -0
- data/lib/aspose_cells_cloud/models/task_parameter.rb +189 -0
- data/lib/aspose_cells_cloud/models/text_item.rb +207 -0
- data/lib/aspose_cells_cloud/models/text_items.rb +209 -0
- data/lib/aspose_cells_cloud/models/text_items_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/text_options.rb +333 -0
- data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +239 -0
- data/lib/aspose_cells_cloud/models/texture_fill.rb +243 -0
- data/lib/aspose_cells_cloud/models/theme_color.rb +207 -0
- data/lib/aspose_cells_cloud/models/tile_pic_option.rb +263 -0
- data/lib/aspose_cells_cloud/models/title.rb +380 -0
- data/lib/aspose_cells_cloud/models/title_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/top10.rb +219 -0
- data/lib/aspose_cells_cloud/models/top10_filter.rb +240 -0
- data/lib/aspose_cells_cloud/models/txt_save_options.rb +301 -0
- data/lib/aspose_cells_cloud/models/validation.rb +360 -0
- data/lib/aspose_cells_cloud/models/validation_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/validations.rb +223 -0
- data/lib/aspose_cells_cloud/models/validations_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/value_type.rb +189 -0
- data/lib/aspose_cells_cloud/models/vertical_page_break.rb +231 -0
- data/lib/aspose_cells_cloud/models/vertical_page_break_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/vertical_page_breaks.rb +209 -0
- data/lib/aspose_cells_cloud/models/vertical_page_breaks_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/workbook.rb +290 -0
- data/lib/aspose_cells_cloud/models/workbook_encryption_request.rb +224 -0
- data/lib/aspose_cells_cloud/models/workbook_operate_parameter.rb +198 -0
- data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +209 -0
- data/lib/aspose_cells_cloud/models/workbook_replace_response.rb +235 -0
- data/lib/aspose_cells_cloud/models/workbook_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/workbook_settings.rb +626 -0
- data/lib/aspose_cells_cloud/models/workbook_settings_operate_parameter.rb +207 -0
- data/lib/aspose_cells_cloud/models/workbook_settings_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/worksheet.rb +510 -0
- data/lib/aspose_cells_cloud/models/worksheet_moving_request.rb +209 -0
- data/lib/aspose_cells_cloud/models/worksheet_replace_response.rb +235 -0
- data/lib/aspose_cells_cloud/models/worksheet_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/worksheets.rb +209 -0
- data/lib/aspose_cells_cloud/models/worksheets_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/xls_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/xlsb_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/models/xps_save_options.rb +265 -0
- data/lib/aspose_cells_cloud/version.rb +25 -0
- data/spec/api/cells_api_spec.rb +1145 -0
- data/spec/api/cells_auto_filter_api_spec.rb +430 -0
- data/spec/api/cells_chart_area_api_spec.rb +92 -0
- data/spec/api/cells_charts_api_spec.rb +390 -0
- data/spec/api/cells_conditional_formattings_api_spec.rb +259 -0
- data/spec/api/cells_hypelinks_api_spec.rb +170 -0
- data/spec/api/cells_list_objects_api_spec.rb +245 -0
- data/spec/api/cells_ole_objects_api_spec.rb +177 -0
- data/spec/api/cells_page_breaks_api_spec.rb +269 -0
- data/spec/api/cells_page_setup_api_spec.rb +198 -0
- data/spec/api/cells_pictures_api_spec.rb +174 -0
- data/spec/api/cells_pivot_tables_api_spec.rb +525 -0
- data/spec/api/cells_properties_api_spec.rb +129 -0
- data/spec/api/cells_ranges_api_spec.rb +284 -0
- data/spec/api/cells_save_as_api_spec.rb +74 -0
- data/spec/api/cells_shapes_api_spec.rb +174 -0
- data/spec/api/cells_simple_spec.rb +44 -0
- data/spec/api/cells_sparkline_group_spec.rb +43 -0
- data/spec/api/cells_storage_api_spec.rb +69 -0
- data/spec/api/cells_storage_spec.rb +45 -0
- data/spec/api/cells_task_api_spec.rb +61 -0
- data/spec/api/cells_workbook_api_spec.rb +641 -0
- data/spec/api/cells_worksheet_validations_api_spec.rb +139 -0
- data/spec/api/cells_worksheets_api_spec.rb +843 -0
- data/spec/spec_helper.rb +132 -0
- metadata +282 -3
@@ -0,0 +1,221 @@
|
|
1
|
+
=begin
|
2
|
+
--------------------------------------------------------------------------------------------------------------------
|
3
|
+
Copyright (c) 2020 Aspose.Cells Cloud
|
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
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
+
SOFTWARE.
|
19
|
+
--------------------------------------------------------------------------------------------------------------------
|
20
|
+
|
21
|
+
=end
|
22
|
+
|
23
|
+
require 'date'
|
24
|
+
|
25
|
+
module AsposeCellsCloud
|
26
|
+
|
27
|
+
class CellsResponse
|
28
|
+
attr_accessor :status
|
29
|
+
|
30
|
+
attr_accessor :code
|
31
|
+
|
32
|
+
attr_accessor :cells
|
33
|
+
|
34
|
+
|
35
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
36
|
+
def self.attribute_map
|
37
|
+
{
|
38
|
+
:'status' => :'Status',
|
39
|
+
:'code' => :'Code',
|
40
|
+
:'cells' => :'Cells'
|
41
|
+
}
|
42
|
+
end
|
43
|
+
|
44
|
+
# Attribute type mapping.
|
45
|
+
def self.swagger_types
|
46
|
+
{
|
47
|
+
:'status' => :'String',
|
48
|
+
:'code' => :'Integer',
|
49
|
+
:'cells' => :'Cells'
|
50
|
+
}
|
51
|
+
end
|
52
|
+
|
53
|
+
# Initializes the object
|
54
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
55
|
+
def initialize(attributes = {})
|
56
|
+
return unless attributes.is_a?(Hash)
|
57
|
+
|
58
|
+
# convert string to symbol for hash key
|
59
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
60
|
+
|
61
|
+
if attributes.has_key?(:'Status')
|
62
|
+
self.status = attributes[:'Status']
|
63
|
+
end
|
64
|
+
|
65
|
+
if attributes.has_key?(:'Code')
|
66
|
+
self.code = attributes[:'Code']
|
67
|
+
end
|
68
|
+
|
69
|
+
if attributes.has_key?(:'Cells')
|
70
|
+
self.cells = attributes[:'Cells']
|
71
|
+
end
|
72
|
+
|
73
|
+
end
|
74
|
+
|
75
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
76
|
+
# @return Array for valid properies with the reasons
|
77
|
+
def list_invalid_properties
|
78
|
+
invalid_properties = Array.new
|
79
|
+
if @code.nil?
|
80
|
+
invalid_properties.push("invalid value for 'code', code cannot be nil.")
|
81
|
+
end
|
82
|
+
|
83
|
+
return invalid_properties
|
84
|
+
end
|
85
|
+
|
86
|
+
# Check to see if the all the properties in the model are valid
|
87
|
+
# @return true if the model is valid
|
88
|
+
def valid?
|
89
|
+
return false if @code.nil?
|
90
|
+
return true
|
91
|
+
end
|
92
|
+
|
93
|
+
# Checks equality by comparing each attribute.
|
94
|
+
# @param [Object] Object to be compared
|
95
|
+
def ==(o)
|
96
|
+
return true if self.equal?(o)
|
97
|
+
self.class == o.class &&
|
98
|
+
status == o.status &&
|
99
|
+
code == o.code &&
|
100
|
+
cells == o.cells
|
101
|
+
end
|
102
|
+
|
103
|
+
# @see the `==` method
|
104
|
+
# @param [Object] Object to be compared
|
105
|
+
def eql?(o)
|
106
|
+
self == o
|
107
|
+
end
|
108
|
+
|
109
|
+
# Calculates hash code according to all attributes.
|
110
|
+
# @return [Fixnum] Hash code
|
111
|
+
def hash
|
112
|
+
[status, code, cells].hash
|
113
|
+
end
|
114
|
+
|
115
|
+
# Builds the object from hash
|
116
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
117
|
+
# @return [Object] Returns the model itself
|
118
|
+
def build_from_hash(attributes)
|
119
|
+
return nil unless attributes.is_a?(Hash)
|
120
|
+
self.class.swagger_types.each_pair do |key, type|
|
121
|
+
if type =~ /\AArray<(.*)>/i
|
122
|
+
# check to ensure the input is an array given that the the attribute
|
123
|
+
# is documented as an array but the input is not
|
124
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
125
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
126
|
+
end
|
127
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
128
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
129
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
130
|
+
end
|
131
|
+
|
132
|
+
self
|
133
|
+
end
|
134
|
+
|
135
|
+
# Deserializes the data based on type
|
136
|
+
# @param string type Data type
|
137
|
+
# @param string value Value to be deserialized
|
138
|
+
# @return [Object] Deserialized data
|
139
|
+
def _deserialize(type, value)
|
140
|
+
case type.to_sym
|
141
|
+
when :DateTime
|
142
|
+
DateTime.parse(value)
|
143
|
+
when :Date
|
144
|
+
Date.parse(value)
|
145
|
+
when :String
|
146
|
+
value.to_s
|
147
|
+
when :Integer
|
148
|
+
value.to_i
|
149
|
+
when :Float
|
150
|
+
value.to_f
|
151
|
+
when :BOOLEAN
|
152
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
153
|
+
true
|
154
|
+
else
|
155
|
+
false
|
156
|
+
end
|
157
|
+
when :Object
|
158
|
+
# generic object (usually a Hash), return directly
|
159
|
+
value
|
160
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
161
|
+
inner_type = Regexp.last_match[:inner_type]
|
162
|
+
value.map { |v| _deserialize(inner_type, v) }
|
163
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
164
|
+
k_type = Regexp.last_match[:k_type]
|
165
|
+
v_type = Regexp.last_match[:v_type]
|
166
|
+
{}.tap do |hash|
|
167
|
+
value.each do |k, v|
|
168
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
169
|
+
end
|
170
|
+
end
|
171
|
+
else # model
|
172
|
+
temp_model = AsposeCellsCloud.const_get(type).new
|
173
|
+
temp_model.build_from_hash(value)
|
174
|
+
end
|
175
|
+
end
|
176
|
+
|
177
|
+
# Returns the string representation of the object
|
178
|
+
# @return [String] String presentation of the object
|
179
|
+
def to_s
|
180
|
+
to_hash.to_s
|
181
|
+
end
|
182
|
+
|
183
|
+
# to_body is an alias to to_hash (backward compatibility)
|
184
|
+
# @return [Hash] Returns the object in the form of hash
|
185
|
+
def to_body
|
186
|
+
to_hash
|
187
|
+
end
|
188
|
+
|
189
|
+
# Returns the object in the form of hash
|
190
|
+
# @return [Hash] Returns the object in the form of hash
|
191
|
+
def to_hash
|
192
|
+
hash = {}
|
193
|
+
self.class.attribute_map.each_pair do |attr, param|
|
194
|
+
value = self.send(attr)
|
195
|
+
next if value.nil?
|
196
|
+
hash[param] = _to_hash(value)
|
197
|
+
end
|
198
|
+
hash
|
199
|
+
end
|
200
|
+
|
201
|
+
# Outputs non-array value in the form of hash
|
202
|
+
# For object, use to_hash. Otherwise, just return the value
|
203
|
+
# @param [Object] value Any valid value
|
204
|
+
# @return [Hash] Returns the value in the form of hash
|
205
|
+
def _to_hash(value)
|
206
|
+
if value.is_a?(Array)
|
207
|
+
value.compact.map{ |v| _to_hash(v) }
|
208
|
+
elsif value.is_a?(Hash)
|
209
|
+
{}.tap do |hash|
|
210
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
211
|
+
end
|
212
|
+
elsif value.respond_to? :to_hash
|
213
|
+
value.to_hash
|
214
|
+
else
|
215
|
+
value
|
216
|
+
end
|
217
|
+
end
|
218
|
+
|
219
|
+
end
|
220
|
+
|
221
|
+
end
|
@@ -0,0 +1,626 @@
|
|
1
|
+
=begin
|
2
|
+
--------------------------------------------------------------------------------------------------------------------
|
3
|
+
Copyright (c) 2020 Aspose.Cells Cloud
|
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
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
18
|
+
SOFTWARE.
|
19
|
+
--------------------------------------------------------------------------------------------------------------------
|
20
|
+
|
21
|
+
=end
|
22
|
+
|
23
|
+
require 'date'
|
24
|
+
|
25
|
+
module AsposeCellsCloud
|
26
|
+
|
27
|
+
class Chart
|
28
|
+
attr_accessor :link
|
29
|
+
|
30
|
+
# Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts, 0 to 360.
|
31
|
+
attr_accessor :first_slice_angle
|
32
|
+
|
33
|
+
# Returns a Floor object that represents the walls of a 3-D chart.
|
34
|
+
attr_accessor :floor
|
35
|
+
|
36
|
+
# Gets and sets how to plot the empty cells.
|
37
|
+
attr_accessor :plot_empty_cells_type
|
38
|
+
|
39
|
+
# True if Microsoft Excel scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True.
|
40
|
+
attr_accessor :auto_scaling
|
41
|
+
|
42
|
+
# Gets and sets the builtin style.
|
43
|
+
attr_accessor :style
|
44
|
+
|
45
|
+
# Gets the chart's series axis.
|
46
|
+
attr_accessor :series_axis
|
47
|
+
|
48
|
+
# Gets the chart's Y axis.
|
49
|
+
attr_accessor :value_axis
|
50
|
+
|
51
|
+
# Gets or sets a value indicating whether the chart displays a data table.
|
52
|
+
attr_accessor :show_data_table
|
53
|
+
|
54
|
+
# Indicates whether the chart is a 3d chart.
|
55
|
+
attr_accessor :is3_d
|
56
|
+
|
57
|
+
# Gets the chart area in the worksheet
|
58
|
+
attr_accessor :chart_area
|
59
|
+
|
60
|
+
# Represents the elevation of the 3-D chart view, in degrees.
|
61
|
+
attr_accessor :elevation
|
62
|
+
|
63
|
+
attr_accessor :side_wall
|
64
|
+
|
65
|
+
# Gets or sets a chart's type.
|
66
|
+
attr_accessor :type
|
67
|
+
|
68
|
+
# Gets the chart's title.
|
69
|
+
attr_accessor :title
|
70
|
+
|
71
|
+
# Returns a Walls object that represents the walls of a 3-D chart.
|
72
|
+
attr_accessor :walls
|
73
|
+
|
74
|
+
attr_accessor :back_wall
|
75
|
+
|
76
|
+
# Represents the chart data table.
|
77
|
+
attr_accessor :chart_data_table
|
78
|
+
|
79
|
+
# Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).
|
80
|
+
attr_accessor :height_percent
|
81
|
+
|
82
|
+
# Returns or sets the space between bar or column clusters, as a percentage of the bar or column width. The value of this property must be between 0 and 500.
|
83
|
+
attr_accessor :gap_width
|
84
|
+
|
85
|
+
# Gets the chart legend.
|
86
|
+
attr_accessor :legend
|
87
|
+
|
88
|
+
# Represents the chartShape;
|
89
|
+
attr_accessor :chart_object
|
90
|
+
|
91
|
+
# Gets or sets a value indicating whether the chart displays a data table.
|
92
|
+
attr_accessor :is_rectangular_cornered
|
93
|
+
|
94
|
+
# Gets the chart's second X axis.
|
95
|
+
attr_accessor :second_category_axis
|
96
|
+
|
97
|
+
# Gets the chart's second Y axis.
|
98
|
+
attr_accessor :second_value_axis
|
99
|
+
|
100
|
+
# Represents the way the chart is attached to the cells below it.
|
101
|
+
attr_accessor :placement
|
102
|
+
|
103
|
+
# Gets and sets the name of the chart.
|
104
|
+
attr_accessor :name
|
105
|
+
|
106
|
+
# True if Microsoft Excel resizes the chart to match the size of the chart sheet window.
|
107
|
+
attr_accessor :size_with_window
|
108
|
+
|
109
|
+
# True if the chart axes are at right angles.Applies only for 3-D charts(except Column3D and 3-D Pie Charts).
|
110
|
+
attr_accessor :right_angle_axes
|
111
|
+
|
112
|
+
# Indicates whether only plot visible cells.
|
113
|
+
attr_accessor :plot_visible_cells
|
114
|
+
|
115
|
+
# Gets or sets a value indicating whether the chart legend will be displayed. Default is true.
|
116
|
+
attr_accessor :show_legend
|
117
|
+
|
118
|
+
# The source is the data of the pivotTable.If PivotSource is not empty ,the chart is PivotChart.
|
119
|
+
attr_accessor :pivot_source
|
120
|
+
|
121
|
+
# Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).
|
122
|
+
attr_accessor :depth_percent
|
123
|
+
|
124
|
+
# Gets and sets the printed chart size.
|
125
|
+
attr_accessor :print_size
|
126
|
+
|
127
|
+
# Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width.The value of this property must be between 0 and 500.
|
128
|
+
attr_accessor :gap_depth
|
129
|
+
|
130
|
+
# Returns all drawing shapes in this chart.
|
131
|
+
attr_accessor :shapes
|
132
|
+
|
133
|
+
# True if gridlines are drawn two-dimensionally on a 3-D chart.
|
134
|
+
attr_accessor :walls_and_gridlines2_d
|
135
|
+
|
136
|
+
# Gets a SeriesCollection collection representing the data series in the chart.
|
137
|
+
attr_accessor :n_series
|
138
|
+
|
139
|
+
# Represents the rotation of the 3-D chart view (the rotation of the plot area around the z-axis, in degrees).
|
140
|
+
attr_accessor :rotation_angle
|
141
|
+
|
142
|
+
# Gets the chart's plot area which includes axis tick lables.
|
143
|
+
attr_accessor :plot_area
|
144
|
+
|
145
|
+
# Gets the chart's X axis. The property is read only
|
146
|
+
attr_accessor :category_axis
|
147
|
+
|
148
|
+
# Returns or sets the perspective for the 3-D chart view. Must be between 0 and 100.This property is ignored if the RightAngleAxes property is True.
|
149
|
+
attr_accessor :perspective
|
150
|
+
|
151
|
+
# Indicates whether hide the pivot chart field buttons only when the chart is PivotChart
|
152
|
+
attr_accessor :hide_pivot_field_buttons
|
153
|
+
|
154
|
+
# Represents the page setup description in this chart.
|
155
|
+
attr_accessor :page_setup
|
156
|
+
|
157
|
+
|
158
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
159
|
+
def self.attribute_map
|
160
|
+
{
|
161
|
+
:'link' => :'link',
|
162
|
+
:'first_slice_angle' => :'FirstSliceAngle',
|
163
|
+
:'floor' => :'Floor',
|
164
|
+
:'plot_empty_cells_type' => :'PlotEmptyCellsType',
|
165
|
+
:'auto_scaling' => :'AutoScaling',
|
166
|
+
:'style' => :'Style',
|
167
|
+
:'series_axis' => :'SeriesAxis',
|
168
|
+
:'value_axis' => :'ValueAxis',
|
169
|
+
:'show_data_table' => :'ShowDataTable',
|
170
|
+
:'is3_d' => :'Is3D',
|
171
|
+
:'chart_area' => :'ChartArea',
|
172
|
+
:'elevation' => :'Elevation',
|
173
|
+
:'side_wall' => :'SideWall',
|
174
|
+
:'type' => :'Type',
|
175
|
+
:'title' => :'Title',
|
176
|
+
:'walls' => :'Walls',
|
177
|
+
:'back_wall' => :'BackWall',
|
178
|
+
:'chart_data_table' => :'ChartDataTable',
|
179
|
+
:'height_percent' => :'HeightPercent',
|
180
|
+
:'gap_width' => :'GapWidth',
|
181
|
+
:'legend' => :'Legend',
|
182
|
+
:'chart_object' => :'ChartObject',
|
183
|
+
:'is_rectangular_cornered' => :'IsRectangularCornered',
|
184
|
+
:'second_category_axis' => :'SecondCategoryAxis',
|
185
|
+
:'second_value_axis' => :'SecondValueAxis',
|
186
|
+
:'placement' => :'Placement',
|
187
|
+
:'name' => :'Name',
|
188
|
+
:'size_with_window' => :'SizeWithWindow',
|
189
|
+
:'right_angle_axes' => :'RightAngleAxes',
|
190
|
+
:'plot_visible_cells' => :'PlotVisibleCells',
|
191
|
+
:'show_legend' => :'ShowLegend',
|
192
|
+
:'pivot_source' => :'PivotSource',
|
193
|
+
:'depth_percent' => :'DepthPercent',
|
194
|
+
:'print_size' => :'PrintSize',
|
195
|
+
:'gap_depth' => :'GapDepth',
|
196
|
+
:'shapes' => :'Shapes',
|
197
|
+
:'walls_and_gridlines2_d' => :'WallsAndGridlines2D',
|
198
|
+
:'n_series' => :'NSeries',
|
199
|
+
:'rotation_angle' => :'RotationAngle',
|
200
|
+
:'plot_area' => :'PlotArea',
|
201
|
+
:'category_axis' => :'CategoryAxis',
|
202
|
+
:'perspective' => :'Perspective',
|
203
|
+
:'hide_pivot_field_buttons' => :'HidePivotFieldButtons',
|
204
|
+
:'page_setup' => :'PageSetup'
|
205
|
+
}
|
206
|
+
end
|
207
|
+
|
208
|
+
# Attribute type mapping.
|
209
|
+
def self.swagger_types
|
210
|
+
{
|
211
|
+
:'link' => :'Link',
|
212
|
+
:'first_slice_angle' => :'Integer',
|
213
|
+
:'floor' => :'LinkElement',
|
214
|
+
:'plot_empty_cells_type' => :'String',
|
215
|
+
:'auto_scaling' => :'BOOLEAN',
|
216
|
+
:'style' => :'Integer',
|
217
|
+
:'series_axis' => :'LinkElement',
|
218
|
+
:'value_axis' => :'LinkElement',
|
219
|
+
:'show_data_table' => :'BOOLEAN',
|
220
|
+
:'is3_d' => :'BOOLEAN',
|
221
|
+
:'chart_area' => :'LinkElement',
|
222
|
+
:'elevation' => :'Integer',
|
223
|
+
:'side_wall' => :'LinkElement',
|
224
|
+
:'type' => :'String',
|
225
|
+
:'title' => :'LinkElement',
|
226
|
+
:'walls' => :'LinkElement',
|
227
|
+
:'back_wall' => :'LinkElement',
|
228
|
+
:'chart_data_table' => :'LinkElement',
|
229
|
+
:'height_percent' => :'Integer',
|
230
|
+
:'gap_width' => :'Integer',
|
231
|
+
:'legend' => :'LinkElement',
|
232
|
+
:'chart_object' => :'LinkElement',
|
233
|
+
:'is_rectangular_cornered' => :'BOOLEAN',
|
234
|
+
:'second_category_axis' => :'LinkElement',
|
235
|
+
:'second_value_axis' => :'LinkElement',
|
236
|
+
:'placement' => :'String',
|
237
|
+
:'name' => :'String',
|
238
|
+
:'size_with_window' => :'BOOLEAN',
|
239
|
+
:'right_angle_axes' => :'BOOLEAN',
|
240
|
+
:'plot_visible_cells' => :'BOOLEAN',
|
241
|
+
:'show_legend' => :'BOOLEAN',
|
242
|
+
:'pivot_source' => :'String',
|
243
|
+
:'depth_percent' => :'Integer',
|
244
|
+
:'print_size' => :'String',
|
245
|
+
:'gap_depth' => :'Integer',
|
246
|
+
:'shapes' => :'LinkElement',
|
247
|
+
:'walls_and_gridlines2_d' => :'BOOLEAN',
|
248
|
+
:'n_series' => :'LinkElement',
|
249
|
+
:'rotation_angle' => :'Integer',
|
250
|
+
:'plot_area' => :'LinkElement',
|
251
|
+
:'category_axis' => :'LinkElement',
|
252
|
+
:'perspective' => :'Integer',
|
253
|
+
:'hide_pivot_field_buttons' => :'BOOLEAN',
|
254
|
+
:'page_setup' => :'LinkElement'
|
255
|
+
}
|
256
|
+
end
|
257
|
+
|
258
|
+
# Initializes the object
|
259
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
260
|
+
def initialize(attributes = {})
|
261
|
+
return unless attributes.is_a?(Hash)
|
262
|
+
|
263
|
+
# convert string to symbol for hash key
|
264
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
265
|
+
|
266
|
+
if attributes.has_key?(:'link')
|
267
|
+
self.link = attributes[:'link']
|
268
|
+
end
|
269
|
+
|
270
|
+
if attributes.has_key?(:'FirstSliceAngle')
|
271
|
+
self.first_slice_angle = attributes[:'FirstSliceAngle']
|
272
|
+
end
|
273
|
+
|
274
|
+
if attributes.has_key?(:'Floor')
|
275
|
+
self.floor = attributes[:'Floor']
|
276
|
+
end
|
277
|
+
|
278
|
+
if attributes.has_key?(:'PlotEmptyCellsType')
|
279
|
+
self.plot_empty_cells_type = attributes[:'PlotEmptyCellsType']
|
280
|
+
end
|
281
|
+
|
282
|
+
if attributes.has_key?(:'AutoScaling')
|
283
|
+
self.auto_scaling = attributes[:'AutoScaling']
|
284
|
+
end
|
285
|
+
|
286
|
+
if attributes.has_key?(:'Style')
|
287
|
+
self.style = attributes[:'Style']
|
288
|
+
end
|
289
|
+
|
290
|
+
if attributes.has_key?(:'SeriesAxis')
|
291
|
+
self.series_axis = attributes[:'SeriesAxis']
|
292
|
+
end
|
293
|
+
|
294
|
+
if attributes.has_key?(:'ValueAxis')
|
295
|
+
self.value_axis = attributes[:'ValueAxis']
|
296
|
+
end
|
297
|
+
|
298
|
+
if attributes.has_key?(:'ShowDataTable')
|
299
|
+
self.show_data_table = attributes[:'ShowDataTable']
|
300
|
+
end
|
301
|
+
|
302
|
+
if attributes.has_key?(:'Is3D')
|
303
|
+
self.is3_d = attributes[:'Is3D']
|
304
|
+
end
|
305
|
+
|
306
|
+
if attributes.has_key?(:'ChartArea')
|
307
|
+
self.chart_area = attributes[:'ChartArea']
|
308
|
+
end
|
309
|
+
|
310
|
+
if attributes.has_key?(:'Elevation')
|
311
|
+
self.elevation = attributes[:'Elevation']
|
312
|
+
end
|
313
|
+
|
314
|
+
if attributes.has_key?(:'SideWall')
|
315
|
+
self.side_wall = attributes[:'SideWall']
|
316
|
+
end
|
317
|
+
|
318
|
+
if attributes.has_key?(:'Type')
|
319
|
+
self.type = attributes[:'Type']
|
320
|
+
end
|
321
|
+
|
322
|
+
if attributes.has_key?(:'Title')
|
323
|
+
self.title = attributes[:'Title']
|
324
|
+
end
|
325
|
+
|
326
|
+
if attributes.has_key?(:'Walls')
|
327
|
+
self.walls = attributes[:'Walls']
|
328
|
+
end
|
329
|
+
|
330
|
+
if attributes.has_key?(:'BackWall')
|
331
|
+
self.back_wall = attributes[:'BackWall']
|
332
|
+
end
|
333
|
+
|
334
|
+
if attributes.has_key?(:'ChartDataTable')
|
335
|
+
self.chart_data_table = attributes[:'ChartDataTable']
|
336
|
+
end
|
337
|
+
|
338
|
+
if attributes.has_key?(:'HeightPercent')
|
339
|
+
self.height_percent = attributes[:'HeightPercent']
|
340
|
+
end
|
341
|
+
|
342
|
+
if attributes.has_key?(:'GapWidth')
|
343
|
+
self.gap_width = attributes[:'GapWidth']
|
344
|
+
end
|
345
|
+
|
346
|
+
if attributes.has_key?(:'Legend')
|
347
|
+
self.legend = attributes[:'Legend']
|
348
|
+
end
|
349
|
+
|
350
|
+
if attributes.has_key?(:'ChartObject')
|
351
|
+
self.chart_object = attributes[:'ChartObject']
|
352
|
+
end
|
353
|
+
|
354
|
+
if attributes.has_key?(:'IsRectangularCornered')
|
355
|
+
self.is_rectangular_cornered = attributes[:'IsRectangularCornered']
|
356
|
+
end
|
357
|
+
|
358
|
+
if attributes.has_key?(:'SecondCategoryAxis')
|
359
|
+
self.second_category_axis = attributes[:'SecondCategoryAxis']
|
360
|
+
end
|
361
|
+
|
362
|
+
if attributes.has_key?(:'SecondValueAxis')
|
363
|
+
self.second_value_axis = attributes[:'SecondValueAxis']
|
364
|
+
end
|
365
|
+
|
366
|
+
if attributes.has_key?(:'Placement')
|
367
|
+
self.placement = attributes[:'Placement']
|
368
|
+
end
|
369
|
+
|
370
|
+
if attributes.has_key?(:'Name')
|
371
|
+
self.name = attributes[:'Name']
|
372
|
+
end
|
373
|
+
|
374
|
+
if attributes.has_key?(:'SizeWithWindow')
|
375
|
+
self.size_with_window = attributes[:'SizeWithWindow']
|
376
|
+
end
|
377
|
+
|
378
|
+
if attributes.has_key?(:'RightAngleAxes')
|
379
|
+
self.right_angle_axes = attributes[:'RightAngleAxes']
|
380
|
+
end
|
381
|
+
|
382
|
+
if attributes.has_key?(:'PlotVisibleCells')
|
383
|
+
self.plot_visible_cells = attributes[:'PlotVisibleCells']
|
384
|
+
end
|
385
|
+
|
386
|
+
if attributes.has_key?(:'ShowLegend')
|
387
|
+
self.show_legend = attributes[:'ShowLegend']
|
388
|
+
end
|
389
|
+
|
390
|
+
if attributes.has_key?(:'PivotSource')
|
391
|
+
self.pivot_source = attributes[:'PivotSource']
|
392
|
+
end
|
393
|
+
|
394
|
+
if attributes.has_key?(:'DepthPercent')
|
395
|
+
self.depth_percent = attributes[:'DepthPercent']
|
396
|
+
end
|
397
|
+
|
398
|
+
if attributes.has_key?(:'PrintSize')
|
399
|
+
self.print_size = attributes[:'PrintSize']
|
400
|
+
end
|
401
|
+
|
402
|
+
if attributes.has_key?(:'GapDepth')
|
403
|
+
self.gap_depth = attributes[:'GapDepth']
|
404
|
+
end
|
405
|
+
|
406
|
+
if attributes.has_key?(:'Shapes')
|
407
|
+
self.shapes = attributes[:'Shapes']
|
408
|
+
end
|
409
|
+
|
410
|
+
if attributes.has_key?(:'WallsAndGridlines2D')
|
411
|
+
self.walls_and_gridlines2_d = attributes[:'WallsAndGridlines2D']
|
412
|
+
end
|
413
|
+
|
414
|
+
if attributes.has_key?(:'NSeries')
|
415
|
+
self.n_series = attributes[:'NSeries']
|
416
|
+
end
|
417
|
+
|
418
|
+
if attributes.has_key?(:'RotationAngle')
|
419
|
+
self.rotation_angle = attributes[:'RotationAngle']
|
420
|
+
end
|
421
|
+
|
422
|
+
if attributes.has_key?(:'PlotArea')
|
423
|
+
self.plot_area = attributes[:'PlotArea']
|
424
|
+
end
|
425
|
+
|
426
|
+
if attributes.has_key?(:'CategoryAxis')
|
427
|
+
self.category_axis = attributes[:'CategoryAxis']
|
428
|
+
end
|
429
|
+
|
430
|
+
if attributes.has_key?(:'Perspective')
|
431
|
+
self.perspective = attributes[:'Perspective']
|
432
|
+
end
|
433
|
+
|
434
|
+
if attributes.has_key?(:'HidePivotFieldButtons')
|
435
|
+
self.hide_pivot_field_buttons = attributes[:'HidePivotFieldButtons']
|
436
|
+
end
|
437
|
+
|
438
|
+
if attributes.has_key?(:'PageSetup')
|
439
|
+
self.page_setup = attributes[:'PageSetup']
|
440
|
+
end
|
441
|
+
|
442
|
+
end
|
443
|
+
|
444
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
445
|
+
# @return Array for valid properies with the reasons
|
446
|
+
def list_invalid_properties
|
447
|
+
invalid_properties = Array.new
|
448
|
+
return invalid_properties
|
449
|
+
end
|
450
|
+
|
451
|
+
# Check to see if the all the properties in the model are valid
|
452
|
+
# @return true if the model is valid
|
453
|
+
def valid?
|
454
|
+
return true
|
455
|
+
end
|
456
|
+
|
457
|
+
# Checks equality by comparing each attribute.
|
458
|
+
# @param [Object] Object to be compared
|
459
|
+
def ==(o)
|
460
|
+
return true if self.equal?(o)
|
461
|
+
self.class == o.class &&
|
462
|
+
link == o.link &&
|
463
|
+
first_slice_angle == o.first_slice_angle &&
|
464
|
+
floor == o.floor &&
|
465
|
+
plot_empty_cells_type == o.plot_empty_cells_type &&
|
466
|
+
auto_scaling == o.auto_scaling &&
|
467
|
+
style == o.style &&
|
468
|
+
series_axis == o.series_axis &&
|
469
|
+
value_axis == o.value_axis &&
|
470
|
+
show_data_table == o.show_data_table &&
|
471
|
+
is3_d == o.is3_d &&
|
472
|
+
chart_area == o.chart_area &&
|
473
|
+
elevation == o.elevation &&
|
474
|
+
side_wall == o.side_wall &&
|
475
|
+
type == o.type &&
|
476
|
+
title == o.title &&
|
477
|
+
walls == o.walls &&
|
478
|
+
back_wall == o.back_wall &&
|
479
|
+
chart_data_table == o.chart_data_table &&
|
480
|
+
height_percent == o.height_percent &&
|
481
|
+
gap_width == o.gap_width &&
|
482
|
+
legend == o.legend &&
|
483
|
+
chart_object == o.chart_object &&
|
484
|
+
is_rectangular_cornered == o.is_rectangular_cornered &&
|
485
|
+
second_category_axis == o.second_category_axis &&
|
486
|
+
second_value_axis == o.second_value_axis &&
|
487
|
+
placement == o.placement &&
|
488
|
+
name == o.name &&
|
489
|
+
size_with_window == o.size_with_window &&
|
490
|
+
right_angle_axes == o.right_angle_axes &&
|
491
|
+
plot_visible_cells == o.plot_visible_cells &&
|
492
|
+
show_legend == o.show_legend &&
|
493
|
+
pivot_source == o.pivot_source &&
|
494
|
+
depth_percent == o.depth_percent &&
|
495
|
+
print_size == o.print_size &&
|
496
|
+
gap_depth == o.gap_depth &&
|
497
|
+
shapes == o.shapes &&
|
498
|
+
walls_and_gridlines2_d == o.walls_and_gridlines2_d &&
|
499
|
+
n_series == o.n_series &&
|
500
|
+
rotation_angle == o.rotation_angle &&
|
501
|
+
plot_area == o.plot_area &&
|
502
|
+
category_axis == o.category_axis &&
|
503
|
+
perspective == o.perspective &&
|
504
|
+
hide_pivot_field_buttons == o.hide_pivot_field_buttons &&
|
505
|
+
page_setup == o.page_setup
|
506
|
+
end
|
507
|
+
|
508
|
+
# @see the `==` method
|
509
|
+
# @param [Object] Object to be compared
|
510
|
+
def eql?(o)
|
511
|
+
self == o
|
512
|
+
end
|
513
|
+
|
514
|
+
# Calculates hash code according to all attributes.
|
515
|
+
# @return [Fixnum] Hash code
|
516
|
+
def hash
|
517
|
+
[link, first_slice_angle, floor, plot_empty_cells_type, auto_scaling, style, series_axis, value_axis, show_data_table, is3_d, chart_area, elevation, side_wall, type, title, walls, back_wall, chart_data_table, height_percent, gap_width, legend, chart_object, is_rectangular_cornered, second_category_axis, second_value_axis, placement, name, size_with_window, right_angle_axes, plot_visible_cells, show_legend, pivot_source, depth_percent, print_size, gap_depth, shapes, walls_and_gridlines2_d, n_series, rotation_angle, plot_area, category_axis, perspective, hide_pivot_field_buttons, page_setup].hash
|
518
|
+
end
|
519
|
+
|
520
|
+
# Builds the object from hash
|
521
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
522
|
+
# @return [Object] Returns the model itself
|
523
|
+
def build_from_hash(attributes)
|
524
|
+
return nil unless attributes.is_a?(Hash)
|
525
|
+
self.class.swagger_types.each_pair do |key, type|
|
526
|
+
if type =~ /\AArray<(.*)>/i
|
527
|
+
# check to ensure the input is an array given that the the attribute
|
528
|
+
# is documented as an array but the input is not
|
529
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
530
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
531
|
+
end
|
532
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
533
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
534
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
535
|
+
end
|
536
|
+
|
537
|
+
self
|
538
|
+
end
|
539
|
+
|
540
|
+
# Deserializes the data based on type
|
541
|
+
# @param string type Data type
|
542
|
+
# @param string value Value to be deserialized
|
543
|
+
# @return [Object] Deserialized data
|
544
|
+
def _deserialize(type, value)
|
545
|
+
case type.to_sym
|
546
|
+
when :DateTime
|
547
|
+
DateTime.parse(value)
|
548
|
+
when :Date
|
549
|
+
Date.parse(value)
|
550
|
+
when :String
|
551
|
+
value.to_s
|
552
|
+
when :Integer
|
553
|
+
value.to_i
|
554
|
+
when :Float
|
555
|
+
value.to_f
|
556
|
+
when :BOOLEAN
|
557
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
558
|
+
true
|
559
|
+
else
|
560
|
+
false
|
561
|
+
end
|
562
|
+
when :Object
|
563
|
+
# generic object (usually a Hash), return directly
|
564
|
+
value
|
565
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
566
|
+
inner_type = Regexp.last_match[:inner_type]
|
567
|
+
value.map { |v| _deserialize(inner_type, v) }
|
568
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
569
|
+
k_type = Regexp.last_match[:k_type]
|
570
|
+
v_type = Regexp.last_match[:v_type]
|
571
|
+
{}.tap do |hash|
|
572
|
+
value.each do |k, v|
|
573
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
574
|
+
end
|
575
|
+
end
|
576
|
+
else # model
|
577
|
+
temp_model = AsposeCellsCloud.const_get(type).new
|
578
|
+
temp_model.build_from_hash(value)
|
579
|
+
end
|
580
|
+
end
|
581
|
+
|
582
|
+
# Returns the string representation of the object
|
583
|
+
# @return [String] String presentation of the object
|
584
|
+
def to_s
|
585
|
+
to_hash.to_s
|
586
|
+
end
|
587
|
+
|
588
|
+
# to_body is an alias to to_hash (backward compatibility)
|
589
|
+
# @return [Hash] Returns the object in the form of hash
|
590
|
+
def to_body
|
591
|
+
to_hash
|
592
|
+
end
|
593
|
+
|
594
|
+
# Returns the object in the form of hash
|
595
|
+
# @return [Hash] Returns the object in the form of hash
|
596
|
+
def to_hash
|
597
|
+
hash = {}
|
598
|
+
self.class.attribute_map.each_pair do |attr, param|
|
599
|
+
value = self.send(attr)
|
600
|
+
next if value.nil?
|
601
|
+
hash[param] = _to_hash(value)
|
602
|
+
end
|
603
|
+
hash
|
604
|
+
end
|
605
|
+
|
606
|
+
# Outputs non-array value in the form of hash
|
607
|
+
# For object, use to_hash. Otherwise, just return the value
|
608
|
+
# @param [Object] value Any valid value
|
609
|
+
# @return [Hash] Returns the value in the form of hash
|
610
|
+
def _to_hash(value)
|
611
|
+
if value.is_a?(Array)
|
612
|
+
value.compact.map{ |v| _to_hash(v) }
|
613
|
+
elsif value.is_a?(Hash)
|
614
|
+
{}.tap do |hash|
|
615
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
616
|
+
end
|
617
|
+
elsif value.respond_to? :to_hash
|
618
|
+
value.to_hash
|
619
|
+
else
|
620
|
+
value
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
end
|
625
|
+
|
626
|
+
end
|