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,77 +31,77 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Shape
|
|
34
|
-
#
|
|
34
|
+
#Gets and sets the name of the shape.
|
|
35
35
|
attr_accessor :name
|
|
36
|
-
#
|
|
36
|
+
#Gets mso drawing type.
|
|
37
37
|
attr_accessor :mso_drawing_type
|
|
38
|
-
#
|
|
38
|
+
#Gets and sets the auto shape type.
|
|
39
39
|
attr_accessor :auto_shape_type
|
|
40
|
-
#
|
|
40
|
+
#Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet.
|
|
41
41
|
attr_accessor :placement
|
|
42
|
-
#
|
|
42
|
+
#Represents upper left corner row index.
|
|
43
43
|
attr_accessor :upper_left_row
|
|
44
|
-
#
|
|
44
|
+
#Represents the vertical offset of shape from its top row, in unit of pixels.
|
|
45
45
|
attr_accessor :top
|
|
46
|
-
#
|
|
46
|
+
#Represents upper left corner column index.
|
|
47
47
|
attr_accessor :upper_left_column
|
|
48
|
-
#
|
|
48
|
+
#Represents the horizontal offset of shape from its left column, in unit of pixels.
|
|
49
49
|
attr_accessor :left
|
|
50
|
-
#
|
|
50
|
+
#Represents lower right corner row index.
|
|
51
51
|
attr_accessor :lower_right_row
|
|
52
|
-
#
|
|
52
|
+
#Represents the width of the shape's vertical offset from its lower bottom corner row, in unit of pixels.
|
|
53
53
|
attr_accessor :bottom
|
|
54
|
-
#
|
|
54
|
+
#Represents lower right corner column index.
|
|
55
55
|
attr_accessor :lower_right_column
|
|
56
|
-
#
|
|
56
|
+
#Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels.
|
|
57
57
|
attr_accessor :right
|
|
58
|
-
#
|
|
58
|
+
#Represents the width of shape, in unit of pixels.
|
|
59
59
|
attr_accessor :width
|
|
60
|
-
#
|
|
60
|
+
#Represents the height of shape, in unit of pixel.
|
|
61
61
|
attr_accessor :height
|
|
62
|
-
#
|
|
62
|
+
#Gets and sets the horizontal offset of shape from worksheet left border,in unit of pixels.
|
|
63
63
|
attr_accessor :x
|
|
64
|
-
#
|
|
64
|
+
#Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels.
|
|
65
65
|
attr_accessor :y
|
|
66
|
-
#
|
|
66
|
+
#Gets and sets the rotation of the shape.
|
|
67
67
|
attr_accessor :rotation_angle
|
|
68
|
-
#
|
|
68
|
+
#Gets and sets the html string which contains data and some formats in this textbox.
|
|
69
69
|
attr_accessor :html_text
|
|
70
|
-
#
|
|
70
|
+
#Represents the string in this TextBox object.
|
|
71
71
|
attr_accessor :text
|
|
72
|
-
#
|
|
72
|
+
#Returns or sets the descriptive (alternative) text string of the object.
|
|
73
73
|
attr_accessor :alternative_text
|
|
74
|
-
#
|
|
74
|
+
#Gets and sets the text horizontal alignment type of the shape.
|
|
75
75
|
attr_accessor :text_horizontal_alignment
|
|
76
|
-
#
|
|
76
|
+
#Gets and sets the text horizontal overflow type of the shape which contains text.
|
|
77
77
|
attr_accessor :text_horizontal_overflow
|
|
78
|
-
#
|
|
78
|
+
#Gets and sets the text orientation type of the shape.
|
|
79
79
|
attr_accessor :text_orientation_type
|
|
80
|
-
#
|
|
80
|
+
#Gets and sets the text vertical alignment type of the shape.
|
|
81
81
|
attr_accessor :text_vertical_alignment
|
|
82
|
-
#
|
|
82
|
+
#Gets and sets the text vertical overflow type of the shape which contains text.
|
|
83
83
|
attr_accessor :text_vertical_overflow
|
|
84
|
-
#
|
|
84
|
+
#Indicates whether the shape is a group.
|
|
85
85
|
attr_accessor :is_group
|
|
86
|
-
#
|
|
86
|
+
#Indicates whether the object is visible.
|
|
87
87
|
attr_accessor :is_hidden
|
|
88
|
-
#
|
|
88
|
+
#True means that don't allow changes in aspect ratio.
|
|
89
89
|
attr_accessor :is_lock_aspect_ratio
|
|
90
|
-
#
|
|
90
|
+
#True if the object is locked, False if the object can be modified when the sheet is protected.
|
|
91
91
|
attr_accessor :is_locked
|
|
92
|
-
#
|
|
92
|
+
#True if the object is printable
|
|
93
93
|
attr_accessor :is_printable
|
|
94
|
-
#
|
|
94
|
+
#Gets and sets the text wrapped type of the shape which contains text.
|
|
95
95
|
attr_accessor :is_text_wrapped
|
|
96
|
-
#
|
|
96
|
+
#Indicates whether this shape is a word art.
|
|
97
97
|
attr_accessor :is_word_art
|
|
98
|
-
#
|
|
98
|
+
#Gets or sets the worksheet range linked to the control's value.
|
|
99
99
|
attr_accessor :linked_cell
|
|
100
|
-
#
|
|
100
|
+
#Returns the position of a shape in the z-order.
|
|
101
101
|
attr_accessor :z_order_position
|
|
102
|
-
#
|
|
102
|
+
#Represents the font of shape.
|
|
103
103
|
attr_accessor :font
|
|
104
|
-
#
|
|
104
|
+
#Gets the hyperlink of the shape.
|
|
105
105
|
attr_accessor :hyperlink
|
|
106
106
|
#
|
|
107
107
|
attr_accessor :link
|
|
@@ -31,11 +31,11 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class SolidFill
|
|
34
|
-
#
|
|
34
|
+
#Gets or sets the .
|
|
35
35
|
attr_accessor :color
|
|
36
|
-
#
|
|
36
|
+
#Gets and sets the object.
|
|
37
37
|
attr_accessor :cells_color
|
|
38
|
-
#
|
|
38
|
+
#Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
|
|
39
39
|
attr_accessor :transparency
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,11 +31,11 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Sparkline
|
|
34
|
-
#Gets the column index of the sparkline.
|
|
34
|
+
#Gets the column index of the sparkline.
|
|
35
35
|
attr_accessor :column
|
|
36
|
-
#Represents the data range of the sparkline.
|
|
36
|
+
#Represents the data range of the sparkline.
|
|
37
37
|
attr_accessor :data_range
|
|
38
|
-
#Gets the row index of the sparkline.
|
|
38
|
+
#Gets the row index of the sparkline.
|
|
39
39
|
attr_accessor :row
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,59 +31,59 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class SparklineGroup
|
|
34
|
-
#Indicates whether to show data in hidden rows and columns.
|
|
34
|
+
#Indicates whether to show data in hidden rows and columns.
|
|
35
35
|
attr_accessor :display_hidden
|
|
36
|
-
#Gets and sets the color of the first point of data in the sparkline group.
|
|
36
|
+
#Gets and sets the color of the first point of data in the sparkline group.
|
|
37
37
|
attr_accessor :first_point_color
|
|
38
|
-
#Gets and sets the color of the highest points of data in the sparkline group.
|
|
38
|
+
#Gets and sets the color of the highest points of data in the sparkline group.
|
|
39
39
|
attr_accessor :high_point_color
|
|
40
|
-
#Gets and sets the color of the horizontal axis in the sparkline group.
|
|
40
|
+
#Gets and sets the color of the horizontal axis in the sparkline group.
|
|
41
41
|
attr_accessor :horizontal_axis_color
|
|
42
|
-
#Represents the range that contains the date values for the sparkline data.
|
|
42
|
+
#Represents the range that contains the date values for the sparkline data.
|
|
43
43
|
attr_accessor :horizontal_axis_date_range
|
|
44
|
-
#Gets and sets the color of the last point of data in the sparkline group.
|
|
44
|
+
#Gets and sets the color of the last point of data in the sparkline group.
|
|
45
45
|
attr_accessor :last_point_color
|
|
46
|
-
#Gets and sets the line weight in each line sparkline in the sparkline group,
|
|
46
|
+
#Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
|
|
47
47
|
attr_accessor :line_weight
|
|
48
|
-
#Gets and sets the color of the lowest points of data in the sparkline group.
|
|
48
|
+
#Gets and sets the color of the lowest points of data in the sparkline group.
|
|
49
49
|
attr_accessor :low_point_color
|
|
50
|
-
#Gets and sets the color of points in each line sparkline in the sparkline group.
|
|
50
|
+
#Gets and sets the color of points in each line sparkline in the sparkline group.
|
|
51
51
|
attr_accessor :markers_color
|
|
52
|
-
#Gets and sets the color of the negative values on the sparkline group.
|
|
52
|
+
#Gets and sets the color of the negative values on the sparkline group.
|
|
53
53
|
attr_accessor :negative_points_color
|
|
54
|
-
#Indicates how to plot empty cells.
|
|
54
|
+
#Indicates how to plot empty cells.
|
|
55
55
|
attr_accessor :plot_empty_cells_type
|
|
56
|
-
#Indicates whether the plot data is right to left.
|
|
56
|
+
#Indicates whether the plot data is right to left.
|
|
57
57
|
attr_accessor :plot_right_to_left
|
|
58
|
-
#Gets and sets the preset style type of the sparkline group.
|
|
58
|
+
#Gets and sets the preset style type of the sparkline group.
|
|
59
59
|
attr_accessor :preset_style
|
|
60
|
-
#Gets and sets the color of the sparklines in the sparkline group.
|
|
60
|
+
#Gets and sets the color of the sparklines in the sparkline group.
|
|
61
61
|
attr_accessor :series_color
|
|
62
|
-
#Indicates whether to highlight the first point of data in the sparkline group.
|
|
62
|
+
#Indicates whether to highlight the first point of data in the sparkline group.
|
|
63
63
|
attr_accessor :show_first_point
|
|
64
|
-
#Indicates whether to highlight the highest points of data in the sparkline group.
|
|
64
|
+
#Indicates whether to highlight the highest points of data in the sparkline group.
|
|
65
65
|
attr_accessor :show_high_point
|
|
66
|
-
#Indicates whether to show the sparkline horizontal axis.
|
|
66
|
+
#Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
|
|
67
67
|
attr_accessor :show_horizontal_axis
|
|
68
|
-
#Indicates whether to highlight the last point of data in the sparkline group.
|
|
68
|
+
#Indicates whether to highlight the last point of data in the sparkline group.
|
|
69
69
|
attr_accessor :show_last_point
|
|
70
|
-
#Indicates whether to highlight the lowest points of data in the sparkline group.
|
|
70
|
+
#Indicates whether to highlight the lowest points of data in the sparkline group.
|
|
71
71
|
attr_accessor :show_low_point
|
|
72
|
-
#Indicates whether to highlight each point in each line sparkline in the sparkline
|
|
72
|
+
#Indicates whether to highlight each point in each line sparkline in the sparkline group.
|
|
73
73
|
attr_accessor :show_markers
|
|
74
|
-
#Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
|
|
74
|
+
#Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
|
|
75
75
|
attr_accessor :show_negative_points
|
|
76
|
-
#Gets the
|
|
76
|
+
#Gets the collection of object.
|
|
77
77
|
attr_accessor :sparkline_collection
|
|
78
|
-
#Indicates the sparkline type of the sparkline group.
|
|
78
|
+
#Indicates the sparkline type of the sparkline group.
|
|
79
79
|
attr_accessor :type
|
|
80
|
-
#Gets and sets the custom maximum value for the vertical axis.
|
|
80
|
+
#Gets and sets the custom maximum value for the vertical axis.
|
|
81
81
|
attr_accessor :vertical_axis_max_value
|
|
82
|
-
#Represents the vertical axis maximum value type.
|
|
82
|
+
#Represents the vertical axis maximum value type.
|
|
83
83
|
attr_accessor :vertical_axis_max_value_type
|
|
84
|
-
#Gets and sets the custom minimum value for the vertical axis.
|
|
84
|
+
#Gets and sets the custom minimum value for the vertical axis.
|
|
85
85
|
attr_accessor :vertical_axis_min_value
|
|
86
|
-
#Represents the vertical axis minimum value type.
|
|
86
|
+
#Represents the vertical axis minimum value type.
|
|
87
87
|
attr_accessor :vertical_axis_min_value_type
|
|
88
88
|
|
|
89
89
|
# 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 Spinner
|
|
34
|
-
#
|
|
34
|
+
#Gets or sets the current value.
|
|
35
35
|
attr_accessor :current_value
|
|
36
|
-
#
|
|
36
|
+
#Gets or sets the amount that the scroll bar or spinner is incremented a line scroll.
|
|
37
37
|
attr_accessor :incremental_change
|
|
38
|
-
#
|
|
38
|
+
#Gets or sets the maximum value of a scroll bar or spinner range.
|
|
39
39
|
attr_accessor :max
|
|
40
|
-
#
|
|
40
|
+
#Gets or sets the minimum value of a scroll bar or spinner range.
|
|
41
41
|
attr_accessor :min
|
|
42
|
-
#
|
|
42
|
+
#Indicates whether the shape has 3-D shading.
|
|
43
43
|
attr_accessor :shadow
|
|
44
44
|
#
|
|
45
45
|
attr_accessor :name
|
|
@@ -37,11 +37,11 @@ module AsposeCellsCloud
|
|
|
37
37
|
attr_accessor :destination_file_position
|
|
38
38
|
#
|
|
39
39
|
attr_accessor :destination_file_format
|
|
40
|
-
#
|
|
40
|
+
#SheetName /NewGuid
|
|
41
41
|
attr_accessor :split_name_rule
|
|
42
|
-
#
|
|
42
|
+
#When destination file format is image , vertical resolution can not be null.
|
|
43
43
|
attr_accessor :vertical_resolution
|
|
44
|
-
#
|
|
44
|
+
#When destination file format is image , horizontal resolution can not be null.
|
|
45
45
|
attr_accessor :horizontal_resolution
|
|
46
46
|
|
|
47
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,33 +31,33 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class SqlScriptSaveOptions
|
|
34
|
-
#
|
|
34
|
+
#Check if the table name exists before creating
|
|
35
35
|
attr_accessor :check_if_table_exists
|
|
36
|
-
#
|
|
36
|
+
#Gets and sets the map of column type for different database.
|
|
37
37
|
attr_accessor :column_type_map
|
|
38
|
-
#
|
|
38
|
+
#Check all data to find columns' data type.
|
|
39
39
|
attr_accessor :check_all_data_for_column_type
|
|
40
|
-
#
|
|
40
|
+
#Insert blank line between each data.
|
|
41
41
|
attr_accessor :add_blank_line_between_rows
|
|
42
|
-
#
|
|
42
|
+
#Gets and sets character separator of sql script.
|
|
43
43
|
attr_accessor :separator
|
|
44
|
-
#
|
|
44
|
+
#Gets and sets the operator type of sql.
|
|
45
45
|
attr_accessor :operator_type
|
|
46
|
-
#
|
|
46
|
+
#Represents which column is primary key of the data table.
|
|
47
47
|
attr_accessor :primary_key
|
|
48
|
-
#
|
|
48
|
+
#Indicates whether exporting sql of creating table.
|
|
49
49
|
attr_accessor :create_table
|
|
50
|
-
#
|
|
50
|
+
#Gets and sets the name of id column.
|
|
51
51
|
attr_accessor :id_name
|
|
52
|
-
#
|
|
52
|
+
#Gets and sets the start id.
|
|
53
53
|
attr_accessor :start_id
|
|
54
|
-
#
|
|
54
|
+
#Gets and sets the table name.
|
|
55
55
|
attr_accessor :table_name
|
|
56
|
-
#
|
|
56
|
+
#Indicates whether exporting all data as string value.
|
|
57
57
|
attr_accessor :export_as_string
|
|
58
|
-
#
|
|
58
|
+
#Gets or sets the exporting range.
|
|
59
59
|
attr_accessor :export_area
|
|
60
|
-
#
|
|
60
|
+
#Indicates whether the range contains header row.
|
|
61
61
|
attr_accessor :has_header_row
|
|
62
62
|
#
|
|
63
63
|
attr_accessor :save_format
|
|
@@ -31,51 +31,51 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Style
|
|
34
|
-
#
|
|
34
|
+
#Gets a object.
|
|
35
35
|
attr_accessor :font
|
|
36
|
-
#
|
|
36
|
+
#Gets or sets the name of the style.
|
|
37
37
|
attr_accessor :name
|
|
38
|
-
#
|
|
38
|
+
#Gets and sets the culture-dependent pattern string for number format. If no number format has been set for this object, null will be returned. If number format is builtin, the pattern string corresponding to the builtin number will be returned.
|
|
39
39
|
attr_accessor :culture_custom
|
|
40
|
-
#
|
|
40
|
+
#Represents the custom number format string of this style object. If the custom number format is not set(For example, the number format is builtin), "" will be returned.
|
|
41
41
|
attr_accessor :custom
|
|
42
|
-
#
|
|
42
|
+
#Gets or sets a style's background color.
|
|
43
43
|
attr_accessor :background_color
|
|
44
|
-
#
|
|
44
|
+
#Gets or sets a style's foreground color.
|
|
45
45
|
attr_accessor :foreground_color
|
|
46
|
-
#
|
|
46
|
+
#Represents if the formula will be hidden when the worksheet is protected.
|
|
47
47
|
attr_accessor :is_formula_hidden
|
|
48
|
-
#
|
|
48
|
+
#Indicates whether the number format is a date format.
|
|
49
49
|
attr_accessor :is_date_time
|
|
50
|
-
#
|
|
50
|
+
#Gets or sets a value indicating whether the text within a cell is wrapped.
|
|
51
51
|
attr_accessor :is_text_wrapped
|
|
52
|
-
#
|
|
52
|
+
#Indicates whether the cell shading is a gradient pattern.
|
|
53
53
|
attr_accessor :is_gradient
|
|
54
|
-
#
|
|
54
|
+
#Gets or sets a value indicating whether a cell can be modified or not.
|
|
55
55
|
attr_accessor :is_locked
|
|
56
|
-
#
|
|
56
|
+
#Indicates whether the number format is a percent format.
|
|
57
57
|
attr_accessor :is_percent
|
|
58
|
-
#
|
|
58
|
+
#Represents if text automatically shrinks to fit in the available column width.
|
|
59
59
|
attr_accessor :shrink_to_fit
|
|
60
|
-
#
|
|
60
|
+
#Represents the indent level for the cell or range. Can only be an integer from 0 to 250.
|
|
61
61
|
attr_accessor :indent_level
|
|
62
|
-
#
|
|
62
|
+
#Gets or sets the display format of numbers and dates. The formatting patterns are different for different regions.
|
|
63
63
|
attr_accessor :number
|
|
64
|
-
#
|
|
64
|
+
#Represents text rotation angle.
|
|
65
65
|
attr_accessor :rotation_angle
|
|
66
|
-
#
|
|
66
|
+
#Gets or sets the cell background pattern type.
|
|
67
67
|
attr_accessor :pattern
|
|
68
|
-
#
|
|
68
|
+
#Represents text reading order.
|
|
69
69
|
attr_accessor :text_direction
|
|
70
|
-
#
|
|
70
|
+
#Gets or sets the vertical alignment type of the text in a cell.
|
|
71
71
|
attr_accessor :vertical_alignment
|
|
72
|
-
#
|
|
72
|
+
#Gets or sets the horizontal alignment type of the text in a cell.
|
|
73
73
|
attr_accessor :horizontal_alignment
|
|
74
74
|
#
|
|
75
75
|
attr_accessor :border_collection
|
|
76
|
-
#
|
|
76
|
+
#Gets and sets the background theme color.
|
|
77
77
|
attr_accessor :background_theme_color
|
|
78
|
-
#
|
|
78
|
+
#Gets and sets the foreground theme color.
|
|
79
79
|
attr_accessor :foreground_theme_color
|
|
80
80
|
|
|
81
81
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,11 +31,11 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class TableTotalRequest
|
|
34
|
-
#
|
|
34
|
+
#Indicates list column index.
|
|
35
35
|
attr_accessor :list_column_index
|
|
36
|
-
#
|
|
36
|
+
#Indicates totals calculation.
|
|
37
37
|
attr_accessor :totals_calculation
|
|
38
|
-
#
|
|
38
|
+
#Indicates custom formula.
|
|
39
39
|
attr_accessor :custom_formula
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,7 +31,7 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class TextFormatCondition
|
|
34
|
-
#
|
|
34
|
+
#The text value in a "text contains" conditional formatting rule. Valid only for type = containsText, notContainsText, beginsWith and endsWith. The default value is null.
|
|
35
35
|
attr_accessor :text
|
|
36
36
|
#
|
|
37
37
|
attr_accessor :formula1
|
|
@@ -33,13 +33,13 @@ module AsposeCellsCloud
|
|
|
33
33
|
class TextWaterMarkerRequest
|
|
34
34
|
#
|
|
35
35
|
attr_accessor :text
|
|
36
|
-
#
|
|
36
|
+
#Indicates font name.
|
|
37
37
|
attr_accessor :font_name
|
|
38
|
-
#
|
|
38
|
+
#Indicates font size.
|
|
39
39
|
attr_accessor :font_size
|
|
40
|
-
#
|
|
40
|
+
#Indicates image height.
|
|
41
41
|
attr_accessor :height
|
|
42
|
-
#
|
|
42
|
+
#Indicates image width.
|
|
43
43
|
attr_accessor :width
|
|
44
44
|
|
|
45
45
|
# 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 TextureFill
|
|
34
|
-
#
|
|
34
|
+
#Gets and sets the texture type
|
|
35
35
|
attr_accessor :type
|
|
36
|
-
#
|
|
36
|
+
#Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
|
|
37
37
|
attr_accessor :transparency
|
|
38
|
-
#
|
|
38
|
+
#Gets and sets the picture format scale.
|
|
39
39
|
attr_accessor :scale
|
|
40
|
-
#
|
|
40
|
+
#Gets or sets tile picture option.
|
|
41
41
|
attr_accessor :tile_pic_option
|
|
42
|
-
#
|
|
42
|
+
#Gets or sets picture format option.
|
|
43
43
|
attr_accessor :pic_format_option
|
|
44
44
|
#
|
|
45
45
|
attr_accessor :image
|
|
@@ -31,9 +31,9 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class ThemeColor
|
|
34
|
-
#
|
|
34
|
+
#Gets and sets the theme type.
|
|
35
35
|
attr_accessor :color_type
|
|
36
|
-
#
|
|
36
|
+
#Gets and sets the tint value.
|
|
37
37
|
attr_accessor :tint
|
|
38
38
|
|
|
39
39
|
# 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 TickLabels
|
|
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
|
+
#Returns a object that represents the font of the specified TickLabels object.
|
|
39
39
|
attr_accessor :font
|
|
40
|
-
#
|
|
40
|
+
#Represents the format number for the TickLabels object.
|
|
41
41
|
attr_accessor :number
|
|
42
|
-
#
|
|
42
|
+
#Represents the format string for the TickLabels object.
|
|
43
43
|
attr_accessor :number_format
|
|
44
|
-
#
|
|
44
|
+
#True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
|
|
45
45
|
attr_accessor :number_format_linked
|
|
46
|
-
#
|
|
46
|
+
#Gets and sets the distance of labels from the axis.
|
|
47
47
|
attr_accessor :offset
|
|
48
|
-
#
|
|
48
|
+
#Represents text rotation angle in clockwise.
|
|
49
49
|
attr_accessor :rotation_angle
|
|
50
|
-
#
|
|
50
|
+
#Represents text reading order.
|
|
51
51
|
attr_accessor :text_direction
|
|
52
|
-
#
|
|
52
|
+
#Represents text reading order.
|
|
53
53
|
attr_accessor :reading_order
|
|
54
|
-
#
|
|
54
|
+
#Gets and sets the direction of text.
|
|
55
55
|
attr_accessor :direction_type
|
|
56
56
|
#
|
|
57
57
|
attr_accessor :link
|
|
@@ -31,17 +31,17 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class TilePicOption
|
|
34
|
-
#
|
|
34
|
+
#Gets or sets the X offset for tiling picture.
|
|
35
35
|
attr_accessor :offset_x
|
|
36
|
-
#
|
|
36
|
+
#Gets or sets the Y offset for tiling picture.
|
|
37
37
|
attr_accessor :offset_y
|
|
38
|
-
#
|
|
38
|
+
#Gets or sets the X scale for tiling picture.
|
|
39
39
|
attr_accessor :scale_x
|
|
40
|
-
#
|
|
40
|
+
#Gets or sets the Y scale for tiling picture.
|
|
41
41
|
attr_accessor :scale_y
|
|
42
|
-
#
|
|
42
|
+
#Gets or sets the alignment for tiling.
|
|
43
43
|
attr_accessor :alignment_type
|
|
44
|
-
#
|
|
44
|
+
#Gets or sets the mirror type for tiling.
|
|
45
45
|
attr_accessor :mirror_type
|
|
46
46
|
|
|
47
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,7 +31,7 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class TimePeriodFormatCondition
|
|
34
|
-
#
|
|
34
|
+
#The applicable time period in a "date occurring…" conditional formatting rule. Valid only for type = timePeriod. The default value is TimePeriodType.Today
|
|
35
35
|
attr_accessor :time_period
|
|
36
36
|
|
|
37
37
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,13 +31,13 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Title
|
|
34
|
-
#
|
|
34
|
+
#Represents whether the title is visible.
|
|
35
35
|
attr_accessor :is_visible
|
|
36
36
|
#
|
|
37
37
|
attr_accessor :linked_source
|
|
38
38
|
#
|
|
39
39
|
attr_accessor :rotation_angle
|
|
40
|
-
#
|
|
40
|
+
#Gets or sets the text of display unit label.
|
|
41
41
|
attr_accessor :text
|
|
42
42
|
#
|
|
43
43
|
attr_accessor :text_direction
|
|
@@ -31,11 +31,11 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Top10
|
|
34
|
-
#Get or set
|
|
34
|
+
#Get or set whether a "top/bottom n" rule is a "bottom n" rule. Default value is false.
|
|
35
35
|
attr_accessor :is_bottom
|
|
36
|
-
#Get or set
|
|
36
|
+
#Get or set whether a "top/bottom n" rule is a "top/bottom n percent" rule. Default value is false.
|
|
37
37
|
attr_accessor :is_percent
|
|
38
|
-
#Get or set the value of "n" in a "top/bottom n" conditional formatting rule.
|
|
38
|
+
#Get or set the value of "n" in a "top/bottom n" conditional formatting rule. If IsPercent is true, the value must between 0 and 100. Otherwise it must between 0 and 1000. Default value is 10.
|
|
39
39
|
attr_accessor :rank
|
|
40
40
|
|
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -31,13 +31,13 @@ require 'date'
|
|
|
31
31
|
module AsposeCellsCloud
|
|
32
32
|
|
|
33
33
|
class Top10Filter
|
|
34
|
-
#
|
|
34
|
+
#
|
|
35
35
|
attr_accessor :criteria
|
|
36
|
-
#
|
|
36
|
+
#Indicates whether the items is percent.
|
|
37
37
|
attr_accessor :is_percent
|
|
38
|
-
#
|
|
38
|
+
#Indicates whether it's top filter.
|
|
39
39
|
attr_accessor :is_top
|
|
40
|
-
#
|
|
40
|
+
#Gets and sets the items of the filter.
|
|
41
41
|
attr_accessor :items
|
|
42
42
|
|
|
43
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|