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,207 @@
|
|
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 WorkbookSettingsOperateParameter
|
28
|
+
attr_accessor :operate_type
|
29
|
+
|
30
|
+
attr_accessor :workbook_settings
|
31
|
+
|
32
|
+
|
33
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
34
|
+
def self.attribute_map
|
35
|
+
{
|
36
|
+
:'operate_type' => :'OperateType',
|
37
|
+
:'workbook_settings' => :'WorkbookSettings'
|
38
|
+
}
|
39
|
+
end
|
40
|
+
|
41
|
+
# Attribute type mapping.
|
42
|
+
def self.swagger_types
|
43
|
+
{
|
44
|
+
:'operate_type' => :'String',
|
45
|
+
:'workbook_settings' => :'WorkbookSettings'
|
46
|
+
}
|
47
|
+
end
|
48
|
+
|
49
|
+
# Initializes the object
|
50
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
51
|
+
def initialize(attributes = {})
|
52
|
+
return unless attributes.is_a?(Hash)
|
53
|
+
|
54
|
+
# convert string to symbol for hash key
|
55
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
56
|
+
|
57
|
+
if attributes.has_key?(:'OperateType')
|
58
|
+
self.operate_type = attributes[:'OperateType']
|
59
|
+
end
|
60
|
+
|
61
|
+
if attributes.has_key?(:'WorkbookSettings')
|
62
|
+
self.workbook_settings = attributes[:'WorkbookSettings']
|
63
|
+
end
|
64
|
+
|
65
|
+
end
|
66
|
+
|
67
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
68
|
+
# @return Array for valid properies with the reasons
|
69
|
+
def list_invalid_properties
|
70
|
+
invalid_properties = Array.new
|
71
|
+
return invalid_properties
|
72
|
+
end
|
73
|
+
|
74
|
+
# Check to see if the all the properties in the model are valid
|
75
|
+
# @return true if the model is valid
|
76
|
+
def valid?
|
77
|
+
return true
|
78
|
+
end
|
79
|
+
|
80
|
+
# Checks equality by comparing each attribute.
|
81
|
+
# @param [Object] Object to be compared
|
82
|
+
def ==(o)
|
83
|
+
return true if self.equal?(o)
|
84
|
+
self.class == o.class &&
|
85
|
+
operate_type == o.operate_type &&
|
86
|
+
workbook_settings == o.workbook_settings
|
87
|
+
end
|
88
|
+
|
89
|
+
# @see the `==` method
|
90
|
+
# @param [Object] Object to be compared
|
91
|
+
def eql?(o)
|
92
|
+
self == o
|
93
|
+
end
|
94
|
+
|
95
|
+
# Calculates hash code according to all attributes.
|
96
|
+
# @return [Fixnum] Hash code
|
97
|
+
def hash
|
98
|
+
[operate_type, workbook_settings].hash
|
99
|
+
end
|
100
|
+
|
101
|
+
# Builds the object from hash
|
102
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
103
|
+
# @return [Object] Returns the model itself
|
104
|
+
def build_from_hash(attributes)
|
105
|
+
return nil unless attributes.is_a?(Hash)
|
106
|
+
self.class.swagger_types.each_pair do |key, type|
|
107
|
+
if type =~ /\AArray<(.*)>/i
|
108
|
+
# check to ensure the input is an array given that the the attribute
|
109
|
+
# is documented as an array but the input is not
|
110
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
111
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
112
|
+
end
|
113
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
114
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
115
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
116
|
+
end
|
117
|
+
|
118
|
+
self
|
119
|
+
end
|
120
|
+
|
121
|
+
# Deserializes the data based on type
|
122
|
+
# @param string type Data type
|
123
|
+
# @param string value Value to be deserialized
|
124
|
+
# @return [Object] Deserialized data
|
125
|
+
def _deserialize(type, value)
|
126
|
+
case type.to_sym
|
127
|
+
when :DateTime
|
128
|
+
DateTime.parse(value)
|
129
|
+
when :Date
|
130
|
+
Date.parse(value)
|
131
|
+
when :String
|
132
|
+
value.to_s
|
133
|
+
when :Integer
|
134
|
+
value.to_i
|
135
|
+
when :Float
|
136
|
+
value.to_f
|
137
|
+
when :BOOLEAN
|
138
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
139
|
+
true
|
140
|
+
else
|
141
|
+
false
|
142
|
+
end
|
143
|
+
when :Object
|
144
|
+
# generic object (usually a Hash), return directly
|
145
|
+
value
|
146
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
147
|
+
inner_type = Regexp.last_match[:inner_type]
|
148
|
+
value.map { |v| _deserialize(inner_type, v) }
|
149
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
150
|
+
k_type = Regexp.last_match[:k_type]
|
151
|
+
v_type = Regexp.last_match[:v_type]
|
152
|
+
{}.tap do |hash|
|
153
|
+
value.each do |k, v|
|
154
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
155
|
+
end
|
156
|
+
end
|
157
|
+
else # model
|
158
|
+
temp_model = AsposeCellsCloud.const_get(type).new
|
159
|
+
temp_model.build_from_hash(value)
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|
163
|
+
# Returns the string representation of the object
|
164
|
+
# @return [String] String presentation of the object
|
165
|
+
def to_s
|
166
|
+
to_hash.to_s
|
167
|
+
end
|
168
|
+
|
169
|
+
# to_body is an alias to to_hash (backward compatibility)
|
170
|
+
# @return [Hash] Returns the object in the form of hash
|
171
|
+
def to_body
|
172
|
+
to_hash
|
173
|
+
end
|
174
|
+
|
175
|
+
# Returns the object in the form of hash
|
176
|
+
# @return [Hash] Returns the object in the form of hash
|
177
|
+
def to_hash
|
178
|
+
hash = {}
|
179
|
+
self.class.attribute_map.each_pair do |attr, param|
|
180
|
+
value = self.send(attr)
|
181
|
+
next if value.nil?
|
182
|
+
hash[param] = _to_hash(value)
|
183
|
+
end
|
184
|
+
hash
|
185
|
+
end
|
186
|
+
|
187
|
+
# Outputs non-array value in the form of hash
|
188
|
+
# For object, use to_hash. Otherwise, just return the value
|
189
|
+
# @param [Object] value Any valid value
|
190
|
+
# @return [Hash] Returns the value in the form of hash
|
191
|
+
def _to_hash(value)
|
192
|
+
if value.is_a?(Array)
|
193
|
+
value.compact.map{ |v| _to_hash(v) }
|
194
|
+
elsif value.is_a?(Hash)
|
195
|
+
{}.tap do |hash|
|
196
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
197
|
+
end
|
198
|
+
elsif value.respond_to? :to_hash
|
199
|
+
value.to_hash
|
200
|
+
else
|
201
|
+
value
|
202
|
+
end
|
203
|
+
end
|
204
|
+
|
205
|
+
end
|
206
|
+
|
207
|
+
end
|
@@ -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 WorkbookSettingsResponse
|
28
|
+
attr_accessor :status
|
29
|
+
|
30
|
+
attr_accessor :code
|
31
|
+
|
32
|
+
attr_accessor :settings
|
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
|
+
:'settings' => :'settings'
|
41
|
+
}
|
42
|
+
end
|
43
|
+
|
44
|
+
# Attribute type mapping.
|
45
|
+
def self.swagger_types
|
46
|
+
{
|
47
|
+
:'status' => :'String',
|
48
|
+
:'code' => :'Integer',
|
49
|
+
:'settings' => :'WorkbookSettings'
|
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?(:'settings')
|
70
|
+
self.settings = attributes[:'settings']
|
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
|
+
settings == o.settings
|
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, settings].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,510 @@
|
|
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 Worksheet
|
28
|
+
# Gets the index of sheet in the worksheets collection.
|
29
|
+
attr_accessor :index
|
30
|
+
|
31
|
+
attr_accessor :pictures
|
32
|
+
|
33
|
+
attr_accessor :charts
|
34
|
+
|
35
|
+
attr_accessor :comments
|
36
|
+
|
37
|
+
attr_accessor :hyperlinks
|
38
|
+
|
39
|
+
# Represents if the worksheet is visible.
|
40
|
+
attr_accessor :is_visible
|
41
|
+
|
42
|
+
# Gets and sets the view type.
|
43
|
+
attr_accessor :view_type
|
44
|
+
|
45
|
+
# Represents worksheet type
|
46
|
+
attr_accessor :type
|
47
|
+
|
48
|
+
# Gets or sets a value indicating whether the gridelines are visible.Default is true.
|
49
|
+
attr_accessor :is_gridlines_visible
|
50
|
+
|
51
|
+
# Gets or sets a value indicating whether the worksheet will display row and column headers.Default is true.
|
52
|
+
attr_accessor :is_row_column_headers_visible
|
53
|
+
|
54
|
+
# Indications the specified worksheet is shown in normal view or page break preview.
|
55
|
+
attr_accessor :is_page_break_preview
|
56
|
+
|
57
|
+
# True if zero values are displayed.
|
58
|
+
attr_accessor :display_zeros
|
59
|
+
|
60
|
+
# Flag indicating whether the Transition Formula Evaluation (Lotus compatibility) option is enabled.
|
61
|
+
attr_accessor :transition_evaluation
|
62
|
+
|
63
|
+
# Indicates if the specified worksheet is displayed from right to left instead of from left to right. Default is false.
|
64
|
+
attr_accessor :display_right_to_left
|
65
|
+
|
66
|
+
# Represents first visible column index.
|
67
|
+
attr_accessor :first_visible_column
|
68
|
+
|
69
|
+
attr_accessor :ole_objects
|
70
|
+
|
71
|
+
# Indicates whether show outline.
|
72
|
+
attr_accessor :is_outline_shown
|
73
|
+
|
74
|
+
# Gets or sets the name of the worksheet.
|
75
|
+
attr_accessor :name
|
76
|
+
|
77
|
+
attr_accessor :auto_shapes
|
78
|
+
|
79
|
+
attr_accessor :cells
|
80
|
+
|
81
|
+
attr_accessor :validations
|
82
|
+
|
83
|
+
# Represents the scaling factor in percent. It should be btween 10 and 400.
|
84
|
+
attr_accessor :zoom
|
85
|
+
|
86
|
+
attr_accessor :conditional_formattings
|
87
|
+
|
88
|
+
# Indicates whether this worksheet is selected when the workbook is opened.
|
89
|
+
attr_accessor :is_selected
|
90
|
+
|
91
|
+
# Represents worksheet tab color.
|
92
|
+
attr_accessor :tab_color
|
93
|
+
|
94
|
+
# Represents first visible row index.
|
95
|
+
attr_accessor :first_visible_row
|
96
|
+
|
97
|
+
# Flag indicating whether the Transition Formula Entry (Lotus compatibility) option is enabled.
|
98
|
+
attr_accessor :transition_entry
|
99
|
+
|
100
|
+
# Indicates the state for this sheet visibility
|
101
|
+
attr_accessor :visibility_type
|
102
|
+
|
103
|
+
# Indicates whether the ruler is visible. Only apply for page break preview.
|
104
|
+
attr_accessor :is_ruler_visible
|
105
|
+
|
106
|
+
attr_accessor :links
|
107
|
+
|
108
|
+
# Indicates if the worksheet is protected.
|
109
|
+
attr_accessor :is_protected
|
110
|
+
|
111
|
+
attr_accessor :merged_cells
|
112
|
+
|
113
|
+
|
114
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
115
|
+
def self.attribute_map
|
116
|
+
{
|
117
|
+
:'index' => :'Index',
|
118
|
+
:'pictures' => :'Pictures',
|
119
|
+
:'charts' => :'Charts',
|
120
|
+
:'comments' => :'Comments',
|
121
|
+
:'hyperlinks' => :'Hyperlinks',
|
122
|
+
:'is_visible' => :'IsVisible',
|
123
|
+
:'view_type' => :'ViewType',
|
124
|
+
:'type' => :'Type',
|
125
|
+
:'is_gridlines_visible' => :'IsGridlinesVisible',
|
126
|
+
:'is_row_column_headers_visible' => :'IsRowColumnHeadersVisible',
|
127
|
+
:'is_page_break_preview' => :'IsPageBreakPreview',
|
128
|
+
:'display_zeros' => :'DisplayZeros',
|
129
|
+
:'transition_evaluation' => :'TransitionEvaluation',
|
130
|
+
:'display_right_to_left' => :'DisplayRightToLeft',
|
131
|
+
:'first_visible_column' => :'FirstVisibleColumn',
|
132
|
+
:'ole_objects' => :'OleObjects',
|
133
|
+
:'is_outline_shown' => :'IsOutlineShown',
|
134
|
+
:'name' => :'Name',
|
135
|
+
:'auto_shapes' => :'AutoShapes',
|
136
|
+
:'cells' => :'Cells',
|
137
|
+
:'validations' => :'Validations',
|
138
|
+
:'zoom' => :'Zoom',
|
139
|
+
:'conditional_formattings' => :'ConditionalFormattings',
|
140
|
+
:'is_selected' => :'IsSelected',
|
141
|
+
:'tab_color' => :'TabColor',
|
142
|
+
:'first_visible_row' => :'FirstVisibleRow',
|
143
|
+
:'transition_entry' => :'TransitionEntry',
|
144
|
+
:'visibility_type' => :'VisibilityType',
|
145
|
+
:'is_ruler_visible' => :'IsRulerVisible',
|
146
|
+
:'links' => :'Links',
|
147
|
+
:'is_protected' => :'IsProtected',
|
148
|
+
:'merged_cells' => :'MergedCells'
|
149
|
+
}
|
150
|
+
end
|
151
|
+
|
152
|
+
# Attribute type mapping.
|
153
|
+
def self.swagger_types
|
154
|
+
{
|
155
|
+
:'index' => :'Integer',
|
156
|
+
:'pictures' => :'LinkElement',
|
157
|
+
:'charts' => :'LinkElement',
|
158
|
+
:'comments' => :'LinkElement',
|
159
|
+
:'hyperlinks' => :'LinkElement',
|
160
|
+
:'is_visible' => :'BOOLEAN',
|
161
|
+
:'view_type' => :'String',
|
162
|
+
:'type' => :'String',
|
163
|
+
:'is_gridlines_visible' => :'BOOLEAN',
|
164
|
+
:'is_row_column_headers_visible' => :'BOOLEAN',
|
165
|
+
:'is_page_break_preview' => :'BOOLEAN',
|
166
|
+
:'display_zeros' => :'BOOLEAN',
|
167
|
+
:'transition_evaluation' => :'BOOLEAN',
|
168
|
+
:'display_right_to_left' => :'BOOLEAN',
|
169
|
+
:'first_visible_column' => :'Integer',
|
170
|
+
:'ole_objects' => :'LinkElement',
|
171
|
+
:'is_outline_shown' => :'BOOLEAN',
|
172
|
+
:'name' => :'String',
|
173
|
+
:'auto_shapes' => :'LinkElement',
|
174
|
+
:'cells' => :'LinkElement',
|
175
|
+
:'validations' => :'LinkElement',
|
176
|
+
:'zoom' => :'Integer',
|
177
|
+
:'conditional_formattings' => :'LinkElement',
|
178
|
+
:'is_selected' => :'BOOLEAN',
|
179
|
+
:'tab_color' => :'Color',
|
180
|
+
:'first_visible_row' => :'Integer',
|
181
|
+
:'transition_entry' => :'BOOLEAN',
|
182
|
+
:'visibility_type' => :'String',
|
183
|
+
:'is_ruler_visible' => :'BOOLEAN',
|
184
|
+
:'links' => :'Array<Link>',
|
185
|
+
:'is_protected' => :'BOOLEAN',
|
186
|
+
:'merged_cells' => :'LinkElement'
|
187
|
+
}
|
188
|
+
end
|
189
|
+
|
190
|
+
# Initializes the object
|
191
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
192
|
+
def initialize(attributes = {})
|
193
|
+
return unless attributes.is_a?(Hash)
|
194
|
+
|
195
|
+
# convert string to symbol for hash key
|
196
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
197
|
+
|
198
|
+
if attributes.has_key?(:'Index')
|
199
|
+
self.index = attributes[:'Index']
|
200
|
+
end
|
201
|
+
|
202
|
+
if attributes.has_key?(:'Pictures')
|
203
|
+
self.pictures = attributes[:'Pictures']
|
204
|
+
end
|
205
|
+
|
206
|
+
if attributes.has_key?(:'Charts')
|
207
|
+
self.charts = attributes[:'Charts']
|
208
|
+
end
|
209
|
+
|
210
|
+
if attributes.has_key?(:'Comments')
|
211
|
+
self.comments = attributes[:'Comments']
|
212
|
+
end
|
213
|
+
|
214
|
+
if attributes.has_key?(:'Hyperlinks')
|
215
|
+
self.hyperlinks = attributes[:'Hyperlinks']
|
216
|
+
end
|
217
|
+
|
218
|
+
if attributes.has_key?(:'IsVisible')
|
219
|
+
self.is_visible = attributes[:'IsVisible']
|
220
|
+
end
|
221
|
+
|
222
|
+
if attributes.has_key?(:'ViewType')
|
223
|
+
self.view_type = attributes[:'ViewType']
|
224
|
+
end
|
225
|
+
|
226
|
+
if attributes.has_key?(:'Type')
|
227
|
+
self.type = attributes[:'Type']
|
228
|
+
end
|
229
|
+
|
230
|
+
if attributes.has_key?(:'IsGridlinesVisible')
|
231
|
+
self.is_gridlines_visible = attributes[:'IsGridlinesVisible']
|
232
|
+
end
|
233
|
+
|
234
|
+
if attributes.has_key?(:'IsRowColumnHeadersVisible')
|
235
|
+
self.is_row_column_headers_visible = attributes[:'IsRowColumnHeadersVisible']
|
236
|
+
end
|
237
|
+
|
238
|
+
if attributes.has_key?(:'IsPageBreakPreview')
|
239
|
+
self.is_page_break_preview = attributes[:'IsPageBreakPreview']
|
240
|
+
end
|
241
|
+
|
242
|
+
if attributes.has_key?(:'DisplayZeros')
|
243
|
+
self.display_zeros = attributes[:'DisplayZeros']
|
244
|
+
end
|
245
|
+
|
246
|
+
if attributes.has_key?(:'TransitionEvaluation')
|
247
|
+
self.transition_evaluation = attributes[:'TransitionEvaluation']
|
248
|
+
end
|
249
|
+
|
250
|
+
if attributes.has_key?(:'DisplayRightToLeft')
|
251
|
+
self.display_right_to_left = attributes[:'DisplayRightToLeft']
|
252
|
+
end
|
253
|
+
|
254
|
+
if attributes.has_key?(:'FirstVisibleColumn')
|
255
|
+
self.first_visible_column = attributes[:'FirstVisibleColumn']
|
256
|
+
end
|
257
|
+
|
258
|
+
if attributes.has_key?(:'OleObjects')
|
259
|
+
self.ole_objects = attributes[:'OleObjects']
|
260
|
+
end
|
261
|
+
|
262
|
+
if attributes.has_key?(:'IsOutlineShown')
|
263
|
+
self.is_outline_shown = attributes[:'IsOutlineShown']
|
264
|
+
end
|
265
|
+
|
266
|
+
if attributes.has_key?(:'Name')
|
267
|
+
self.name = attributes[:'Name']
|
268
|
+
end
|
269
|
+
|
270
|
+
if attributes.has_key?(:'AutoShapes')
|
271
|
+
self.auto_shapes = attributes[:'AutoShapes']
|
272
|
+
end
|
273
|
+
|
274
|
+
if attributes.has_key?(:'Cells')
|
275
|
+
self.cells = attributes[:'Cells']
|
276
|
+
end
|
277
|
+
|
278
|
+
if attributes.has_key?(:'Validations')
|
279
|
+
self.validations = attributes[:'Validations']
|
280
|
+
end
|
281
|
+
|
282
|
+
if attributes.has_key?(:'Zoom')
|
283
|
+
self.zoom = attributes[:'Zoom']
|
284
|
+
end
|
285
|
+
|
286
|
+
if attributes.has_key?(:'ConditionalFormattings')
|
287
|
+
self.conditional_formattings = attributes[:'ConditionalFormattings']
|
288
|
+
end
|
289
|
+
|
290
|
+
if attributes.has_key?(:'IsSelected')
|
291
|
+
self.is_selected = attributes[:'IsSelected']
|
292
|
+
end
|
293
|
+
|
294
|
+
if attributes.has_key?(:'TabColor')
|
295
|
+
self.tab_color = attributes[:'TabColor']
|
296
|
+
end
|
297
|
+
|
298
|
+
if attributes.has_key?(:'FirstVisibleRow')
|
299
|
+
self.first_visible_row = attributes[:'FirstVisibleRow']
|
300
|
+
end
|
301
|
+
|
302
|
+
if attributes.has_key?(:'TransitionEntry')
|
303
|
+
self.transition_entry = attributes[:'TransitionEntry']
|
304
|
+
end
|
305
|
+
|
306
|
+
if attributes.has_key?(:'VisibilityType')
|
307
|
+
self.visibility_type = attributes[:'VisibilityType']
|
308
|
+
end
|
309
|
+
|
310
|
+
if attributes.has_key?(:'IsRulerVisible')
|
311
|
+
self.is_ruler_visible = attributes[:'IsRulerVisible']
|
312
|
+
end
|
313
|
+
|
314
|
+
if attributes.has_key?(:'Links')
|
315
|
+
if (value = attributes[:'Links']).is_a?(Array)
|
316
|
+
self.links = value
|
317
|
+
end
|
318
|
+
end
|
319
|
+
|
320
|
+
if attributes.has_key?(:'IsProtected')
|
321
|
+
self.is_protected = attributes[:'IsProtected']
|
322
|
+
end
|
323
|
+
|
324
|
+
if attributes.has_key?(:'MergedCells')
|
325
|
+
self.merged_cells = attributes[:'MergedCells']
|
326
|
+
end
|
327
|
+
|
328
|
+
end
|
329
|
+
|
330
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
331
|
+
# @return Array for valid properies with the reasons
|
332
|
+
def list_invalid_properties
|
333
|
+
invalid_properties = Array.new
|
334
|
+
if @index.nil?
|
335
|
+
invalid_properties.push("invalid value for 'index', index cannot be nil.")
|
336
|
+
end
|
337
|
+
|
338
|
+
if @is_protected.nil?
|
339
|
+
invalid_properties.push("invalid value for 'is_protected', is_protected cannot be nil.")
|
340
|
+
end
|
341
|
+
|
342
|
+
return invalid_properties
|
343
|
+
end
|
344
|
+
|
345
|
+
# Check to see if the all the properties in the model are valid
|
346
|
+
# @return true if the model is valid
|
347
|
+
def valid?
|
348
|
+
return false if @index.nil?
|
349
|
+
return false if @is_protected.nil?
|
350
|
+
return true
|
351
|
+
end
|
352
|
+
|
353
|
+
# Checks equality by comparing each attribute.
|
354
|
+
# @param [Object] Object to be compared
|
355
|
+
def ==(o)
|
356
|
+
return true if self.equal?(o)
|
357
|
+
self.class == o.class &&
|
358
|
+
index == o.index &&
|
359
|
+
pictures == o.pictures &&
|
360
|
+
charts == o.charts &&
|
361
|
+
comments == o.comments &&
|
362
|
+
hyperlinks == o.hyperlinks &&
|
363
|
+
is_visible == o.is_visible &&
|
364
|
+
view_type == o.view_type &&
|
365
|
+
type == o.type &&
|
366
|
+
is_gridlines_visible == o.is_gridlines_visible &&
|
367
|
+
is_row_column_headers_visible == o.is_row_column_headers_visible &&
|
368
|
+
is_page_break_preview == o.is_page_break_preview &&
|
369
|
+
display_zeros == o.display_zeros &&
|
370
|
+
transition_evaluation == o.transition_evaluation &&
|
371
|
+
display_right_to_left == o.display_right_to_left &&
|
372
|
+
first_visible_column == o.first_visible_column &&
|
373
|
+
ole_objects == o.ole_objects &&
|
374
|
+
is_outline_shown == o.is_outline_shown &&
|
375
|
+
name == o.name &&
|
376
|
+
auto_shapes == o.auto_shapes &&
|
377
|
+
cells == o.cells &&
|
378
|
+
validations == o.validations &&
|
379
|
+
zoom == o.zoom &&
|
380
|
+
conditional_formattings == o.conditional_formattings &&
|
381
|
+
is_selected == o.is_selected &&
|
382
|
+
tab_color == o.tab_color &&
|
383
|
+
first_visible_row == o.first_visible_row &&
|
384
|
+
transition_entry == o.transition_entry &&
|
385
|
+
visibility_type == o.visibility_type &&
|
386
|
+
is_ruler_visible == o.is_ruler_visible &&
|
387
|
+
links == o.links &&
|
388
|
+
is_protected == o.is_protected &&
|
389
|
+
merged_cells == o.merged_cells
|
390
|
+
end
|
391
|
+
|
392
|
+
# @see the `==` method
|
393
|
+
# @param [Object] Object to be compared
|
394
|
+
def eql?(o)
|
395
|
+
self == o
|
396
|
+
end
|
397
|
+
|
398
|
+
# Calculates hash code according to all attributes.
|
399
|
+
# @return [Fixnum] Hash code
|
400
|
+
def hash
|
401
|
+
[index, pictures, charts, comments, hyperlinks, is_visible, view_type, type, is_gridlines_visible, is_row_column_headers_visible, is_page_break_preview, display_zeros, transition_evaluation, display_right_to_left, first_visible_column, ole_objects, is_outline_shown, name, auto_shapes, cells, validations, zoom, conditional_formattings, is_selected, tab_color, first_visible_row, transition_entry, visibility_type, is_ruler_visible, links, is_protected, merged_cells].hash
|
402
|
+
end
|
403
|
+
|
404
|
+
# Builds the object from hash
|
405
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
406
|
+
# @return [Object] Returns the model itself
|
407
|
+
def build_from_hash(attributes)
|
408
|
+
return nil unless attributes.is_a?(Hash)
|
409
|
+
self.class.swagger_types.each_pair do |key, type|
|
410
|
+
if type =~ /\AArray<(.*)>/i
|
411
|
+
# check to ensure the input is an array given that the the attribute
|
412
|
+
# is documented as an array but the input is not
|
413
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
414
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
415
|
+
end
|
416
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
417
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
418
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
419
|
+
end
|
420
|
+
|
421
|
+
self
|
422
|
+
end
|
423
|
+
|
424
|
+
# Deserializes the data based on type
|
425
|
+
# @param string type Data type
|
426
|
+
# @param string value Value to be deserialized
|
427
|
+
# @return [Object] Deserialized data
|
428
|
+
def _deserialize(type, value)
|
429
|
+
case type.to_sym
|
430
|
+
when :DateTime
|
431
|
+
DateTime.parse(value)
|
432
|
+
when :Date
|
433
|
+
Date.parse(value)
|
434
|
+
when :String
|
435
|
+
value.to_s
|
436
|
+
when :Integer
|
437
|
+
value.to_i
|
438
|
+
when :Float
|
439
|
+
value.to_f
|
440
|
+
when :BOOLEAN
|
441
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
442
|
+
true
|
443
|
+
else
|
444
|
+
false
|
445
|
+
end
|
446
|
+
when :Object
|
447
|
+
# generic object (usually a Hash), return directly
|
448
|
+
value
|
449
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
450
|
+
inner_type = Regexp.last_match[:inner_type]
|
451
|
+
value.map { |v| _deserialize(inner_type, v) }
|
452
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
453
|
+
k_type = Regexp.last_match[:k_type]
|
454
|
+
v_type = Regexp.last_match[:v_type]
|
455
|
+
{}.tap do |hash|
|
456
|
+
value.each do |k, v|
|
457
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
458
|
+
end
|
459
|
+
end
|
460
|
+
else # model
|
461
|
+
temp_model = AsposeCellsCloud.const_get(type).new
|
462
|
+
temp_model.build_from_hash(value)
|
463
|
+
end
|
464
|
+
end
|
465
|
+
|
466
|
+
# Returns the string representation of the object
|
467
|
+
# @return [String] String presentation of the object
|
468
|
+
def to_s
|
469
|
+
to_hash.to_s
|
470
|
+
end
|
471
|
+
|
472
|
+
# to_body is an alias to to_hash (backward compatibility)
|
473
|
+
# @return [Hash] Returns the object in the form of hash
|
474
|
+
def to_body
|
475
|
+
to_hash
|
476
|
+
end
|
477
|
+
|
478
|
+
# Returns the object in the form of hash
|
479
|
+
# @return [Hash] Returns the object in the form of hash
|
480
|
+
def to_hash
|
481
|
+
hash = {}
|
482
|
+
self.class.attribute_map.each_pair do |attr, param|
|
483
|
+
value = self.send(attr)
|
484
|
+
next if value.nil?
|
485
|
+
hash[param] = _to_hash(value)
|
486
|
+
end
|
487
|
+
hash
|
488
|
+
end
|
489
|
+
|
490
|
+
# Outputs non-array value in the form of hash
|
491
|
+
# For object, use to_hash. Otherwise, just return the value
|
492
|
+
# @param [Object] value Any valid value
|
493
|
+
# @return [Hash] Returns the value in the form of hash
|
494
|
+
def _to_hash(value)
|
495
|
+
if value.is_a?(Array)
|
496
|
+
value.compact.map{ |v| _to_hash(v) }
|
497
|
+
elsif value.is_a?(Hash)
|
498
|
+
{}.tap do |hash|
|
499
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
500
|
+
end
|
501
|
+
elsif value.respond_to? :to_hash
|
502
|
+
value.to_hash
|
503
|
+
else
|
504
|
+
value
|
505
|
+
end
|
506
|
+
end
|
507
|
+
|
508
|
+
end
|
509
|
+
|
510
|
+
end
|