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,824 @@
|
|
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 PivotTable
|
28
|
+
attr_accessor :link
|
29
|
+
|
30
|
+
attr_accessor :show_pivot_style_last_column
|
31
|
+
|
32
|
+
attr_accessor :row_header_caption
|
33
|
+
|
34
|
+
attr_accessor :column_range
|
35
|
+
|
36
|
+
attr_accessor :refresh_data_on_opening_file
|
37
|
+
|
38
|
+
attr_accessor :page_fields
|
39
|
+
|
40
|
+
attr_accessor :data_fields
|
41
|
+
|
42
|
+
attr_accessor :data_body_range
|
43
|
+
|
44
|
+
attr_accessor :show_drill
|
45
|
+
|
46
|
+
attr_accessor :refresh_data_flag
|
47
|
+
|
48
|
+
attr_accessor :column_grand
|
49
|
+
|
50
|
+
attr_accessor :pivot_table_style_name
|
51
|
+
|
52
|
+
attr_accessor :pivot_filters
|
53
|
+
|
54
|
+
attr_accessor :null_string
|
55
|
+
|
56
|
+
attr_accessor :item_print_titles
|
57
|
+
|
58
|
+
attr_accessor :display_null_string
|
59
|
+
|
60
|
+
attr_accessor :enable_field_list
|
61
|
+
|
62
|
+
attr_accessor :table_range2
|
63
|
+
|
64
|
+
attr_accessor :row_fields
|
65
|
+
|
66
|
+
attr_accessor :page_field_order
|
67
|
+
|
68
|
+
attr_accessor :auto_format_type
|
69
|
+
|
70
|
+
attr_accessor :enable_data_value_editing
|
71
|
+
|
72
|
+
attr_accessor :show_pivot_style_row_header
|
73
|
+
|
74
|
+
attr_accessor :is_grid_drop_zones
|
75
|
+
|
76
|
+
attr_accessor :enable_wizard
|
77
|
+
|
78
|
+
attr_accessor :show_member_property_tips
|
79
|
+
|
80
|
+
attr_accessor :alt_text_description
|
81
|
+
|
82
|
+
attr_accessor :show_data_tips
|
83
|
+
|
84
|
+
attr_accessor :print_titles
|
85
|
+
|
86
|
+
attr_accessor :table_range1
|
87
|
+
|
88
|
+
attr_accessor :show_empty_row
|
89
|
+
|
90
|
+
attr_accessor :is_multiple_field_filters
|
91
|
+
|
92
|
+
attr_accessor :show_empty_col
|
93
|
+
|
94
|
+
attr_accessor :show_row_header_caption
|
95
|
+
|
96
|
+
attr_accessor :has_blank_rows
|
97
|
+
|
98
|
+
attr_accessor :data_source
|
99
|
+
|
100
|
+
attr_accessor :tag
|
101
|
+
|
102
|
+
attr_accessor :enable_drilldown
|
103
|
+
|
104
|
+
attr_accessor :indent
|
105
|
+
|
106
|
+
attr_accessor :name
|
107
|
+
|
108
|
+
attr_accessor :row_grand
|
109
|
+
|
110
|
+
attr_accessor :grand_total_name
|
111
|
+
|
112
|
+
attr_accessor :display_error_string
|
113
|
+
|
114
|
+
attr_accessor :row_range
|
115
|
+
|
116
|
+
attr_accessor :is_selected
|
117
|
+
|
118
|
+
attr_accessor :column_fields
|
119
|
+
|
120
|
+
attr_accessor :column_header_caption
|
121
|
+
|
122
|
+
attr_accessor :show_values_row
|
123
|
+
|
124
|
+
attr_accessor :enable_field_dialog
|
125
|
+
|
126
|
+
attr_accessor :missing_items_limit
|
127
|
+
|
128
|
+
attr_accessor :show_pivot_style_row_stripes
|
129
|
+
|
130
|
+
attr_accessor :manual_update
|
131
|
+
|
132
|
+
attr_accessor :is_auto_format
|
133
|
+
|
134
|
+
attr_accessor :display_immediate_items
|
135
|
+
|
136
|
+
attr_accessor :error_string
|
137
|
+
|
138
|
+
attr_accessor :custom_list_sort
|
139
|
+
|
140
|
+
attr_accessor :merge_labels
|
141
|
+
|
142
|
+
attr_accessor :page_field_wrap_count
|
143
|
+
|
144
|
+
attr_accessor :show_pivot_style_column_stripes
|
145
|
+
|
146
|
+
attr_accessor :field_list_sort_ascending
|
147
|
+
|
148
|
+
attr_accessor :alt_text_title
|
149
|
+
|
150
|
+
attr_accessor :preserve_formatting
|
151
|
+
|
152
|
+
attr_accessor :pivot_table_style_type
|
153
|
+
|
154
|
+
attr_accessor :data_field
|
155
|
+
|
156
|
+
attr_accessor :save_data
|
157
|
+
|
158
|
+
attr_accessor :subtotal_hidden_page_items
|
159
|
+
|
160
|
+
attr_accessor :print_drill
|
161
|
+
|
162
|
+
attr_accessor :show_pivot_style_column_header
|
163
|
+
|
164
|
+
attr_accessor :base_fields
|
165
|
+
|
166
|
+
|
167
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
168
|
+
def self.attribute_map
|
169
|
+
{
|
170
|
+
:'link' => :'link',
|
171
|
+
:'show_pivot_style_last_column' => :'ShowPivotStyleLastColumn',
|
172
|
+
:'row_header_caption' => :'RowHeaderCaption',
|
173
|
+
:'column_range' => :'ColumnRange',
|
174
|
+
:'refresh_data_on_opening_file' => :'RefreshDataOnOpeningFile',
|
175
|
+
:'page_fields' => :'PageFields',
|
176
|
+
:'data_fields' => :'DataFields',
|
177
|
+
:'data_body_range' => :'DataBodyRange',
|
178
|
+
:'show_drill' => :'ShowDrill',
|
179
|
+
:'refresh_data_flag' => :'RefreshDataFlag',
|
180
|
+
:'column_grand' => :'ColumnGrand',
|
181
|
+
:'pivot_table_style_name' => :'PivotTableStyleName',
|
182
|
+
:'pivot_filters' => :'PivotFilters',
|
183
|
+
:'null_string' => :'NullString',
|
184
|
+
:'item_print_titles' => :'ItemPrintTitles',
|
185
|
+
:'display_null_string' => :'DisplayNullString',
|
186
|
+
:'enable_field_list' => :'EnableFieldList',
|
187
|
+
:'table_range2' => :'TableRange2',
|
188
|
+
:'row_fields' => :'RowFields',
|
189
|
+
:'page_field_order' => :'PageFieldOrder',
|
190
|
+
:'auto_format_type' => :'AutoFormatType',
|
191
|
+
:'enable_data_value_editing' => :'EnableDataValueEditing',
|
192
|
+
:'show_pivot_style_row_header' => :'ShowPivotStyleRowHeader',
|
193
|
+
:'is_grid_drop_zones' => :'IsGridDropZones',
|
194
|
+
:'enable_wizard' => :'EnableWizard',
|
195
|
+
:'show_member_property_tips' => :'ShowMemberPropertyTips',
|
196
|
+
:'alt_text_description' => :'AltTextDescription',
|
197
|
+
:'show_data_tips' => :'ShowDataTips',
|
198
|
+
:'print_titles' => :'PrintTitles',
|
199
|
+
:'table_range1' => :'TableRange1',
|
200
|
+
:'show_empty_row' => :'ShowEmptyRow',
|
201
|
+
:'is_multiple_field_filters' => :'IsMultipleFieldFilters',
|
202
|
+
:'show_empty_col' => :'ShowEmptyCol',
|
203
|
+
:'show_row_header_caption' => :'ShowRowHeaderCaption',
|
204
|
+
:'has_blank_rows' => :'HasBlankRows',
|
205
|
+
:'data_source' => :'DataSource',
|
206
|
+
:'tag' => :'Tag',
|
207
|
+
:'enable_drilldown' => :'EnableDrilldown',
|
208
|
+
:'indent' => :'Indent',
|
209
|
+
:'name' => :'Name',
|
210
|
+
:'row_grand' => :'RowGrand',
|
211
|
+
:'grand_total_name' => :'GrandTotalName',
|
212
|
+
:'display_error_string' => :'DisplayErrorString',
|
213
|
+
:'row_range' => :'RowRange',
|
214
|
+
:'is_selected' => :'IsSelected',
|
215
|
+
:'column_fields' => :'ColumnFields',
|
216
|
+
:'column_header_caption' => :'ColumnHeaderCaption',
|
217
|
+
:'show_values_row' => :'ShowValuesRow',
|
218
|
+
:'enable_field_dialog' => :'EnableFieldDialog',
|
219
|
+
:'missing_items_limit' => :'MissingItemsLimit',
|
220
|
+
:'show_pivot_style_row_stripes' => :'ShowPivotStyleRowStripes',
|
221
|
+
:'manual_update' => :'ManualUpdate',
|
222
|
+
:'is_auto_format' => :'IsAutoFormat',
|
223
|
+
:'display_immediate_items' => :'DisplayImmediateItems',
|
224
|
+
:'error_string' => :'ErrorString',
|
225
|
+
:'custom_list_sort' => :'CustomListSort',
|
226
|
+
:'merge_labels' => :'MergeLabels',
|
227
|
+
:'page_field_wrap_count' => :'PageFieldWrapCount',
|
228
|
+
:'show_pivot_style_column_stripes' => :'ShowPivotStyleColumnStripes',
|
229
|
+
:'field_list_sort_ascending' => :'FieldListSortAscending',
|
230
|
+
:'alt_text_title' => :'AltTextTitle',
|
231
|
+
:'preserve_formatting' => :'PreserveFormatting',
|
232
|
+
:'pivot_table_style_type' => :'PivotTableStyleType',
|
233
|
+
:'data_field' => :'DataField',
|
234
|
+
:'save_data' => :'SaveData',
|
235
|
+
:'subtotal_hidden_page_items' => :'SubtotalHiddenPageItems',
|
236
|
+
:'print_drill' => :'PrintDrill',
|
237
|
+
:'show_pivot_style_column_header' => :'ShowPivotStyleColumnHeader',
|
238
|
+
:'base_fields' => :'BaseFields'
|
239
|
+
}
|
240
|
+
end
|
241
|
+
|
242
|
+
# Attribute type mapping.
|
243
|
+
def self.swagger_types
|
244
|
+
{
|
245
|
+
:'link' => :'Link',
|
246
|
+
:'show_pivot_style_last_column' => :'BOOLEAN',
|
247
|
+
:'row_header_caption' => :'String',
|
248
|
+
:'column_range' => :'CellArea',
|
249
|
+
:'refresh_data_on_opening_file' => :'BOOLEAN',
|
250
|
+
:'page_fields' => :'Array<PivotField>',
|
251
|
+
:'data_fields' => :'Array<PivotField>',
|
252
|
+
:'data_body_range' => :'CellArea',
|
253
|
+
:'show_drill' => :'BOOLEAN',
|
254
|
+
:'refresh_data_flag' => :'BOOLEAN',
|
255
|
+
:'column_grand' => :'BOOLEAN',
|
256
|
+
:'pivot_table_style_name' => :'String',
|
257
|
+
:'pivot_filters' => :'Array<PivotFilter>',
|
258
|
+
:'null_string' => :'String',
|
259
|
+
:'item_print_titles' => :'BOOLEAN',
|
260
|
+
:'display_null_string' => :'BOOLEAN',
|
261
|
+
:'enable_field_list' => :'BOOLEAN',
|
262
|
+
:'table_range2' => :'CellArea',
|
263
|
+
:'row_fields' => :'Array<PivotField>',
|
264
|
+
:'page_field_order' => :'String',
|
265
|
+
:'auto_format_type' => :'String',
|
266
|
+
:'enable_data_value_editing' => :'BOOLEAN',
|
267
|
+
:'show_pivot_style_row_header' => :'BOOLEAN',
|
268
|
+
:'is_grid_drop_zones' => :'BOOLEAN',
|
269
|
+
:'enable_wizard' => :'BOOLEAN',
|
270
|
+
:'show_member_property_tips' => :'BOOLEAN',
|
271
|
+
:'alt_text_description' => :'String',
|
272
|
+
:'show_data_tips' => :'BOOLEAN',
|
273
|
+
:'print_titles' => :'BOOLEAN',
|
274
|
+
:'table_range1' => :'CellArea',
|
275
|
+
:'show_empty_row' => :'BOOLEAN',
|
276
|
+
:'is_multiple_field_filters' => :'BOOLEAN',
|
277
|
+
:'show_empty_col' => :'BOOLEAN',
|
278
|
+
:'show_row_header_caption' => :'BOOLEAN',
|
279
|
+
:'has_blank_rows' => :'BOOLEAN',
|
280
|
+
:'data_source' => :'Array<String>',
|
281
|
+
:'tag' => :'String',
|
282
|
+
:'enable_drilldown' => :'BOOLEAN',
|
283
|
+
:'indent' => :'Integer',
|
284
|
+
:'name' => :'String',
|
285
|
+
:'row_grand' => :'BOOLEAN',
|
286
|
+
:'grand_total_name' => :'String',
|
287
|
+
:'display_error_string' => :'BOOLEAN',
|
288
|
+
:'row_range' => :'CellArea',
|
289
|
+
:'is_selected' => :'BOOLEAN',
|
290
|
+
:'column_fields' => :'Array<PivotField>',
|
291
|
+
:'column_header_caption' => :'String',
|
292
|
+
:'show_values_row' => :'BOOLEAN',
|
293
|
+
:'enable_field_dialog' => :'BOOLEAN',
|
294
|
+
:'missing_items_limit' => :'String',
|
295
|
+
:'show_pivot_style_row_stripes' => :'BOOLEAN',
|
296
|
+
:'manual_update' => :'BOOLEAN',
|
297
|
+
:'is_auto_format' => :'BOOLEAN',
|
298
|
+
:'display_immediate_items' => :'BOOLEAN',
|
299
|
+
:'error_string' => :'String',
|
300
|
+
:'custom_list_sort' => :'BOOLEAN',
|
301
|
+
:'merge_labels' => :'BOOLEAN',
|
302
|
+
:'page_field_wrap_count' => :'Integer',
|
303
|
+
:'show_pivot_style_column_stripes' => :'BOOLEAN',
|
304
|
+
:'field_list_sort_ascending' => :'BOOLEAN',
|
305
|
+
:'alt_text_title' => :'String',
|
306
|
+
:'preserve_formatting' => :'BOOLEAN',
|
307
|
+
:'pivot_table_style_type' => :'String',
|
308
|
+
:'data_field' => :'PivotField',
|
309
|
+
:'save_data' => :'BOOLEAN',
|
310
|
+
:'subtotal_hidden_page_items' => :'BOOLEAN',
|
311
|
+
:'print_drill' => :'BOOLEAN',
|
312
|
+
:'show_pivot_style_column_header' => :'BOOLEAN',
|
313
|
+
:'base_fields' => :'Array<PivotField>'
|
314
|
+
}
|
315
|
+
end
|
316
|
+
|
317
|
+
# Initializes the object
|
318
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
319
|
+
def initialize(attributes = {})
|
320
|
+
return unless attributes.is_a?(Hash)
|
321
|
+
|
322
|
+
# convert string to symbol for hash key
|
323
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
324
|
+
|
325
|
+
if attributes.has_key?(:'link')
|
326
|
+
self.link = attributes[:'link']
|
327
|
+
end
|
328
|
+
|
329
|
+
if attributes.has_key?(:'ShowPivotStyleLastColumn')
|
330
|
+
self.show_pivot_style_last_column = attributes[:'ShowPivotStyleLastColumn']
|
331
|
+
end
|
332
|
+
|
333
|
+
if attributes.has_key?(:'RowHeaderCaption')
|
334
|
+
self.row_header_caption = attributes[:'RowHeaderCaption']
|
335
|
+
end
|
336
|
+
|
337
|
+
if attributes.has_key?(:'ColumnRange')
|
338
|
+
self.column_range = attributes[:'ColumnRange']
|
339
|
+
end
|
340
|
+
|
341
|
+
if attributes.has_key?(:'RefreshDataOnOpeningFile')
|
342
|
+
self.refresh_data_on_opening_file = attributes[:'RefreshDataOnOpeningFile']
|
343
|
+
end
|
344
|
+
|
345
|
+
if attributes.has_key?(:'PageFields')
|
346
|
+
if (value = attributes[:'PageFields']).is_a?(Array)
|
347
|
+
self.page_fields = value
|
348
|
+
end
|
349
|
+
end
|
350
|
+
|
351
|
+
if attributes.has_key?(:'DataFields')
|
352
|
+
if (value = attributes[:'DataFields']).is_a?(Array)
|
353
|
+
self.data_fields = value
|
354
|
+
end
|
355
|
+
end
|
356
|
+
|
357
|
+
if attributes.has_key?(:'DataBodyRange')
|
358
|
+
self.data_body_range = attributes[:'DataBodyRange']
|
359
|
+
end
|
360
|
+
|
361
|
+
if attributes.has_key?(:'ShowDrill')
|
362
|
+
self.show_drill = attributes[:'ShowDrill']
|
363
|
+
end
|
364
|
+
|
365
|
+
if attributes.has_key?(:'RefreshDataFlag')
|
366
|
+
self.refresh_data_flag = attributes[:'RefreshDataFlag']
|
367
|
+
end
|
368
|
+
|
369
|
+
if attributes.has_key?(:'ColumnGrand')
|
370
|
+
self.column_grand = attributes[:'ColumnGrand']
|
371
|
+
end
|
372
|
+
|
373
|
+
if attributes.has_key?(:'PivotTableStyleName')
|
374
|
+
self.pivot_table_style_name = attributes[:'PivotTableStyleName']
|
375
|
+
end
|
376
|
+
|
377
|
+
if attributes.has_key?(:'PivotFilters')
|
378
|
+
if (value = attributes[:'PivotFilters']).is_a?(Array)
|
379
|
+
self.pivot_filters = value
|
380
|
+
end
|
381
|
+
end
|
382
|
+
|
383
|
+
if attributes.has_key?(:'NullString')
|
384
|
+
self.null_string = attributes[:'NullString']
|
385
|
+
end
|
386
|
+
|
387
|
+
if attributes.has_key?(:'ItemPrintTitles')
|
388
|
+
self.item_print_titles = attributes[:'ItemPrintTitles']
|
389
|
+
end
|
390
|
+
|
391
|
+
if attributes.has_key?(:'DisplayNullString')
|
392
|
+
self.display_null_string = attributes[:'DisplayNullString']
|
393
|
+
end
|
394
|
+
|
395
|
+
if attributes.has_key?(:'EnableFieldList')
|
396
|
+
self.enable_field_list = attributes[:'EnableFieldList']
|
397
|
+
end
|
398
|
+
|
399
|
+
if attributes.has_key?(:'TableRange2')
|
400
|
+
self.table_range2 = attributes[:'TableRange2']
|
401
|
+
end
|
402
|
+
|
403
|
+
if attributes.has_key?(:'RowFields')
|
404
|
+
if (value = attributes[:'RowFields']).is_a?(Array)
|
405
|
+
self.row_fields = value
|
406
|
+
end
|
407
|
+
end
|
408
|
+
|
409
|
+
if attributes.has_key?(:'PageFieldOrder')
|
410
|
+
self.page_field_order = attributes[:'PageFieldOrder']
|
411
|
+
end
|
412
|
+
|
413
|
+
if attributes.has_key?(:'AutoFormatType')
|
414
|
+
self.auto_format_type = attributes[:'AutoFormatType']
|
415
|
+
end
|
416
|
+
|
417
|
+
if attributes.has_key?(:'EnableDataValueEditing')
|
418
|
+
self.enable_data_value_editing = attributes[:'EnableDataValueEditing']
|
419
|
+
end
|
420
|
+
|
421
|
+
if attributes.has_key?(:'ShowPivotStyleRowHeader')
|
422
|
+
self.show_pivot_style_row_header = attributes[:'ShowPivotStyleRowHeader']
|
423
|
+
end
|
424
|
+
|
425
|
+
if attributes.has_key?(:'IsGridDropZones')
|
426
|
+
self.is_grid_drop_zones = attributes[:'IsGridDropZones']
|
427
|
+
end
|
428
|
+
|
429
|
+
if attributes.has_key?(:'EnableWizard')
|
430
|
+
self.enable_wizard = attributes[:'EnableWizard']
|
431
|
+
end
|
432
|
+
|
433
|
+
if attributes.has_key?(:'ShowMemberPropertyTips')
|
434
|
+
self.show_member_property_tips = attributes[:'ShowMemberPropertyTips']
|
435
|
+
end
|
436
|
+
|
437
|
+
if attributes.has_key?(:'AltTextDescription')
|
438
|
+
self.alt_text_description = attributes[:'AltTextDescription']
|
439
|
+
end
|
440
|
+
|
441
|
+
if attributes.has_key?(:'ShowDataTips')
|
442
|
+
self.show_data_tips = attributes[:'ShowDataTips']
|
443
|
+
end
|
444
|
+
|
445
|
+
if attributes.has_key?(:'PrintTitles')
|
446
|
+
self.print_titles = attributes[:'PrintTitles']
|
447
|
+
end
|
448
|
+
|
449
|
+
if attributes.has_key?(:'TableRange1')
|
450
|
+
self.table_range1 = attributes[:'TableRange1']
|
451
|
+
end
|
452
|
+
|
453
|
+
if attributes.has_key?(:'ShowEmptyRow')
|
454
|
+
self.show_empty_row = attributes[:'ShowEmptyRow']
|
455
|
+
end
|
456
|
+
|
457
|
+
if attributes.has_key?(:'IsMultipleFieldFilters')
|
458
|
+
self.is_multiple_field_filters = attributes[:'IsMultipleFieldFilters']
|
459
|
+
end
|
460
|
+
|
461
|
+
if attributes.has_key?(:'ShowEmptyCol')
|
462
|
+
self.show_empty_col = attributes[:'ShowEmptyCol']
|
463
|
+
end
|
464
|
+
|
465
|
+
if attributes.has_key?(:'ShowRowHeaderCaption')
|
466
|
+
self.show_row_header_caption = attributes[:'ShowRowHeaderCaption']
|
467
|
+
end
|
468
|
+
|
469
|
+
if attributes.has_key?(:'HasBlankRows')
|
470
|
+
self.has_blank_rows = attributes[:'HasBlankRows']
|
471
|
+
end
|
472
|
+
|
473
|
+
if attributes.has_key?(:'DataSource')
|
474
|
+
if (value = attributes[:'DataSource']).is_a?(Array)
|
475
|
+
self.data_source = value
|
476
|
+
end
|
477
|
+
end
|
478
|
+
|
479
|
+
if attributes.has_key?(:'Tag')
|
480
|
+
self.tag = attributes[:'Tag']
|
481
|
+
end
|
482
|
+
|
483
|
+
if attributes.has_key?(:'EnableDrilldown')
|
484
|
+
self.enable_drilldown = attributes[:'EnableDrilldown']
|
485
|
+
end
|
486
|
+
|
487
|
+
if attributes.has_key?(:'Indent')
|
488
|
+
self.indent = attributes[:'Indent']
|
489
|
+
end
|
490
|
+
|
491
|
+
if attributes.has_key?(:'Name')
|
492
|
+
self.name = attributes[:'Name']
|
493
|
+
end
|
494
|
+
|
495
|
+
if attributes.has_key?(:'RowGrand')
|
496
|
+
self.row_grand = attributes[:'RowGrand']
|
497
|
+
end
|
498
|
+
|
499
|
+
if attributes.has_key?(:'GrandTotalName')
|
500
|
+
self.grand_total_name = attributes[:'GrandTotalName']
|
501
|
+
end
|
502
|
+
|
503
|
+
if attributes.has_key?(:'DisplayErrorString')
|
504
|
+
self.display_error_string = attributes[:'DisplayErrorString']
|
505
|
+
end
|
506
|
+
|
507
|
+
if attributes.has_key?(:'RowRange')
|
508
|
+
self.row_range = attributes[:'RowRange']
|
509
|
+
end
|
510
|
+
|
511
|
+
if attributes.has_key?(:'IsSelected')
|
512
|
+
self.is_selected = attributes[:'IsSelected']
|
513
|
+
end
|
514
|
+
|
515
|
+
if attributes.has_key?(:'ColumnFields')
|
516
|
+
if (value = attributes[:'ColumnFields']).is_a?(Array)
|
517
|
+
self.column_fields = value
|
518
|
+
end
|
519
|
+
end
|
520
|
+
|
521
|
+
if attributes.has_key?(:'ColumnHeaderCaption')
|
522
|
+
self.column_header_caption = attributes[:'ColumnHeaderCaption']
|
523
|
+
end
|
524
|
+
|
525
|
+
if attributes.has_key?(:'ShowValuesRow')
|
526
|
+
self.show_values_row = attributes[:'ShowValuesRow']
|
527
|
+
end
|
528
|
+
|
529
|
+
if attributes.has_key?(:'EnableFieldDialog')
|
530
|
+
self.enable_field_dialog = attributes[:'EnableFieldDialog']
|
531
|
+
end
|
532
|
+
|
533
|
+
if attributes.has_key?(:'MissingItemsLimit')
|
534
|
+
self.missing_items_limit = attributes[:'MissingItemsLimit']
|
535
|
+
end
|
536
|
+
|
537
|
+
if attributes.has_key?(:'ShowPivotStyleRowStripes')
|
538
|
+
self.show_pivot_style_row_stripes = attributes[:'ShowPivotStyleRowStripes']
|
539
|
+
end
|
540
|
+
|
541
|
+
if attributes.has_key?(:'ManualUpdate')
|
542
|
+
self.manual_update = attributes[:'ManualUpdate']
|
543
|
+
end
|
544
|
+
|
545
|
+
if attributes.has_key?(:'IsAutoFormat')
|
546
|
+
self.is_auto_format = attributes[:'IsAutoFormat']
|
547
|
+
end
|
548
|
+
|
549
|
+
if attributes.has_key?(:'DisplayImmediateItems')
|
550
|
+
self.display_immediate_items = attributes[:'DisplayImmediateItems']
|
551
|
+
end
|
552
|
+
|
553
|
+
if attributes.has_key?(:'ErrorString')
|
554
|
+
self.error_string = attributes[:'ErrorString']
|
555
|
+
end
|
556
|
+
|
557
|
+
if attributes.has_key?(:'CustomListSort')
|
558
|
+
self.custom_list_sort = attributes[:'CustomListSort']
|
559
|
+
end
|
560
|
+
|
561
|
+
if attributes.has_key?(:'MergeLabels')
|
562
|
+
self.merge_labels = attributes[:'MergeLabels']
|
563
|
+
end
|
564
|
+
|
565
|
+
if attributes.has_key?(:'PageFieldWrapCount')
|
566
|
+
self.page_field_wrap_count = attributes[:'PageFieldWrapCount']
|
567
|
+
end
|
568
|
+
|
569
|
+
if attributes.has_key?(:'ShowPivotStyleColumnStripes')
|
570
|
+
self.show_pivot_style_column_stripes = attributes[:'ShowPivotStyleColumnStripes']
|
571
|
+
end
|
572
|
+
|
573
|
+
if attributes.has_key?(:'FieldListSortAscending')
|
574
|
+
self.field_list_sort_ascending = attributes[:'FieldListSortAscending']
|
575
|
+
end
|
576
|
+
|
577
|
+
if attributes.has_key?(:'AltTextTitle')
|
578
|
+
self.alt_text_title = attributes[:'AltTextTitle']
|
579
|
+
end
|
580
|
+
|
581
|
+
if attributes.has_key?(:'PreserveFormatting')
|
582
|
+
self.preserve_formatting = attributes[:'PreserveFormatting']
|
583
|
+
end
|
584
|
+
|
585
|
+
if attributes.has_key?(:'PivotTableStyleType')
|
586
|
+
self.pivot_table_style_type = attributes[:'PivotTableStyleType']
|
587
|
+
end
|
588
|
+
|
589
|
+
if attributes.has_key?(:'DataField')
|
590
|
+
self.data_field = attributes[:'DataField']
|
591
|
+
end
|
592
|
+
|
593
|
+
if attributes.has_key?(:'SaveData')
|
594
|
+
self.save_data = attributes[:'SaveData']
|
595
|
+
end
|
596
|
+
|
597
|
+
if attributes.has_key?(:'SubtotalHiddenPageItems')
|
598
|
+
self.subtotal_hidden_page_items = attributes[:'SubtotalHiddenPageItems']
|
599
|
+
end
|
600
|
+
|
601
|
+
if attributes.has_key?(:'PrintDrill')
|
602
|
+
self.print_drill = attributes[:'PrintDrill']
|
603
|
+
end
|
604
|
+
|
605
|
+
if attributes.has_key?(:'ShowPivotStyleColumnHeader')
|
606
|
+
self.show_pivot_style_column_header = attributes[:'ShowPivotStyleColumnHeader']
|
607
|
+
end
|
608
|
+
|
609
|
+
if attributes.has_key?(:'BaseFields')
|
610
|
+
if (value = attributes[:'BaseFields']).is_a?(Array)
|
611
|
+
self.base_fields = value
|
612
|
+
end
|
613
|
+
end
|
614
|
+
|
615
|
+
end
|
616
|
+
|
617
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
618
|
+
# @return Array for valid properies with the reasons
|
619
|
+
def list_invalid_properties
|
620
|
+
invalid_properties = Array.new
|
621
|
+
return invalid_properties
|
622
|
+
end
|
623
|
+
|
624
|
+
# Check to see if the all the properties in the model are valid
|
625
|
+
# @return true if the model is valid
|
626
|
+
def valid?
|
627
|
+
return true
|
628
|
+
end
|
629
|
+
|
630
|
+
# Checks equality by comparing each attribute.
|
631
|
+
# @param [Object] Object to be compared
|
632
|
+
def ==(o)
|
633
|
+
return true if self.equal?(o)
|
634
|
+
self.class == o.class &&
|
635
|
+
link == o.link &&
|
636
|
+
show_pivot_style_last_column == o.show_pivot_style_last_column &&
|
637
|
+
row_header_caption == o.row_header_caption &&
|
638
|
+
column_range == o.column_range &&
|
639
|
+
refresh_data_on_opening_file == o.refresh_data_on_opening_file &&
|
640
|
+
page_fields == o.page_fields &&
|
641
|
+
data_fields == o.data_fields &&
|
642
|
+
data_body_range == o.data_body_range &&
|
643
|
+
show_drill == o.show_drill &&
|
644
|
+
refresh_data_flag == o.refresh_data_flag &&
|
645
|
+
column_grand == o.column_grand &&
|
646
|
+
pivot_table_style_name == o.pivot_table_style_name &&
|
647
|
+
pivot_filters == o.pivot_filters &&
|
648
|
+
null_string == o.null_string &&
|
649
|
+
item_print_titles == o.item_print_titles &&
|
650
|
+
display_null_string == o.display_null_string &&
|
651
|
+
enable_field_list == o.enable_field_list &&
|
652
|
+
table_range2 == o.table_range2 &&
|
653
|
+
row_fields == o.row_fields &&
|
654
|
+
page_field_order == o.page_field_order &&
|
655
|
+
auto_format_type == o.auto_format_type &&
|
656
|
+
enable_data_value_editing == o.enable_data_value_editing &&
|
657
|
+
show_pivot_style_row_header == o.show_pivot_style_row_header &&
|
658
|
+
is_grid_drop_zones == o.is_grid_drop_zones &&
|
659
|
+
enable_wizard == o.enable_wizard &&
|
660
|
+
show_member_property_tips == o.show_member_property_tips &&
|
661
|
+
alt_text_description == o.alt_text_description &&
|
662
|
+
show_data_tips == o.show_data_tips &&
|
663
|
+
print_titles == o.print_titles &&
|
664
|
+
table_range1 == o.table_range1 &&
|
665
|
+
show_empty_row == o.show_empty_row &&
|
666
|
+
is_multiple_field_filters == o.is_multiple_field_filters &&
|
667
|
+
show_empty_col == o.show_empty_col &&
|
668
|
+
show_row_header_caption == o.show_row_header_caption &&
|
669
|
+
has_blank_rows == o.has_blank_rows &&
|
670
|
+
data_source == o.data_source &&
|
671
|
+
tag == o.tag &&
|
672
|
+
enable_drilldown == o.enable_drilldown &&
|
673
|
+
indent == o.indent &&
|
674
|
+
name == o.name &&
|
675
|
+
row_grand == o.row_grand &&
|
676
|
+
grand_total_name == o.grand_total_name &&
|
677
|
+
display_error_string == o.display_error_string &&
|
678
|
+
row_range == o.row_range &&
|
679
|
+
is_selected == o.is_selected &&
|
680
|
+
column_fields == o.column_fields &&
|
681
|
+
column_header_caption == o.column_header_caption &&
|
682
|
+
show_values_row == o.show_values_row &&
|
683
|
+
enable_field_dialog == o.enable_field_dialog &&
|
684
|
+
missing_items_limit == o.missing_items_limit &&
|
685
|
+
show_pivot_style_row_stripes == o.show_pivot_style_row_stripes &&
|
686
|
+
manual_update == o.manual_update &&
|
687
|
+
is_auto_format == o.is_auto_format &&
|
688
|
+
display_immediate_items == o.display_immediate_items &&
|
689
|
+
error_string == o.error_string &&
|
690
|
+
custom_list_sort == o.custom_list_sort &&
|
691
|
+
merge_labels == o.merge_labels &&
|
692
|
+
page_field_wrap_count == o.page_field_wrap_count &&
|
693
|
+
show_pivot_style_column_stripes == o.show_pivot_style_column_stripes &&
|
694
|
+
field_list_sort_ascending == o.field_list_sort_ascending &&
|
695
|
+
alt_text_title == o.alt_text_title &&
|
696
|
+
preserve_formatting == o.preserve_formatting &&
|
697
|
+
pivot_table_style_type == o.pivot_table_style_type &&
|
698
|
+
data_field == o.data_field &&
|
699
|
+
save_data == o.save_data &&
|
700
|
+
subtotal_hidden_page_items == o.subtotal_hidden_page_items &&
|
701
|
+
print_drill == o.print_drill &&
|
702
|
+
show_pivot_style_column_header == o.show_pivot_style_column_header &&
|
703
|
+
base_fields == o.base_fields
|
704
|
+
end
|
705
|
+
|
706
|
+
# @see the `==` method
|
707
|
+
# @param [Object] Object to be compared
|
708
|
+
def eql?(o)
|
709
|
+
self == o
|
710
|
+
end
|
711
|
+
|
712
|
+
# Calculates hash code according to all attributes.
|
713
|
+
# @return [Fixnum] Hash code
|
714
|
+
def hash
|
715
|
+
[link, show_pivot_style_last_column, row_header_caption, column_range, refresh_data_on_opening_file, page_fields, data_fields, data_body_range, show_drill, refresh_data_flag, column_grand, pivot_table_style_name, pivot_filters, null_string, item_print_titles, display_null_string, enable_field_list, table_range2, row_fields, page_field_order, auto_format_type, enable_data_value_editing, show_pivot_style_row_header, is_grid_drop_zones, enable_wizard, show_member_property_tips, alt_text_description, show_data_tips, print_titles, table_range1, show_empty_row, is_multiple_field_filters, show_empty_col, show_row_header_caption, has_blank_rows, data_source, tag, enable_drilldown, indent, name, row_grand, grand_total_name, display_error_string, row_range, is_selected, column_fields, column_header_caption, show_values_row, enable_field_dialog, missing_items_limit, show_pivot_style_row_stripes, manual_update, is_auto_format, display_immediate_items, error_string, custom_list_sort, merge_labels, page_field_wrap_count, show_pivot_style_column_stripes, field_list_sort_ascending, alt_text_title, preserve_formatting, pivot_table_style_type, data_field, save_data, subtotal_hidden_page_items, print_drill, show_pivot_style_column_header, base_fields].hash
|
716
|
+
end
|
717
|
+
|
718
|
+
# Builds the object from hash
|
719
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
720
|
+
# @return [Object] Returns the model itself
|
721
|
+
def build_from_hash(attributes)
|
722
|
+
return nil unless attributes.is_a?(Hash)
|
723
|
+
self.class.swagger_types.each_pair do |key, type|
|
724
|
+
if type =~ /\AArray<(.*)>/i
|
725
|
+
# check to ensure the input is an array given that the the attribute
|
726
|
+
# is documented as an array but the input is not
|
727
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
728
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
729
|
+
end
|
730
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
731
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
732
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
733
|
+
end
|
734
|
+
|
735
|
+
self
|
736
|
+
end
|
737
|
+
|
738
|
+
# Deserializes the data based on type
|
739
|
+
# @param string type Data type
|
740
|
+
# @param string value Value to be deserialized
|
741
|
+
# @return [Object] Deserialized data
|
742
|
+
def _deserialize(type, value)
|
743
|
+
case type.to_sym
|
744
|
+
when :DateTime
|
745
|
+
DateTime.parse(value)
|
746
|
+
when :Date
|
747
|
+
Date.parse(value)
|
748
|
+
when :String
|
749
|
+
value.to_s
|
750
|
+
when :Integer
|
751
|
+
value.to_i
|
752
|
+
when :Float
|
753
|
+
value.to_f
|
754
|
+
when :BOOLEAN
|
755
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
756
|
+
true
|
757
|
+
else
|
758
|
+
false
|
759
|
+
end
|
760
|
+
when :Object
|
761
|
+
# generic object (usually a Hash), return directly
|
762
|
+
value
|
763
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
764
|
+
inner_type = Regexp.last_match[:inner_type]
|
765
|
+
value.map { |v| _deserialize(inner_type, v) }
|
766
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
767
|
+
k_type = Regexp.last_match[:k_type]
|
768
|
+
v_type = Regexp.last_match[:v_type]
|
769
|
+
{}.tap do |hash|
|
770
|
+
value.each do |k, v|
|
771
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
772
|
+
end
|
773
|
+
end
|
774
|
+
else # model
|
775
|
+
temp_model = AsposeCellsCloud.const_get(type).new
|
776
|
+
temp_model.build_from_hash(value)
|
777
|
+
end
|
778
|
+
end
|
779
|
+
|
780
|
+
# Returns the string representation of the object
|
781
|
+
# @return [String] String presentation of the object
|
782
|
+
def to_s
|
783
|
+
to_hash.to_s
|
784
|
+
end
|
785
|
+
|
786
|
+
# to_body is an alias to to_hash (backward compatibility)
|
787
|
+
# @return [Hash] Returns the object in the form of hash
|
788
|
+
def to_body
|
789
|
+
to_hash
|
790
|
+
end
|
791
|
+
|
792
|
+
# Returns the object in the form of hash
|
793
|
+
# @return [Hash] Returns the object in the form of hash
|
794
|
+
def to_hash
|
795
|
+
hash = {}
|
796
|
+
self.class.attribute_map.each_pair do |attr, param|
|
797
|
+
value = self.send(attr)
|
798
|
+
next if value.nil?
|
799
|
+
hash[param] = _to_hash(value)
|
800
|
+
end
|
801
|
+
hash
|
802
|
+
end
|
803
|
+
|
804
|
+
# Outputs non-array value in the form of hash
|
805
|
+
# For object, use to_hash. Otherwise, just return the value
|
806
|
+
# @param [Object] value Any valid value
|
807
|
+
# @return [Hash] Returns the value in the form of hash
|
808
|
+
def _to_hash(value)
|
809
|
+
if value.is_a?(Array)
|
810
|
+
value.compact.map{ |v| _to_hash(v) }
|
811
|
+
elsif value.is_a?(Hash)
|
812
|
+
{}.tap do |hash|
|
813
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
814
|
+
end
|
815
|
+
elsif value.respond_to? :to_hash
|
816
|
+
value.to_hash
|
817
|
+
else
|
818
|
+
value
|
819
|
+
end
|
820
|
+
end
|
821
|
+
|
822
|
+
end
|
823
|
+
|
824
|
+
end
|