aspose_cells_cloud 23.8 → 23.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +4 -1
- data/README.md +6 -4
- data/lib/aspose_cells_cloud/api/cells_api.rb +25 -2
- data/lib/aspose_cells_cloud/models/above_average.rb +3 -3
- data/lib/aspose_cells_cloud/models/abstract_calculation_engine.rb +234 -0
- data/lib/aspose_cells_cloud/models/{barcode_response.rb → abstract_calculation_monitor.rb} +33 -45
- data/lib/aspose_cells_cloud/models/arc_shape.rb +6 -6
- data/lib/aspose_cells_cloud/models/area.rb +5 -5
- data/lib/aspose_cells_cloud/models/auto_filter.rb +4 -4
- data/lib/aspose_cells_cloud/models/auto_fitter_options.rb +68 -8
- data/lib/aspose_cells_cloud/models/axis.rb +34 -34
- data/lib/aspose_cells_cloud/models/batch_convert_request.rb +7 -7
- data/lib/aspose_cells_cloud/models/batch_lock_request.rb +6 -6
- data/lib/aspose_cells_cloud/models/batch_protect_request.rb +6 -6
- data/lib/aspose_cells_cloud/models/batch_split_request.rb +9 -9
- data/lib/aspose_cells_cloud/models/border.rb +4 -4
- data/lib/aspose_cells_cloud/models/calculation_options.rb +44 -8
- data/lib/aspose_cells_cloud/models/cell.rb +15 -15
- data/lib/aspose_cells_cloud/models/cells.rb +4 -4
- data/lib/aspose_cells_cloud/models/cells_color.rb +7 -7
- data/lib/aspose_cells_cloud/models/chart.rb +43 -43
- data/lib/aspose_cells_cloud/models/chart_data_table.rb +8 -8
- data/lib/aspose_cells_cloud/models/chart_frame.rb +13 -13
- data/lib/aspose_cells_cloud/models/{barcode_response_list.rb → chart_globalization_settings.rb} +2 -2
- data/lib/aspose_cells_cloud/models/chart_point.rb +8 -8
- data/lib/aspose_cells_cloud/models/check_box.rb +3 -3
- data/lib/aspose_cells_cloud/models/color_filter.rb +1 -1
- data/lib/aspose_cells_cloud/models/color_filter_request.rb +3 -3
- data/lib/aspose_cells_cloud/models/color_scale.rb +6 -6
- data/lib/aspose_cells_cloud/models/column.rb +5 -5
- data/lib/aspose_cells_cloud/models/combo_box.rb +5 -5
- data/lib/aspose_cells_cloud/models/comment.rb +10 -10
- data/lib/aspose_cells_cloud/models/comment_shape.rb +1 -1
- data/lib/aspose_cells_cloud/models/conditional_formatting_icon.rb +3 -3
- data/lib/aspose_cells_cloud/models/conditional_formatting_value.rb +3 -3
- data/lib/aspose_cells_cloud/models/copy_options.rb +6 -6
- data/lib/aspose_cells_cloud/models/create_pivot_table_request.rb +7 -7
- data/lib/aspose_cells_cloud/models/custom_filter.rb +2 -2
- data/lib/aspose_cells_cloud/models/custom_parser_config.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_bar.rb +12 -12
- data/lib/aspose_cells_cloud/models/data_bar_border.rb +2 -2
- data/lib/aspose_cells_cloud/models/data_labels.rb +13 -13
- data/lib/aspose_cells_cloud/models/data_sorter.rb +21 -9
- data/lib/aspose_cells_cloud/models/data_sorter_key.rb +270 -0
- data/lib/aspose_cells_cloud/models/date_time_group_item.rb +7 -7
- data/lib/aspose_cells_cloud/models/digital_signature.rb +8 -8
- data/lib/aspose_cells_cloud/models/display_unit_label.rb +1 -1
- data/lib/aspose_cells_cloud/models/drop_bars.rb +2 -2
- data/lib/aspose_cells_cloud/models/dynamic_filter.rb +3 -3
- data/lib/aspose_cells_cloud/models/error_bar.rb +6 -6
- data/lib/aspose_cells_cloud/models/fill_format.rb +6 -6
- data/lib/aspose_cells_cloud/models/filter_column.rb +3 -3
- data/lib/aspose_cells_cloud/models/floor.rb +1 -1
- data/lib/aspose_cells_cloud/models/font.rb +10 -10
- data/lib/aspose_cells_cloud/models/font_setting.rb +5 -5
- data/lib/aspose_cells_cloud/models/format_condition.rb +14 -14
- data/lib/aspose_cells_cloud/models/formula_format_condition.rb +3 -3
- data/lib/aspose_cells_cloud/models/formula_settings.rb +330 -0
- data/lib/aspose_cells_cloud/models/globalization_settings.rb +258 -0
- data/lib/aspose_cells_cloud/models/gradient_fill.rb +4 -4
- data/lib/aspose_cells_cloud/models/group_box.rb +1 -1
- data/lib/aspose_cells_cloud/models/horizontal_page_break.rb +3 -3
- data/lib/aspose_cells_cloud/models/html_save_options.rb +30 -30
- data/lib/aspose_cells_cloud/models/hyperlink.rb +5 -5
- data/lib/aspose_cells_cloud/models/icon_filter.rb +2 -2
- data/lib/aspose_cells_cloud/models/icon_set.rb +5 -5
- data/lib/aspose_cells_cloud/models/image_or_print_options.rb +8 -8
- data/lib/aspose_cells_cloud/models/image_save_options.rb +12 -12
- data/lib/aspose_cells_cloud/models/import_picture_option.rb +1 -1
- data/lib/aspose_cells_cloud/models/json_save_options.rb +4 -4
- data/lib/aspose_cells_cloud/models/label.rb +1 -1
- data/lib/aspose_cells_cloud/models/legend.rb +2 -2
- data/lib/aspose_cells_cloud/models/legend_entry.rb +4 -4
- data/lib/aspose_cells_cloud/models/line.rb +19 -19
- data/lib/aspose_cells_cloud/models/line_format.rb +11 -11
- data/lib/aspose_cells_cloud/models/line_shape.rb +6 -6
- data/lib/aspose_cells_cloud/models/list_box.rb +6 -6
- data/lib/aspose_cells_cloud/models/list_column.rb +20 -8
- data/lib/aspose_cells_cloud/models/list_object.rb +88 -16
- data/lib/aspose_cells_cloud/models/load_options.rb +8 -8
- data/lib/aspose_cells_cloud/models/m_html_save_options.rb +12 -12
- data/lib/aspose_cells_cloud/models/markdown_save_options.rb +3 -3
- data/lib/aspose_cells_cloud/models/marker.rb +4 -4
- data/lib/aspose_cells_cloud/models/match_condition_request.rb +2 -2
- data/lib/aspose_cells_cloud/models/name.rb +6 -6
- data/lib/aspose_cells_cloud/models/negative_bar_format.rb +4 -4
- data/lib/aspose_cells_cloud/models/ole_object.rb +7 -7
- data/lib/aspose_cells_cloud/models/ooxml_save_options.rb +5 -5
- data/lib/aspose_cells_cloud/models/page_setup.rb +34 -34
- data/lib/aspose_cells_cloud/models/password_request.rb +1 -1
- data/lib/aspose_cells_cloud/models/paste_options.rb +4 -4
- data/lib/aspose_cells_cloud/models/pattern_fill.rb +7 -7
- data/lib/aspose_cells_cloud/models/pdf_save_options.rb +19 -19
- data/lib/aspose_cells_cloud/models/pic_format_option.rb +6 -6
- data/lib/aspose_cells_cloud/models/picture.rb +5 -5
- data/lib/aspose_cells_cloud/models/pivot_globalization_settings.rb +198 -0
- data/lib/aspose_cells_cloud/models/pivot_table_field_request.rb +1 -1
- data/lib/aspose_cells_cloud/models/plot_area.rb +4 -4
- data/lib/aspose_cells_cloud/models/{protect_workbook_requst.rb → protect_workbook_request.rb} +18 -18
- data/lib/aspose_cells_cloud/models/protection.rb +17 -17
- data/lib/aspose_cells_cloud/models/query_table.rb +258 -0
- data/lib/aspose_cells_cloud/models/radio_button.rb +3 -3
- data/lib/aspose_cells_cloud/models/range.rb +9 -9
- data/lib/aspose_cells_cloud/models/range_copy_request.rb +4 -4
- data/lib/aspose_cells_cloud/models/range_set_outline_border_request.rb +4 -4
- data/lib/aspose_cells_cloud/models/range_set_style_request.rb +2 -2
- data/lib/aspose_cells_cloud/models/range_sort_request.rb +222 -0
- data/lib/aspose_cells_cloud/models/row.rb +7 -7
- data/lib/aspose_cells_cloud/models/save_options.rb +4 -4
- data/lib/aspose_cells_cloud/models/scroll_bar.rb +7 -7
- data/lib/aspose_cells_cloud/models/series.rb +47 -47
- data/lib/aspose_cells_cloud/models/shadow_effect.rb +7 -7
- data/lib/aspose_cells_cloud/models/shape.rb +36 -36
- data/lib/aspose_cells_cloud/models/solid_fill.rb +3 -3
- data/lib/aspose_cells_cloud/models/sparkline.rb +3 -3
- data/lib/aspose_cells_cloud/models/sparkline_group.rb +27 -27
- data/lib/aspose_cells_cloud/models/spinner.rb +5 -5
- data/lib/aspose_cells_cloud/models/split_result_response.rb +1 -1
- data/lib/aspose_cells_cloud/models/split_workbook_task_parameter.rb +3 -3
- data/lib/aspose_cells_cloud/models/sql_script_save_options.rb +14 -14
- data/lib/aspose_cells_cloud/models/style.rb +22 -22
- data/lib/aspose_cells_cloud/models/svg_save_options.rb +1 -1
- data/lib/aspose_cells_cloud/models/table_total_request.rb +3 -3
- data/lib/aspose_cells_cloud/models/text_format_condition.rb +1 -1
- data/lib/aspose_cells_cloud/models/text_water_marker_request.rb +4 -4
- data/lib/aspose_cells_cloud/models/texture_fill.rb +5 -5
- data/lib/aspose_cells_cloud/models/theme_color.rb +2 -2
- data/lib/aspose_cells_cloud/models/tick_labels.rb +11 -11
- data/lib/aspose_cells_cloud/models/tile_pic_option.rb +6 -6
- data/lib/aspose_cells_cloud/models/time_period_format_condition.rb +1 -1
- data/lib/aspose_cells_cloud/models/title.rb +2 -2
- data/lib/aspose_cells_cloud/models/top10.rb +3 -3
- data/lib/aspose_cells_cloud/models/top10_filter.rb +4 -4
- data/lib/aspose_cells_cloud/models/trendline.rb +12 -12
- data/lib/aspose_cells_cloud/models/txt_save_options.rb +4 -4
- data/lib/aspose_cells_cloud/models/validation.rb +16 -16
- data/lib/aspose_cells_cloud/models/vertical_page_break.rb +3 -3
- data/lib/aspose_cells_cloud/models/walls.rb +5 -5
- data/lib/aspose_cells_cloud/models/workbook.rb +4 -4
- data/lib/aspose_cells_cloud/models/workbook_protection_request.rb +1 -1
- data/lib/aspose_cells_cloud/models/workbook_settings.rb +263 -47
- data/lib/aspose_cells_cloud/models/worksheet.rb +29 -29
- data/lib/aspose_cells_cloud/models/worksheet_operate_parameter.rb +1 -1
- data/lib/aspose_cells_cloud/models/write_protection.rb +246 -0
- data/lib/aspose_cells_cloud/models/xml_data_binding.rb +210 -0
- data/lib/aspose_cells_cloud/models/xml_map.rb +234 -0
- data/lib/aspose_cells_cloud/requests/delete_un_protect_workbook_request.rb +9 -9
- data/lib/aspose_cells_cloud/requests/post_protect_request.rb +9 -9
- data/lib/aspose_cells_cloud/requests/post_protect_workbook_request.rb +9 -9
- data/lib/aspose_cells_cloud/requests/post_worksheet_cells_range_sort_request.rb +138 -0
- data/lib/aspose_cells_cloud/requests/{post_worksheet_cells_ranges_request.rb → post_worksheet_cells_ranges_copy_request.rb} +8 -8
- data/lib/aspose_cells_cloud/requests/post_worksheet_list_object_insert_slicer_request.rb +159 -0
- data/lib/aspose_cells_cloud/requests/post_worksheet_list_object_remove_duplicates_request.rb +137 -0
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/lib/aspose_cells_cloud.rb +28 -16
- data/spec/api/list_objects_controller_spec.rb +36 -0
- data/spec/api/pivot_tables_controller_spec.rb +3 -3
- data/spec/api/ranges_controller_spec.rb +24 -3
- data/spec/api/workbook_controller_spec.rb +3 -4
- data/spec/document/light_cells_spec.rb +17 -3
- data/spec/{onecase_spec.rb → one_case_spec.rb} +3 -5
- metadata +20 -8
- data/lib/aspose_cells_cloud/models/spreadsheet_m_l2003_save_options.rb +0 -330
|
@@ -31,11 +31,11 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class HorizontalPageBreak
|
|
34
|
-
#
|
|
34
|
+
#Gets the zero based row index.
|
|
35
35
|
attr_accessor :row
|
|
36
|
-
#
|
|
36
|
+
#Gets the end column index of this horizontal page break.
|
|
37
37
|
attr_accessor :end_column
|
|
38
|
-
#
|
|
38
|
+
#Gets the start column index of this horizontal page break.
|
|
39
39
|
attr_accessor :start_column
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -41,71 +41,71 @@ module AsposeCellsCloud
|
|
|
41
41
|
attr_accessor :show_all_sheets
|
|
42
42
|
#
|
|
43
43
|
attr_accessor :image_options
|
|
44
|
-
#
|
|
44
|
+
#Indicates whether save the html as single file. The default value is false.
|
|
45
45
|
attr_accessor :save_as_single_file
|
|
46
|
-
#
|
|
46
|
+
#Indicates whether save the html as single file. The default value is false.
|
|
47
47
|
attr_accessor :export_hidden_worksheet
|
|
48
|
-
#
|
|
48
|
+
#Indicating whether exporting the gridlines.The default value is false.
|
|
49
49
|
attr_accessor :export_grid_lines
|
|
50
|
-
#
|
|
50
|
+
#Indicating if html or mht file is presentation preference.The default value is false.if you want to get more beautiful presentation,please set the value to true.
|
|
51
51
|
attr_accessor :presentation_preference
|
|
52
|
-
#
|
|
52
|
+
#Gets and sets the prefix of the css name,the default value is "".
|
|
53
53
|
attr_accessor :cell_css_prefix
|
|
54
|
-
#
|
|
54
|
+
#Gets and sets the prefix of the type css name such as tr,col,td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is "".
|
|
55
55
|
attr_accessor :table_css_id
|
|
56
|
-
#
|
|
56
|
+
#Indicating whether using full path link in sheet00x.htm,filelist.xml and tabstrip.htm. The default value is false.
|
|
57
57
|
attr_accessor :is_full_path_link
|
|
58
|
-
#
|
|
58
|
+
#Indicating whether export the worksheet css separately.The default value is false.
|
|
59
59
|
attr_accessor :export_worksheet_css_separately
|
|
60
60
|
#
|
|
61
61
|
attr_accessor :export_similar_border_style
|
|
62
|
-
#
|
|
62
|
+
#Indicates whether merging empty TD element forcely when exporting file to html. The size of html file will be reduced significantly after setting value to true. The default value is false. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value.
|
|
63
63
|
attr_accessor :merge_empty_td_forcely
|
|
64
|
-
#
|
|
64
|
+
#Indicates whether exporting excel coordinate of nonblank cells when saving file to html. The default value is false. If you want to import the output html to excel, please keep the default value.
|
|
65
65
|
attr_accessor :export_cell_coordinate
|
|
66
|
-
#
|
|
66
|
+
#Indicates whether exporting extra headings when the length of text is longer than max display column. The default value is false. If you want to import the html file to excel, please keep the default value.
|
|
67
67
|
attr_accessor :export_extra_headings
|
|
68
|
-
#
|
|
68
|
+
#Indicates whether exporting headings when saving file to html.The default value is false. If you want to import the html file to excel, please keep the default value.
|
|
69
69
|
attr_accessor :export_headings
|
|
70
|
-
#
|
|
70
|
+
#Indicates whether exporting formula when saving file to html. The default value is true. If you want to import the output html to excel, please keep the default value
|
|
71
71
|
attr_accessor :export_formula
|
|
72
|
-
#
|
|
72
|
+
#Indicates whether adding tooltip text when the data can't be fully displayed.
|
|
73
73
|
attr_accessor :add_tooltip_text
|
|
74
|
-
#
|
|
74
|
+
#Indicating whether exporting bogus bottom row data. The default value is true.If you want to import the html or mht file to excel, please keep the default value.
|
|
75
75
|
attr_accessor :export_bogus_row_data
|
|
76
|
-
#
|
|
76
|
+
#Indicating whether excluding unused styles.The default value is false.If you want to import the html or mht file to excel, please keep the default value.
|
|
77
77
|
attr_accessor :exclude_unused_styles
|
|
78
|
-
#
|
|
78
|
+
#Indicating whether exporting document properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value.
|
|
79
79
|
attr_accessor :export_document_properties
|
|
80
|
-
#
|
|
80
|
+
#Indicating whether exporting worksheet properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value.
|
|
81
81
|
attr_accessor :export_worksheet_properties
|
|
82
|
-
#
|
|
82
|
+
#Indicating whether exporting workbook properties.The default value is true.If you want to import the html or mht file to excel, please keep the default value.
|
|
83
83
|
attr_accessor :export_workbook_properties
|
|
84
|
-
#
|
|
84
|
+
#Indicating whether exporting frame scripts and document properties. The default value is true.If you want to import the html or mht file to excel, please keep the default value.
|
|
85
85
|
attr_accessor :export_frame_scripts_and_properties
|
|
86
|
-
#
|
|
86
|
+
#The directory that the attached files will be saved to. Only for saving to html stream.
|
|
87
87
|
attr_accessor :attached_files_directory
|
|
88
|
-
#
|
|
88
|
+
#Specify the Url prefix of attached files such as image in the html file. Only for saving to html stream.
|
|
89
89
|
attr_accessor :attached_files_url_prefix
|
|
90
90
|
#
|
|
91
91
|
attr_accessor :encoding
|
|
92
|
-
#
|
|
92
|
+
#Indicates if exporting the whole workbook to html file.
|
|
93
93
|
attr_accessor :export_active_worksheet_only
|
|
94
|
-
#
|
|
94
|
+
#Get or set the format of chart image before exporting
|
|
95
95
|
attr_accessor :export_chart_image_format
|
|
96
96
|
#
|
|
97
97
|
attr_accessor :export_images_as_base64
|
|
98
|
-
#
|
|
98
|
+
#Hidden column(the width of this column is 0) in excel,before save this into html format, if HtmlHiddenColDisplayType is "Remove",the hidden column would ont been output, if the value is "Hidden", the column would been output,but was hidden,the default value is "Hidden"
|
|
99
99
|
attr_accessor :hidden_col_display_type
|
|
100
|
-
#
|
|
100
|
+
#Hidden row(the height of this row is 0) in excel,before save this into html format, if HtmlHiddenRowDisplayType is "Remove",the hidden row would ont been output, if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden"
|
|
101
101
|
attr_accessor :hidden_row_display_type
|
|
102
|
-
#
|
|
102
|
+
#Indicates if a cross-cell string will be displayed in the same way as MS Excel when saving an Excel file in html format. By default the value is Default, so, for cross-cell strings, there is little difference between the html files created by Aspose.Cells and MS Excel. But the performance for creating large html files,setting the value to Cross would be several times faster than setting it to Default or Fit2Cell.
|
|
103
103
|
attr_accessor :html_cross_string_type
|
|
104
|
-
#
|
|
104
|
+
#Indicates if export image files to temp directory. Only for saving to html stream.
|
|
105
105
|
attr_accessor :is_exp_image_to_temp_dir
|
|
106
|
-
#
|
|
106
|
+
#The title of the html page. Only for saving to html stream.
|
|
107
107
|
attr_accessor :page_title
|
|
108
|
-
#
|
|
108
|
+
#Parse html tag in cell,like ,as cell value,or as html tag,default is true
|
|
109
109
|
attr_accessor :parse_html_tag_in_cell
|
|
110
110
|
#
|
|
111
111
|
attr_accessor :save_format
|
|
@@ -31,15 +31,15 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Hyperlink
|
|
34
|
-
#
|
|
34
|
+
#Represents the address of a hyperlink.
|
|
35
35
|
attr_accessor :address
|
|
36
|
-
#
|
|
36
|
+
#Gets the range of hyperlink.
|
|
37
37
|
attr_accessor :area
|
|
38
|
-
#
|
|
38
|
+
#Returns or sets the ScreenTip text for the specified hyperlink.
|
|
39
39
|
attr_accessor :screen_tip
|
|
40
|
-
#
|
|
40
|
+
#Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
|
|
41
41
|
attr_accessor :text_to_display
|
|
42
|
-
#
|
|
42
|
+
#Gets the link type.
|
|
43
43
|
attr_accessor :link_type
|
|
44
44
|
#
|
|
45
45
|
attr_accessor :link
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class IconFilter
|
|
34
|
-
#
|
|
34
|
+
#Gets and sets Zero-based index of an icon in an icon set.
|
|
35
35
|
attr_accessor :icon_id
|
|
36
|
-
#
|
|
36
|
+
#Gets and sets which icon set is used in the filter criteria.
|
|
37
37
|
attr_accessor :icon_set_type
|
|
38
38
|
|
|
39
39
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,15 +31,15 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class IconSet
|
|
34
|
-
#Get
|
|
34
|
+
#Get the from the collection
|
|
35
35
|
attr_accessor :cf_icons
|
|
36
|
-
#Get the CFValueObjects instance.
|
|
36
|
+
#Get the CFValueObjects instance.
|
|
37
37
|
attr_accessor :cfvos
|
|
38
|
-
#Indicates whether the icon set is custom.
|
|
38
|
+
#Indicates whether the icon set is custom. Default value is false.
|
|
39
39
|
attr_accessor :is_custom
|
|
40
|
-
#Get or set the flag indicating whether to reverses the default order of the
|
|
40
|
+
#Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false.
|
|
41
41
|
attr_accessor :reverse
|
|
42
|
-
#Get or set the flag indicating whether to show the values of the cells on
|
|
42
|
+
#Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true.
|
|
43
43
|
attr_accessor :show_value
|
|
44
44
|
#Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos's count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added.
|
|
45
45
|
attr_accessor :icon_set_type
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class ImageOrPrintOptions
|
|
34
|
-
#
|
|
34
|
+
#TextCrossType
|
|
35
35
|
attr_accessor :text_cross_type
|
|
36
|
-
#
|
|
36
|
+
#GridlineType
|
|
37
37
|
attr_accessor :gridline_type
|
|
38
38
|
#
|
|
39
39
|
attr_accessor :output_blank_page_when_nothing_to_print
|
|
@@ -65,21 +65,21 @@ module AsposeCellsCloud
|
|
|
65
65
|
attr_accessor :horizontal_resolution
|
|
66
66
|
#
|
|
67
67
|
attr_accessor :vertical_resolution
|
|
68
|
-
#
|
|
68
|
+
#DefaultEditLanguage
|
|
69
69
|
attr_accessor :default_edit_language
|
|
70
|
-
#
|
|
70
|
+
#ColorDepth
|
|
71
71
|
attr_accessor :tiff_color_depth
|
|
72
|
-
#
|
|
72
|
+
#TiffCompression
|
|
73
73
|
attr_accessor :tiff_compression
|
|
74
|
-
#
|
|
74
|
+
#PrintingPageType
|
|
75
75
|
attr_accessor :printing_page
|
|
76
76
|
#
|
|
77
77
|
attr_accessor :quality
|
|
78
|
-
#
|
|
78
|
+
#ImageType
|
|
79
79
|
attr_accessor :image_type
|
|
80
80
|
#
|
|
81
81
|
attr_accessor :one_page_per_sheet
|
|
82
|
-
#
|
|
82
|
+
#ImageBinarizationMethod
|
|
83
83
|
attr_accessor :tiff_binarization_method
|
|
84
84
|
|
|
85
85
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,29 +31,29 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class ImageSaveOptions
|
|
34
|
-
#
|
|
34
|
+
#Indicate the chart imagetype when converting.
|
|
35
35
|
attr_accessor :chart_image_type
|
|
36
|
-
#
|
|
36
|
+
#Indicate the filename of embeded image in svg. This should be full path with directory like "c:\\xpsEmbeded"
|
|
37
37
|
attr_accessor :embeded_image_name_in_svg
|
|
38
|
-
#
|
|
38
|
+
#Gets or sets the horizontal resolution for generated images, in dots per inch. Applies generating image method except Emf format images. The default value is 96.
|
|
39
39
|
attr_accessor :horizontal_resolution
|
|
40
|
-
#
|
|
40
|
+
#Gets or sets the format of the generated images. Don't apply the method that returns a Bitmap object. The default value is ImageFormat.Bmp. Don't apply the method that returns a Bitmap object.
|
|
41
41
|
attr_accessor :image_format
|
|
42
|
-
#
|
|
42
|
+
#Indicates whether the width and height of the cells is automatically fitted by cell value. The default value is false.
|
|
43
43
|
attr_accessor :is_cell_auto_fit
|
|
44
|
-
#
|
|
44
|
+
#If OnePagePerSheet is true , all content of one sheet will output to only one page in result. The paper size of pagesetup will be invalid, and the other settings of pagesetup will still take effect.
|
|
45
45
|
attr_accessor :one_page_per_sheet
|
|
46
|
-
#
|
|
46
|
+
#If this property is true , onle Area will be output, and no scale will take effect.
|
|
47
47
|
attr_accessor :only_area
|
|
48
|
-
#
|
|
48
|
+
#Indicates which pages will not be printed.
|
|
49
49
|
attr_accessor :printing_page
|
|
50
|
-
#
|
|
50
|
+
#If PrintWithStatusDialog = true , there will be a dialog that shows current print status. else no such dialog will show.
|
|
51
51
|
attr_accessor :print_with_status_dialog
|
|
52
|
-
#
|
|
52
|
+
#Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format. Has effect only when saving to JPEG. The value must be between 0 and 100. The default value is 100.
|
|
53
53
|
attr_accessor :quality
|
|
54
|
-
#
|
|
54
|
+
#Gets or sets the type of compression to apply only when saving pages to the Tiff format. Has effect only when saving to TIFF. The default value is Lzw.
|
|
55
55
|
attr_accessor :tiff_compression
|
|
56
|
-
#
|
|
56
|
+
#Gets or sets the vertical resolution for generated images, in dots per inch. Applies generating image method except Emf format image. The default value is 96.
|
|
57
57
|
attr_accessor :vertical_resolution
|
|
58
58
|
#
|
|
59
59
|
attr_accessor :save_format
|
|
@@ -31,13 +31,13 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class JsonSaveOptions
|
|
34
|
-
#
|
|
34
|
+
#Gets or sets the exporting range.
|
|
35
35
|
attr_accessor :export_area
|
|
36
|
-
#
|
|
36
|
+
#Indicates whether the range contains header row.
|
|
37
37
|
attr_accessor :has_header_row
|
|
38
|
-
#
|
|
38
|
+
#Exports the string value of the cells to json.
|
|
39
39
|
attr_accessor :export_as_string
|
|
40
|
-
#
|
|
40
|
+
#Indicates the indent.
|
|
41
41
|
attr_accessor :indent
|
|
42
42
|
#
|
|
43
43
|
attr_accessor :save_format
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Legend
|
|
34
|
-
#
|
|
34
|
+
#Gets or sets the legend position type.
|
|
35
35
|
attr_accessor :position
|
|
36
|
-
#
|
|
36
|
+
#Gets a collection of all the LegendEntry objects in the specified chart legend. Setting the legend entries of the surface chart is not supported. So it will return null if the chart type is surface chart type.
|
|
37
37
|
attr_accessor :legend_entries
|
|
38
38
|
#
|
|
39
39
|
attr_accessor :area
|
|
@@ -31,13 +31,13 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class LegendEntry
|
|
34
|
-
#
|
|
34
|
+
#True if the text in the object changes font size when the object size changes. The default value is True.
|
|
35
35
|
attr_accessor :auto_scale_font
|
|
36
|
-
#
|
|
36
|
+
#Gets and sets the display mode of the background
|
|
37
37
|
attr_accessor :background_mode
|
|
38
|
-
#
|
|
38
|
+
#Gets a object of the specified ChartFrame object.
|
|
39
39
|
attr_accessor :font
|
|
40
|
-
#
|
|
40
|
+
#Gets and sets whether the legend entry is deleted.
|
|
41
41
|
attr_accessor :is_deleted
|
|
42
42
|
#
|
|
43
43
|
attr_accessor :link
|
|
@@ -31,43 +31,43 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Line
|
|
34
|
-
#
|
|
34
|
+
#Specifies the length of the arrowhead for the begin of a line.
|
|
35
35
|
attr_accessor :begin_arrow_length
|
|
36
|
-
#
|
|
36
|
+
#Specifies the width of the arrowhead for the begin of a line.
|
|
37
37
|
attr_accessor :begin_arrow_width
|
|
38
|
-
#
|
|
38
|
+
#Specifies an arrowhead for the begin of a line.
|
|
39
39
|
attr_accessor :begin_type
|
|
40
|
-
#
|
|
40
|
+
#Specifies the ending caps.
|
|
41
41
|
attr_accessor :cap_type
|
|
42
|
-
#
|
|
42
|
+
#Represents the of the line.
|
|
43
43
|
attr_accessor :color
|
|
44
|
-
#
|
|
44
|
+
#Specifies the compound line type
|
|
45
45
|
attr_accessor :compound_type
|
|
46
|
-
#
|
|
46
|
+
#Specifies the dash line type
|
|
47
47
|
attr_accessor :dash_type
|
|
48
|
-
#
|
|
48
|
+
#Specifies the length of the arrowhead for the end of a line.
|
|
49
49
|
attr_accessor :end_arrow_length
|
|
50
|
-
#
|
|
50
|
+
#Specifies the width of the arrowhead for the end of a line.
|
|
51
51
|
attr_accessor :end_arrow_width
|
|
52
|
-
#
|
|
52
|
+
#Specifies an arrowhead for the end of a line.
|
|
53
53
|
attr_accessor :end_type
|
|
54
|
-
#
|
|
54
|
+
#Represents gradient fill.
|
|
55
55
|
attr_accessor :gradient_fill
|
|
56
|
-
#
|
|
56
|
+
#Indicates whether this line style is auto assigned.
|
|
57
57
|
attr_accessor :is_auto
|
|
58
|
-
#
|
|
58
|
+
#Indicates whether the color of line is automatic assigned.
|
|
59
59
|
attr_accessor :is_automatic_color
|
|
60
|
-
#
|
|
60
|
+
#Represents whether the line is visible.
|
|
61
61
|
attr_accessor :is_visible
|
|
62
|
-
#
|
|
62
|
+
#Specifies the joining caps.
|
|
63
63
|
attr_accessor :join_type
|
|
64
|
-
#
|
|
64
|
+
#Represents the style of the line.
|
|
65
65
|
attr_accessor :style
|
|
66
|
-
#
|
|
66
|
+
#Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).
|
|
67
67
|
attr_accessor :transparency
|
|
68
|
-
#
|
|
68
|
+
#Gets or sets the of the line.
|
|
69
69
|
attr_accessor :weight
|
|
70
|
-
#
|
|
70
|
+
#Gets or sets the weight of the line in unit of points.
|
|
71
71
|
attr_accessor :weight_pt
|
|
72
72
|
|
|
73
73
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,27 +31,27 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class LineFormat
|
|
34
|
-
#
|
|
34
|
+
#Gets and sets the begin arrow length type of the line.
|
|
35
35
|
attr_accessor :begin_arrowhead_length
|
|
36
|
-
#
|
|
36
|
+
#Gets and sets the begin arrow type of the line.
|
|
37
37
|
attr_accessor :begin_arrowhead_style
|
|
38
|
-
#
|
|
38
|
+
#Gets and sets the begin arrow width type of the line.
|
|
39
39
|
attr_accessor :begin_arrowhead_width
|
|
40
|
-
#
|
|
40
|
+
#Specifies the ending caps.
|
|
41
41
|
attr_accessor :cap_type
|
|
42
|
-
#
|
|
42
|
+
#Specifies the line compound type.
|
|
43
43
|
attr_accessor :compound_type
|
|
44
|
-
#
|
|
44
|
+
#Specifies the line dash type.
|
|
45
45
|
attr_accessor :dash_style
|
|
46
|
-
#
|
|
46
|
+
#Gets and sets the end arrow length type of the line.
|
|
47
47
|
attr_accessor :end_arrowhead_length
|
|
48
|
-
#
|
|
48
|
+
#Gets and sets the end arrow type of the line.
|
|
49
49
|
attr_accessor :end_arrowhead_style
|
|
50
|
-
#
|
|
50
|
+
#Gets and sets the end arrow width type of the line.
|
|
51
51
|
attr_accessor :end_arrowhead_width
|
|
52
|
-
#
|
|
52
|
+
#Specifies the line join type.
|
|
53
53
|
attr_accessor :join_type
|
|
54
|
-
#
|
|
54
|
+
#Gets or sets the weight of the line in unit of points.
|
|
55
55
|
attr_accessor :weight
|
|
56
56
|
#
|
|
57
57
|
attr_accessor :type
|
|
@@ -31,17 +31,17 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class LineShape
|
|
34
|
-
#
|
|
34
|
+
#Gets and sets the begin arrow head length of the line.
|
|
35
35
|
attr_accessor :begin_arrowhead_length
|
|
36
|
-
#
|
|
36
|
+
#Gets and sets the begin arrow head style of the line.
|
|
37
37
|
attr_accessor :begin_arrowhead_style
|
|
38
|
-
#
|
|
38
|
+
#Gets and sets the begin arrow head width of the line.
|
|
39
39
|
attr_accessor :begin_arrowhead_width
|
|
40
|
-
#
|
|
40
|
+
#Gets and sets the end arrow head length of the line.
|
|
41
41
|
attr_accessor :end_arrowhead_length
|
|
42
|
-
#
|
|
42
|
+
#Gets and sets the end arrow head style of the line.
|
|
43
43
|
attr_accessor :end_arrowhead_style
|
|
44
|
-
#
|
|
44
|
+
#Gets and sets the end arrow head width of the line.
|
|
45
45
|
attr_accessor :end_arrowhead_width
|
|
46
46
|
#
|
|
47
47
|
attr_accessor :name
|
|
@@ -33,17 +33,17 @@ module AsposeCellsCloud
|
|
|
33
33
|
class ListBox
|
|
34
34
|
#
|
|
35
35
|
attr_accessor :input_range
|
|
36
|
-
#
|
|
36
|
+
#Gets the number of items in the list box.
|
|
37
37
|
attr_accessor :item_count
|
|
38
|
-
#
|
|
38
|
+
#Specifies the amount by which the control's value is changed when the user clicks on the scrollbar's page up or page down region.
|
|
39
39
|
attr_accessor :page_change
|
|
40
|
-
#
|
|
40
|
+
#Gets the selected cells. Returns null if the input range is not set or no item is selected
|
|
41
41
|
attr_accessor :selected_cells
|
|
42
|
-
#
|
|
42
|
+
#Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based.
|
|
43
43
|
attr_accessor :selected_index
|
|
44
|
-
#
|
|
44
|
+
#Gets or sets the selection mode of the specified list box.
|
|
45
45
|
attr_accessor :selection_type
|
|
46
|
-
#
|
|
46
|
+
#Indicates whether the combobox has 3-D shading.
|
|
47
47
|
attr_accessor :shadow
|
|
48
48
|
#
|
|
49
49
|
attr_accessor :name
|
|
@@ -31,14 +31,16 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class ListColumn
|
|
34
|
-
#Gets and sets the name of the column.
|
|
34
|
+
#Gets and sets the name of the column.
|
|
35
35
|
attr_accessor :name
|
|
36
|
-
#Gets the range of this list column.
|
|
36
|
+
#Gets the range of this list column.
|
|
37
37
|
attr_accessor :range
|
|
38
|
-
#Gets and sets the type of calculation in the Totals row of the list column.
|
|
38
|
+
#Gets and sets the type of calculation in the Totals row of the list column.
|
|
39
39
|
attr_accessor :totals_calculation
|
|
40
|
-
#Gets and sets the formula of the list column.
|
|
40
|
+
#Gets and sets the formula of the list column.
|
|
41
41
|
attr_accessor :formula
|
|
42
|
+
#Gets and sets the display labels of total row.
|
|
43
|
+
attr_accessor :totals_row_label
|
|
42
44
|
|
|
43
45
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
44
46
|
def self.attribute_map
|
|
@@ -46,7 +48,8 @@ module AsposeCellsCloud
|
|
|
46
48
|
:'name' => :'Name',
|
|
47
49
|
:'range' => :'Range',
|
|
48
50
|
:'totals_calculation' => :'TotalsCalculation',
|
|
49
|
-
:'formula' => :'Formula'
|
|
51
|
+
:'formula' => :'Formula',
|
|
52
|
+
:'totals_row_label' => :'TotalsRowLabel'
|
|
50
53
|
}
|
|
51
54
|
end
|
|
52
55
|
|
|
@@ -56,7 +59,8 @@ module AsposeCellsCloud
|
|
|
56
59
|
:'name' => :'String',
|
|
57
60
|
:'range' => :'Range',
|
|
58
61
|
:'totals_calculation' => :'String',
|
|
59
|
-
:'formula' => :'String'
|
|
62
|
+
:'formula' => :'String',
|
|
63
|
+
:'totals_row_label' => :'String'
|
|
60
64
|
}
|
|
61
65
|
end
|
|
62
66
|
|
|
@@ -80,6 +84,9 @@ module AsposeCellsCloud
|
|
|
80
84
|
if attributes.has_key?(:'Formula')
|
|
81
85
|
self.formula = attributes[:'Formula']
|
|
82
86
|
end
|
|
87
|
+
if attributes.has_key?(:'TotalsRowLabel')
|
|
88
|
+
self.totals_row_label = attributes[:'TotalsRowLabel']
|
|
89
|
+
end
|
|
83
90
|
|
|
84
91
|
end
|
|
85
92
|
|
|
@@ -99,6 +106,9 @@ module AsposeCellsCloud
|
|
|
99
106
|
if @formula.nil?
|
|
100
107
|
invalid_properties.push("invalid value for 'formula', formula cannot be nil.")
|
|
101
108
|
end
|
|
109
|
+
if @totals_row_label.nil?
|
|
110
|
+
invalid_properties.push("invalid value for 'totals_row_label', totals_row_label cannot be nil.")
|
|
111
|
+
end
|
|
102
112
|
|
|
103
113
|
return invalid_properties
|
|
104
114
|
end
|
|
@@ -110,6 +120,7 @@ module AsposeCellsCloud
|
|
|
110
120
|
return false if @range.nil?
|
|
111
121
|
return false if @totals_calculation.nil?
|
|
112
122
|
return false if @formula.nil?
|
|
123
|
+
return false if @totals_row_label.nil?
|
|
113
124
|
return true
|
|
114
125
|
end
|
|
115
126
|
|
|
@@ -121,7 +132,8 @@ module AsposeCellsCloud
|
|
|
121
132
|
name == o.name &&
|
|
122
133
|
range == o.range &&
|
|
123
134
|
totals_calculation == o.totals_calculation &&
|
|
124
|
-
formula == o.formula
|
|
135
|
+
formula == o.formula &&
|
|
136
|
+
totals_row_label == o.totals_row_label
|
|
125
137
|
std_dev == o.std_dev
|
|
126
138
|
end
|
|
127
139
|
|
|
@@ -134,7 +146,7 @@ module AsposeCellsCloud
|
|
|
134
146
|
# Calculates hash code according to all attributes.
|
|
135
147
|
# @return [Fixnum] Hash code
|
|
136
148
|
def hash
|
|
137
|
-
[ name , range , totals_calculation , formula ].hash
|
|
149
|
+
[ name , range , totals_calculation , formula , totals_row_label ].hash
|
|
138
150
|
end
|
|
139
151
|
|
|
140
152
|
# Builds the object from hash
|