groupdocs_conversion_cloud 25.6 → 25.8
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/lib/groupdocs_conversion_cloud/models/cad_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/cf2_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/csv_load_options.rb +230 -61
- data/lib/groupdocs_conversion_cloud/models/dgn_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/dwf_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/dwfx_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/dwg_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/dwt_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/dxf_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/email_load_options.rb +142 -77
- data/lib/groupdocs_conversion_cloud/models/eml_load_options.rb +142 -77
- data/lib/groupdocs_conversion_cloud/models/emlx_load_options.rb +142 -77
- data/lib/groupdocs_conversion_cloud/models/ifc_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/igs_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/mht_load_options.rb +142 -77
- data/lib/groupdocs_conversion_cloud/models/msg_load_options.rb +142 -77
- data/lib/groupdocs_conversion_cloud/models/ods_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/ost_load_options.rb +142 -77
- data/lib/groupdocs_conversion_cloud/models/ots_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/pdf_load_options.rb +110 -28
- data/lib/groupdocs_conversion_cloud/models/plt_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/pst_load_options.rb +142 -77
- data/lib/groupdocs_conversion_cloud/models/spreadsheet_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/stl_load_options.rb +25 -15
- data/lib/groupdocs_conversion_cloud/models/tsv_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/web_load_options.rb +81 -4
- data/lib/groupdocs_conversion_cloud/models/xls2003_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/xls_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/xlsb_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/xlsm_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/xlsx_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/xltm_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/models/xltx_load_options.rb +233 -64
- data/lib/groupdocs_conversion_cloud/version.rb +1 -1
- metadata +2 -2
@@ -37,11 +37,14 @@ module GroupDocsConversionCloud
|
|
37
37
|
# Render specific CAD layouts
|
38
38
|
attr_accessor :layout_names
|
39
39
|
|
40
|
-
#
|
41
|
-
attr_accessor :background_color
|
42
|
-
|
43
|
-
# Gets or sets type of drawing.
|
40
|
+
# A type of drawing.
|
44
41
|
attr_accessor :draw_type
|
42
|
+
|
43
|
+
# A foreground color.
|
44
|
+
attr_accessor :draw_color
|
45
|
+
|
46
|
+
# A background color.
|
47
|
+
attr_accessor :background_color
|
45
48
|
class EnumAttributeValidator
|
46
49
|
attr_reader :datatype
|
47
50
|
attr_reader :allowable_values
|
@@ -69,8 +72,9 @@ module GroupDocsConversionCloud
|
|
69
72
|
{
|
70
73
|
:'format' => :'Format',
|
71
74
|
:'layout_names' => :'LayoutNames',
|
72
|
-
:'
|
73
|
-
:'
|
75
|
+
:'draw_type' => :'DrawType',
|
76
|
+
:'draw_color' => :'DrawColor',
|
77
|
+
:'background_color' => :'BackgroundColor'
|
74
78
|
}
|
75
79
|
end
|
76
80
|
|
@@ -79,8 +83,9 @@ module GroupDocsConversionCloud
|
|
79
83
|
{
|
80
84
|
:'format' => :'String',
|
81
85
|
:'layout_names' => :'Array<String>',
|
82
|
-
:'
|
83
|
-
:'
|
86
|
+
:'draw_type' => :'String',
|
87
|
+
:'draw_color' => :'String',
|
88
|
+
:'background_color' => :'String'
|
84
89
|
}
|
85
90
|
end
|
86
91
|
|
@@ -102,14 +107,18 @@ module GroupDocsConversionCloud
|
|
102
107
|
end
|
103
108
|
end
|
104
109
|
|
105
|
-
if attributes.key?(:'BackgroundColor')
|
106
|
-
self.background_color = attributes[:'BackgroundColor']
|
107
|
-
end
|
108
|
-
|
109
110
|
if attributes.key?(:'DrawType')
|
110
111
|
self.draw_type = attributes[:'DrawType']
|
111
112
|
end
|
112
113
|
|
114
|
+
if attributes.key?(:'DrawColor')
|
115
|
+
self.draw_color = attributes[:'DrawColor']
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'BackgroundColor')
|
119
|
+
self.background_color = attributes[:'BackgroundColor']
|
120
|
+
end
|
121
|
+
|
113
122
|
end
|
114
123
|
|
115
124
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -153,8 +162,9 @@ module GroupDocsConversionCloud
|
|
153
162
|
self.class == other.class &&
|
154
163
|
format == other.format &&
|
155
164
|
layout_names == other.layout_names &&
|
156
|
-
|
157
|
-
|
165
|
+
draw_type == other.draw_type &&
|
166
|
+
draw_color == other.draw_color &&
|
167
|
+
background_color == other.background_color
|
158
168
|
end
|
159
169
|
|
160
170
|
# @see the `==` method
|
@@ -166,7 +176,7 @@ module GroupDocsConversionCloud
|
|
166
176
|
# Calculates hash code according to all attributes.
|
167
177
|
# @return [Fixnum] Hash code
|
168
178
|
def hash
|
169
|
-
[format, layout_names,
|
179
|
+
[format, layout_names, draw_type, draw_color, background_color].hash
|
170
180
|
end
|
171
181
|
|
172
182
|
# Downcases first letter.
|
@@ -37,11 +37,14 @@ module GroupDocsConversionCloud
|
|
37
37
|
# Render specific CAD layouts
|
38
38
|
attr_accessor :layout_names
|
39
39
|
|
40
|
-
#
|
41
|
-
attr_accessor :background_color
|
42
|
-
|
43
|
-
# Gets or sets type of drawing.
|
40
|
+
# A type of drawing.
|
44
41
|
attr_accessor :draw_type
|
42
|
+
|
43
|
+
# A foreground color.
|
44
|
+
attr_accessor :draw_color
|
45
|
+
|
46
|
+
# A background color.
|
47
|
+
attr_accessor :background_color
|
45
48
|
class EnumAttributeValidator
|
46
49
|
attr_reader :datatype
|
47
50
|
attr_reader :allowable_values
|
@@ -69,8 +72,9 @@ module GroupDocsConversionCloud
|
|
69
72
|
{
|
70
73
|
:'format' => :'Format',
|
71
74
|
:'layout_names' => :'LayoutNames',
|
72
|
-
:'
|
73
|
-
:'
|
75
|
+
:'draw_type' => :'DrawType',
|
76
|
+
:'draw_color' => :'DrawColor',
|
77
|
+
:'background_color' => :'BackgroundColor'
|
74
78
|
}
|
75
79
|
end
|
76
80
|
|
@@ -79,8 +83,9 @@ module GroupDocsConversionCloud
|
|
79
83
|
{
|
80
84
|
:'format' => :'String',
|
81
85
|
:'layout_names' => :'Array<String>',
|
82
|
-
:'
|
83
|
-
:'
|
86
|
+
:'draw_type' => :'String',
|
87
|
+
:'draw_color' => :'String',
|
88
|
+
:'background_color' => :'String'
|
84
89
|
}
|
85
90
|
end
|
86
91
|
|
@@ -102,14 +107,18 @@ module GroupDocsConversionCloud
|
|
102
107
|
end
|
103
108
|
end
|
104
109
|
|
105
|
-
if attributes.key?(:'BackgroundColor')
|
106
|
-
self.background_color = attributes[:'BackgroundColor']
|
107
|
-
end
|
108
|
-
|
109
110
|
if attributes.key?(:'DrawType')
|
110
111
|
self.draw_type = attributes[:'DrawType']
|
111
112
|
end
|
112
113
|
|
114
|
+
if attributes.key?(:'DrawColor')
|
115
|
+
self.draw_color = attributes[:'DrawColor']
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'BackgroundColor')
|
119
|
+
self.background_color = attributes[:'BackgroundColor']
|
120
|
+
end
|
121
|
+
|
113
122
|
end
|
114
123
|
|
115
124
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -153,8 +162,9 @@ module GroupDocsConversionCloud
|
|
153
162
|
self.class == other.class &&
|
154
163
|
format == other.format &&
|
155
164
|
layout_names == other.layout_names &&
|
156
|
-
|
157
|
-
|
165
|
+
draw_type == other.draw_type &&
|
166
|
+
draw_color == other.draw_color &&
|
167
|
+
background_color == other.background_color
|
158
168
|
end
|
159
169
|
|
160
170
|
# @see the `==` method
|
@@ -166,7 +176,7 @@ module GroupDocsConversionCloud
|
|
166
176
|
# Calculates hash code according to all attributes.
|
167
177
|
# @return [Fixnum] Hash code
|
168
178
|
def hash
|
169
|
-
[format, layout_names,
|
179
|
+
[format, layout_names, draw_type, draw_color, background_color].hash
|
170
180
|
end
|
171
181
|
|
172
182
|
# Downcases first letter.
|
@@ -37,11 +37,14 @@ module GroupDocsConversionCloud
|
|
37
37
|
# Render specific CAD layouts
|
38
38
|
attr_accessor :layout_names
|
39
39
|
|
40
|
-
#
|
41
|
-
attr_accessor :background_color
|
42
|
-
|
43
|
-
# Gets or sets type of drawing.
|
40
|
+
# A type of drawing.
|
44
41
|
attr_accessor :draw_type
|
42
|
+
|
43
|
+
# A foreground color.
|
44
|
+
attr_accessor :draw_color
|
45
|
+
|
46
|
+
# A background color.
|
47
|
+
attr_accessor :background_color
|
45
48
|
class EnumAttributeValidator
|
46
49
|
attr_reader :datatype
|
47
50
|
attr_reader :allowable_values
|
@@ -69,8 +72,9 @@ module GroupDocsConversionCloud
|
|
69
72
|
{
|
70
73
|
:'format' => :'Format',
|
71
74
|
:'layout_names' => :'LayoutNames',
|
72
|
-
:'
|
73
|
-
:'
|
75
|
+
:'draw_type' => :'DrawType',
|
76
|
+
:'draw_color' => :'DrawColor',
|
77
|
+
:'background_color' => :'BackgroundColor'
|
74
78
|
}
|
75
79
|
end
|
76
80
|
|
@@ -79,8 +83,9 @@ module GroupDocsConversionCloud
|
|
79
83
|
{
|
80
84
|
:'format' => :'String',
|
81
85
|
:'layout_names' => :'Array<String>',
|
82
|
-
:'
|
83
|
-
:'
|
86
|
+
:'draw_type' => :'String',
|
87
|
+
:'draw_color' => :'String',
|
88
|
+
:'background_color' => :'String'
|
84
89
|
}
|
85
90
|
end
|
86
91
|
|
@@ -102,14 +107,18 @@ module GroupDocsConversionCloud
|
|
102
107
|
end
|
103
108
|
end
|
104
109
|
|
105
|
-
if attributes.key?(:'BackgroundColor')
|
106
|
-
self.background_color = attributes[:'BackgroundColor']
|
107
|
-
end
|
108
|
-
|
109
110
|
if attributes.key?(:'DrawType')
|
110
111
|
self.draw_type = attributes[:'DrawType']
|
111
112
|
end
|
112
113
|
|
114
|
+
if attributes.key?(:'DrawColor')
|
115
|
+
self.draw_color = attributes[:'DrawColor']
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'BackgroundColor')
|
119
|
+
self.background_color = attributes[:'BackgroundColor']
|
120
|
+
end
|
121
|
+
|
113
122
|
end
|
114
123
|
|
115
124
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -153,8 +162,9 @@ module GroupDocsConversionCloud
|
|
153
162
|
self.class == other.class &&
|
154
163
|
format == other.format &&
|
155
164
|
layout_names == other.layout_names &&
|
156
|
-
|
157
|
-
|
165
|
+
draw_type == other.draw_type &&
|
166
|
+
draw_color == other.draw_color &&
|
167
|
+
background_color == other.background_color
|
158
168
|
end
|
159
169
|
|
160
170
|
# @see the `==` method
|
@@ -166,7 +176,7 @@ module GroupDocsConversionCloud
|
|
166
176
|
# Calculates hash code according to all attributes.
|
167
177
|
# @return [Fixnum] Hash code
|
168
178
|
def hash
|
169
|
-
[format, layout_names,
|
179
|
+
[format, layout_names, draw_type, draw_color, background_color].hash
|
170
180
|
end
|
171
181
|
|
172
182
|
# Downcases first letter.
|
@@ -37,11 +37,14 @@ module GroupDocsConversionCloud
|
|
37
37
|
# Render specific CAD layouts
|
38
38
|
attr_accessor :layout_names
|
39
39
|
|
40
|
-
#
|
41
|
-
attr_accessor :background_color
|
42
|
-
|
43
|
-
# Gets or sets type of drawing.
|
40
|
+
# A type of drawing.
|
44
41
|
attr_accessor :draw_type
|
42
|
+
|
43
|
+
# A foreground color.
|
44
|
+
attr_accessor :draw_color
|
45
|
+
|
46
|
+
# A background color.
|
47
|
+
attr_accessor :background_color
|
45
48
|
class EnumAttributeValidator
|
46
49
|
attr_reader :datatype
|
47
50
|
attr_reader :allowable_values
|
@@ -69,8 +72,9 @@ module GroupDocsConversionCloud
|
|
69
72
|
{
|
70
73
|
:'format' => :'Format',
|
71
74
|
:'layout_names' => :'LayoutNames',
|
72
|
-
:'
|
73
|
-
:'
|
75
|
+
:'draw_type' => :'DrawType',
|
76
|
+
:'draw_color' => :'DrawColor',
|
77
|
+
:'background_color' => :'BackgroundColor'
|
74
78
|
}
|
75
79
|
end
|
76
80
|
|
@@ -79,8 +83,9 @@ module GroupDocsConversionCloud
|
|
79
83
|
{
|
80
84
|
:'format' => :'String',
|
81
85
|
:'layout_names' => :'Array<String>',
|
82
|
-
:'
|
83
|
-
:'
|
86
|
+
:'draw_type' => :'String',
|
87
|
+
:'draw_color' => :'String',
|
88
|
+
:'background_color' => :'String'
|
84
89
|
}
|
85
90
|
end
|
86
91
|
|
@@ -102,14 +107,18 @@ module GroupDocsConversionCloud
|
|
102
107
|
end
|
103
108
|
end
|
104
109
|
|
105
|
-
if attributes.key?(:'BackgroundColor')
|
106
|
-
self.background_color = attributes[:'BackgroundColor']
|
107
|
-
end
|
108
|
-
|
109
110
|
if attributes.key?(:'DrawType')
|
110
111
|
self.draw_type = attributes[:'DrawType']
|
111
112
|
end
|
112
113
|
|
114
|
+
if attributes.key?(:'DrawColor')
|
115
|
+
self.draw_color = attributes[:'DrawColor']
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'BackgroundColor')
|
119
|
+
self.background_color = attributes[:'BackgroundColor']
|
120
|
+
end
|
121
|
+
|
113
122
|
end
|
114
123
|
|
115
124
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -153,8 +162,9 @@ module GroupDocsConversionCloud
|
|
153
162
|
self.class == other.class &&
|
154
163
|
format == other.format &&
|
155
164
|
layout_names == other.layout_names &&
|
156
|
-
|
157
|
-
|
165
|
+
draw_type == other.draw_type &&
|
166
|
+
draw_color == other.draw_color &&
|
167
|
+
background_color == other.background_color
|
158
168
|
end
|
159
169
|
|
160
170
|
# @see the `==` method
|
@@ -166,7 +176,7 @@ module GroupDocsConversionCloud
|
|
166
176
|
# Calculates hash code according to all attributes.
|
167
177
|
# @return [Fixnum] Hash code
|
168
178
|
def hash
|
169
|
-
[format, layout_names,
|
179
|
+
[format, layout_names, draw_type, draw_color, background_color].hash
|
170
180
|
end
|
171
181
|
|
172
182
|
# Downcases first letter.
|
@@ -37,11 +37,14 @@ module GroupDocsConversionCloud
|
|
37
37
|
# Render specific CAD layouts
|
38
38
|
attr_accessor :layout_names
|
39
39
|
|
40
|
-
#
|
41
|
-
attr_accessor :background_color
|
42
|
-
|
43
|
-
# Gets or sets type of drawing.
|
40
|
+
# A type of drawing.
|
44
41
|
attr_accessor :draw_type
|
42
|
+
|
43
|
+
# A foreground color.
|
44
|
+
attr_accessor :draw_color
|
45
|
+
|
46
|
+
# A background color.
|
47
|
+
attr_accessor :background_color
|
45
48
|
class EnumAttributeValidator
|
46
49
|
attr_reader :datatype
|
47
50
|
attr_reader :allowable_values
|
@@ -69,8 +72,9 @@ module GroupDocsConversionCloud
|
|
69
72
|
{
|
70
73
|
:'format' => :'Format',
|
71
74
|
:'layout_names' => :'LayoutNames',
|
72
|
-
:'
|
73
|
-
:'
|
75
|
+
:'draw_type' => :'DrawType',
|
76
|
+
:'draw_color' => :'DrawColor',
|
77
|
+
:'background_color' => :'BackgroundColor'
|
74
78
|
}
|
75
79
|
end
|
76
80
|
|
@@ -79,8 +83,9 @@ module GroupDocsConversionCloud
|
|
79
83
|
{
|
80
84
|
:'format' => :'String',
|
81
85
|
:'layout_names' => :'Array<String>',
|
82
|
-
:'
|
83
|
-
:'
|
86
|
+
:'draw_type' => :'String',
|
87
|
+
:'draw_color' => :'String',
|
88
|
+
:'background_color' => :'String'
|
84
89
|
}
|
85
90
|
end
|
86
91
|
|
@@ -102,14 +107,18 @@ module GroupDocsConversionCloud
|
|
102
107
|
end
|
103
108
|
end
|
104
109
|
|
105
|
-
if attributes.key?(:'BackgroundColor')
|
106
|
-
self.background_color = attributes[:'BackgroundColor']
|
107
|
-
end
|
108
|
-
|
109
110
|
if attributes.key?(:'DrawType')
|
110
111
|
self.draw_type = attributes[:'DrawType']
|
111
112
|
end
|
112
113
|
|
114
|
+
if attributes.key?(:'DrawColor')
|
115
|
+
self.draw_color = attributes[:'DrawColor']
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'BackgroundColor')
|
119
|
+
self.background_color = attributes[:'BackgroundColor']
|
120
|
+
end
|
121
|
+
|
113
122
|
end
|
114
123
|
|
115
124
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -153,8 +162,9 @@ module GroupDocsConversionCloud
|
|
153
162
|
self.class == other.class &&
|
154
163
|
format == other.format &&
|
155
164
|
layout_names == other.layout_names &&
|
156
|
-
|
157
|
-
|
165
|
+
draw_type == other.draw_type &&
|
166
|
+
draw_color == other.draw_color &&
|
167
|
+
background_color == other.background_color
|
158
168
|
end
|
159
169
|
|
160
170
|
# @see the `==` method
|
@@ -166,7 +176,7 @@ module GroupDocsConversionCloud
|
|
166
176
|
# Calculates hash code according to all attributes.
|
167
177
|
# @return [Fixnum] Hash code
|
168
178
|
def hash
|
169
|
-
[format, layout_names,
|
179
|
+
[format, layout_names, draw_type, draw_color, background_color].hash
|
170
180
|
end
|
171
181
|
|
172
182
|
# Downcases first letter.
|
@@ -37,11 +37,14 @@ module GroupDocsConversionCloud
|
|
37
37
|
# Render specific CAD layouts
|
38
38
|
attr_accessor :layout_names
|
39
39
|
|
40
|
-
#
|
41
|
-
attr_accessor :background_color
|
42
|
-
|
43
|
-
# Gets or sets type of drawing.
|
40
|
+
# A type of drawing.
|
44
41
|
attr_accessor :draw_type
|
42
|
+
|
43
|
+
# A foreground color.
|
44
|
+
attr_accessor :draw_color
|
45
|
+
|
46
|
+
# A background color.
|
47
|
+
attr_accessor :background_color
|
45
48
|
class EnumAttributeValidator
|
46
49
|
attr_reader :datatype
|
47
50
|
attr_reader :allowable_values
|
@@ -69,8 +72,9 @@ module GroupDocsConversionCloud
|
|
69
72
|
{
|
70
73
|
:'format' => :'Format',
|
71
74
|
:'layout_names' => :'LayoutNames',
|
72
|
-
:'
|
73
|
-
:'
|
75
|
+
:'draw_type' => :'DrawType',
|
76
|
+
:'draw_color' => :'DrawColor',
|
77
|
+
:'background_color' => :'BackgroundColor'
|
74
78
|
}
|
75
79
|
end
|
76
80
|
|
@@ -79,8 +83,9 @@ module GroupDocsConversionCloud
|
|
79
83
|
{
|
80
84
|
:'format' => :'String',
|
81
85
|
:'layout_names' => :'Array<String>',
|
82
|
-
:'
|
83
|
-
:'
|
86
|
+
:'draw_type' => :'String',
|
87
|
+
:'draw_color' => :'String',
|
88
|
+
:'background_color' => :'String'
|
84
89
|
}
|
85
90
|
end
|
86
91
|
|
@@ -102,14 +107,18 @@ module GroupDocsConversionCloud
|
|
102
107
|
end
|
103
108
|
end
|
104
109
|
|
105
|
-
if attributes.key?(:'BackgroundColor')
|
106
|
-
self.background_color = attributes[:'BackgroundColor']
|
107
|
-
end
|
108
|
-
|
109
110
|
if attributes.key?(:'DrawType')
|
110
111
|
self.draw_type = attributes[:'DrawType']
|
111
112
|
end
|
112
113
|
|
114
|
+
if attributes.key?(:'DrawColor')
|
115
|
+
self.draw_color = attributes[:'DrawColor']
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'BackgroundColor')
|
119
|
+
self.background_color = attributes[:'BackgroundColor']
|
120
|
+
end
|
121
|
+
|
113
122
|
end
|
114
123
|
|
115
124
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -153,8 +162,9 @@ module GroupDocsConversionCloud
|
|
153
162
|
self.class == other.class &&
|
154
163
|
format == other.format &&
|
155
164
|
layout_names == other.layout_names &&
|
156
|
-
|
157
|
-
|
165
|
+
draw_type == other.draw_type &&
|
166
|
+
draw_color == other.draw_color &&
|
167
|
+
background_color == other.background_color
|
158
168
|
end
|
159
169
|
|
160
170
|
# @see the `==` method
|
@@ -166,7 +176,7 @@ module GroupDocsConversionCloud
|
|
166
176
|
# Calculates hash code according to all attributes.
|
167
177
|
# @return [Fixnum] Hash code
|
168
178
|
def hash
|
169
|
-
[format, layout_names,
|
179
|
+
[format, layout_names, draw_type, draw_color, background_color].hash
|
170
180
|
end
|
171
181
|
|
172
182
|
# Downcases first letter.
|