groupdocs_conversion_cloud 19.4 → 21.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/groupdocs_conversion_cloud.rb +6 -2
- data/lib/groupdocs_conversion_cloud/api/convert_api.rb +342 -0
- data/lib/groupdocs_conversion_cloud/api/file_api.rb +7 -7
- data/lib/groupdocs_conversion_cloud/api/folder_api.rb +7 -7
- data/lib/groupdocs_conversion_cloud/api/{conversion_api.rb → info_api.rb} +54 -43
- data/lib/groupdocs_conversion_cloud/api/storage_api.rb +5 -5
- data/lib/groupdocs_conversion_cloud/api_client.rb +1 -1
- data/lib/groupdocs_conversion_cloud/api_error.rb +1 -1
- data/lib/groupdocs_conversion_cloud/configuration.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/bmp_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/bmp_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/cad_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/cgm_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/convert_settings.rb +15 -5
- data/lib/groupdocs_conversion_cloud/models/csv_load_options.rb +15 -5
- data/lib/groupdocs_conversion_cloud/models/dcm_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/dcm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/dgn_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/diagram_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/disc_usage.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/djvu_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/dng_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/dng_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/doc_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/doc_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/docm_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/docm_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/document_metadata.rb +396 -0
- data/lib/groupdocs_conversion_cloud/models/docx_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/docx_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/dot_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/dot_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/dotm_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/dotm_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/dotx_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/dotx_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/dwf_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/dwg_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/dxf_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/email_load_options.rb +57 -5
- data/lib/groupdocs_conversion_cloud/models/emf_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/emf_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/eml_load_options.rb +57 -5
- data/lib/groupdocs_conversion_cloud/models/emlx_load_options.rb +57 -5
- data/lib/groupdocs_conversion_cloud/models/epub_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/error.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/error_details.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/field_label.rb +266 -0
- data/lib/groupdocs_conversion_cloud/models/file_version.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/file_versions.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/files_list.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/files_upload_result.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/gif_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/gif_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/html_convert_options.rb +17 -2
- data/lib/groupdocs_conversion_cloud/models/html_load_options.rb +219 -0
- data/lib/groupdocs_conversion_cloud/models/ico_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/ico_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ifc_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/igs_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/image_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/image_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/j2c_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/j2c_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/j2k_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/j2k_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/jp2_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/jp2_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/jpeg_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/jpeg_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/jpf_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/jpf_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/jpg_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/jpg_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/jpm_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/jpm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/jpx_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/jpx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/mht_load_options.rb +57 -5
- data/lib/groupdocs_conversion_cloud/models/mobi_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/msg_load_options.rb +57 -5
- data/lib/groupdocs_conversion_cloud/models/object_exist.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/odg_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/odg_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/odp_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/odp_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ods_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ods_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/odt_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/odt_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/one_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ost_load_options.rb +57 -5
- data/lib/groupdocs_conversion_cloud/models/otp_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/otp_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ots_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ots_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ott_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ott_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/pdf_convert_options.rb +11 -56
- data/lib/groupdocs_conversion_cloud/models/pdf_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/plt_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/png_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/png_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/potm_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/potm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/potx_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/potx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/pps_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/pps_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ppsm_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ppsm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ppsx_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ppsx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ppt_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/ppt_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/pptm_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/pptm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/pptx_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/pptx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/presentation_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/presentation_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/psd_convert_options.rb +78 -2
- data/lib/groupdocs_conversion_cloud/models/psd_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/pst_load_options.rb +57 -5
- data/lib/groupdocs_conversion_cloud/models/rtf_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/spreadsheet_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/spreadsheet_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/stl_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/storage_exist.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/storage_file.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/stored_converted_result.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/supported_format.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/svg_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/tif_convert_options.rb +78 -2
- data/lib/groupdocs_conversion_cloud/models/tif_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/tiff_convert_options.rb +78 -2
- data/lib/groupdocs_conversion_cloud/models/tiff_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/tsv_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/tsv_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/txt_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/txt_load_options.rb +15 -5
- data/lib/groupdocs_conversion_cloud/models/vdw_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vdx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vsd_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vsdm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vsdx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vss_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vssm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vssx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vst_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vstm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vstx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vsx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/vtx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/watermark_options.rb +32 -2
- data/lib/groupdocs_conversion_cloud/models/webp_convert_options.rb +99 -2
- data/lib/groupdocs_conversion_cloud/models/webp_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/wmf_convert_options.rb +102 -5
- data/lib/groupdocs_conversion_cloud/models/wmf_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/word_processing_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/word_processing_load_options.rb +50 -5
- data/lib/groupdocs_conversion_cloud/models/xls2003_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xls2003_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xls_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xls_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xlsb_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xlsb_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xlsm_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xlsm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xlsx_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xlsx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xltm_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xltm_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xltx_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xltx_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xml_load_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/models/xps_convert_options.rb +1 -1
- data/lib/groupdocs_conversion_cloud/version.rb +2 -2
- metadata +7 -3
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="docx_convert_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="docx_load_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -49,6 +49,15 @@ module GroupDocsConversionCloud
|
|
49
49
|
# Hide comments
|
50
50
|
attr_accessor :hide_comments
|
51
51
|
|
52
|
+
# Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
|
53
|
+
attr_accessor :bookmarks_outline_level
|
54
|
+
|
55
|
+
# Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
|
56
|
+
attr_accessor :headings_outline_levels
|
57
|
+
|
58
|
+
# Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
|
59
|
+
attr_accessor :expanded_outline_levels
|
60
|
+
|
52
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
62
|
def self.attribute_map
|
54
63
|
{
|
@@ -57,7 +66,10 @@ module GroupDocsConversionCloud
|
|
57
66
|
:'font_substitutes' => :'FontSubstitutes',
|
58
67
|
:'password' => :'Password',
|
59
68
|
:'hide_word_tracked_changes' => :'HideWordTrackedChanges',
|
60
|
-
:'hide_comments' => :'HideComments'
|
69
|
+
:'hide_comments' => :'HideComments',
|
70
|
+
:'bookmarks_outline_level' => :'BookmarksOutlineLevel',
|
71
|
+
:'headings_outline_levels' => :'HeadingsOutlineLevels',
|
72
|
+
:'expanded_outline_levels' => :'ExpandedOutlineLevels'
|
61
73
|
}
|
62
74
|
end
|
63
75
|
|
@@ -69,7 +81,10 @@ module GroupDocsConversionCloud
|
|
69
81
|
:'font_substitutes' => :'Hash<String, String>',
|
70
82
|
:'password' => :'String',
|
71
83
|
:'hide_word_tracked_changes' => :'BOOLEAN',
|
72
|
-
:'hide_comments' => :'BOOLEAN'
|
84
|
+
:'hide_comments' => :'BOOLEAN',
|
85
|
+
:'bookmarks_outline_level' => :'Integer',
|
86
|
+
:'headings_outline_levels' => :'Integer',
|
87
|
+
:'expanded_outline_levels' => :'Integer'
|
73
88
|
}
|
74
89
|
end
|
75
90
|
|
@@ -107,6 +122,18 @@ module GroupDocsConversionCloud
|
|
107
122
|
self.hide_comments = attributes[:'HideComments']
|
108
123
|
end
|
109
124
|
|
125
|
+
if attributes.key?(:'BookmarksOutlineLevel')
|
126
|
+
self.bookmarks_outline_level = attributes[:'BookmarksOutlineLevel']
|
127
|
+
end
|
128
|
+
|
129
|
+
if attributes.key?(:'HeadingsOutlineLevels')
|
130
|
+
self.headings_outline_levels = attributes[:'HeadingsOutlineLevels']
|
131
|
+
end
|
132
|
+
|
133
|
+
if attributes.key?(:'ExpandedOutlineLevels')
|
134
|
+
self.expanded_outline_levels = attributes[:'ExpandedOutlineLevels']
|
135
|
+
end
|
136
|
+
|
110
137
|
end
|
111
138
|
|
112
139
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -125,6 +152,18 @@ module GroupDocsConversionCloud
|
|
125
152
|
invalid_properties.push("invalid value for 'hide_comments', hide_comments cannot be nil.")
|
126
153
|
end
|
127
154
|
|
155
|
+
if @bookmarks_outline_level.nil?
|
156
|
+
invalid_properties.push("invalid value for 'bookmarks_outline_level', bookmarks_outline_level cannot be nil.")
|
157
|
+
end
|
158
|
+
|
159
|
+
if @headings_outline_levels.nil?
|
160
|
+
invalid_properties.push("invalid value for 'headings_outline_levels', headings_outline_levels cannot be nil.")
|
161
|
+
end
|
162
|
+
|
163
|
+
if @expanded_outline_levels.nil?
|
164
|
+
invalid_properties.push("invalid value for 'expanded_outline_levels', expanded_outline_levels cannot be nil.")
|
165
|
+
end
|
166
|
+
|
128
167
|
return invalid_properties
|
129
168
|
end
|
130
169
|
|
@@ -134,6 +173,9 @@ module GroupDocsConversionCloud
|
|
134
173
|
return false if @auto_font_substitution.nil?
|
135
174
|
return false if @hide_word_tracked_changes.nil?
|
136
175
|
return false if @hide_comments.nil?
|
176
|
+
return false if @bookmarks_outline_level.nil?
|
177
|
+
return false if @headings_outline_levels.nil?
|
178
|
+
return false if @expanded_outline_levels.nil?
|
137
179
|
return true
|
138
180
|
end
|
139
181
|
|
@@ -147,7 +189,10 @@ module GroupDocsConversionCloud
|
|
147
189
|
font_substitutes == other.font_substitutes &&
|
148
190
|
password == other.password &&
|
149
191
|
hide_word_tracked_changes == other.hide_word_tracked_changes &&
|
150
|
-
hide_comments == other.hide_comments
|
192
|
+
hide_comments == other.hide_comments &&
|
193
|
+
bookmarks_outline_level == other.bookmarks_outline_level &&
|
194
|
+
headings_outline_levels == other.headings_outline_levels &&
|
195
|
+
expanded_outline_levels == other.expanded_outline_levels
|
151
196
|
end
|
152
197
|
|
153
198
|
# @see the `==` method
|
@@ -159,7 +204,7 @@ module GroupDocsConversionCloud
|
|
159
204
|
# Calculates hash code according to all attributes.
|
160
205
|
# @return [Fixnum] Hash code
|
161
206
|
def hash
|
162
|
-
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments].hash
|
207
|
+
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments, bookmarks_outline_level, headings_outline_levels, expanded_outline_levels].hash
|
163
208
|
end
|
164
209
|
|
165
210
|
# Downcases first letter.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="dot_convert_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="dot_load_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -49,6 +49,15 @@ module GroupDocsConversionCloud
|
|
49
49
|
# Hide comments
|
50
50
|
attr_accessor :hide_comments
|
51
51
|
|
52
|
+
# Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
|
53
|
+
attr_accessor :bookmarks_outline_level
|
54
|
+
|
55
|
+
# Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
|
56
|
+
attr_accessor :headings_outline_levels
|
57
|
+
|
58
|
+
# Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
|
59
|
+
attr_accessor :expanded_outline_levels
|
60
|
+
|
52
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
62
|
def self.attribute_map
|
54
63
|
{
|
@@ -57,7 +66,10 @@ module GroupDocsConversionCloud
|
|
57
66
|
:'font_substitutes' => :'FontSubstitutes',
|
58
67
|
:'password' => :'Password',
|
59
68
|
:'hide_word_tracked_changes' => :'HideWordTrackedChanges',
|
60
|
-
:'hide_comments' => :'HideComments'
|
69
|
+
:'hide_comments' => :'HideComments',
|
70
|
+
:'bookmarks_outline_level' => :'BookmarksOutlineLevel',
|
71
|
+
:'headings_outline_levels' => :'HeadingsOutlineLevels',
|
72
|
+
:'expanded_outline_levels' => :'ExpandedOutlineLevels'
|
61
73
|
}
|
62
74
|
end
|
63
75
|
|
@@ -69,7 +81,10 @@ module GroupDocsConversionCloud
|
|
69
81
|
:'font_substitutes' => :'Hash<String, String>',
|
70
82
|
:'password' => :'String',
|
71
83
|
:'hide_word_tracked_changes' => :'BOOLEAN',
|
72
|
-
:'hide_comments' => :'BOOLEAN'
|
84
|
+
:'hide_comments' => :'BOOLEAN',
|
85
|
+
:'bookmarks_outline_level' => :'Integer',
|
86
|
+
:'headings_outline_levels' => :'Integer',
|
87
|
+
:'expanded_outline_levels' => :'Integer'
|
73
88
|
}
|
74
89
|
end
|
75
90
|
|
@@ -107,6 +122,18 @@ module GroupDocsConversionCloud
|
|
107
122
|
self.hide_comments = attributes[:'HideComments']
|
108
123
|
end
|
109
124
|
|
125
|
+
if attributes.key?(:'BookmarksOutlineLevel')
|
126
|
+
self.bookmarks_outline_level = attributes[:'BookmarksOutlineLevel']
|
127
|
+
end
|
128
|
+
|
129
|
+
if attributes.key?(:'HeadingsOutlineLevels')
|
130
|
+
self.headings_outline_levels = attributes[:'HeadingsOutlineLevels']
|
131
|
+
end
|
132
|
+
|
133
|
+
if attributes.key?(:'ExpandedOutlineLevels')
|
134
|
+
self.expanded_outline_levels = attributes[:'ExpandedOutlineLevels']
|
135
|
+
end
|
136
|
+
|
110
137
|
end
|
111
138
|
|
112
139
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -125,6 +152,18 @@ module GroupDocsConversionCloud
|
|
125
152
|
invalid_properties.push("invalid value for 'hide_comments', hide_comments cannot be nil.")
|
126
153
|
end
|
127
154
|
|
155
|
+
if @bookmarks_outline_level.nil?
|
156
|
+
invalid_properties.push("invalid value for 'bookmarks_outline_level', bookmarks_outline_level cannot be nil.")
|
157
|
+
end
|
158
|
+
|
159
|
+
if @headings_outline_levels.nil?
|
160
|
+
invalid_properties.push("invalid value for 'headings_outline_levels', headings_outline_levels cannot be nil.")
|
161
|
+
end
|
162
|
+
|
163
|
+
if @expanded_outline_levels.nil?
|
164
|
+
invalid_properties.push("invalid value for 'expanded_outline_levels', expanded_outline_levels cannot be nil.")
|
165
|
+
end
|
166
|
+
|
128
167
|
return invalid_properties
|
129
168
|
end
|
130
169
|
|
@@ -134,6 +173,9 @@ module GroupDocsConversionCloud
|
|
134
173
|
return false if @auto_font_substitution.nil?
|
135
174
|
return false if @hide_word_tracked_changes.nil?
|
136
175
|
return false if @hide_comments.nil?
|
176
|
+
return false if @bookmarks_outline_level.nil?
|
177
|
+
return false if @headings_outline_levels.nil?
|
178
|
+
return false if @expanded_outline_levels.nil?
|
137
179
|
return true
|
138
180
|
end
|
139
181
|
|
@@ -147,7 +189,10 @@ module GroupDocsConversionCloud
|
|
147
189
|
font_substitutes == other.font_substitutes &&
|
148
190
|
password == other.password &&
|
149
191
|
hide_word_tracked_changes == other.hide_word_tracked_changes &&
|
150
|
-
hide_comments == other.hide_comments
|
192
|
+
hide_comments == other.hide_comments &&
|
193
|
+
bookmarks_outline_level == other.bookmarks_outline_level &&
|
194
|
+
headings_outline_levels == other.headings_outline_levels &&
|
195
|
+
expanded_outline_levels == other.expanded_outline_levels
|
151
196
|
end
|
152
197
|
|
153
198
|
# @see the `==` method
|
@@ -159,7 +204,7 @@ module GroupDocsConversionCloud
|
|
159
204
|
# Calculates hash code according to all attributes.
|
160
205
|
# @return [Fixnum] Hash code
|
161
206
|
def hash
|
162
|
-
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments].hash
|
207
|
+
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments, bookmarks_outline_level, headings_outline_levels, expanded_outline_levels].hash
|
163
208
|
end
|
164
209
|
|
165
210
|
# Downcases first letter.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="dotm_convert_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="dotm_load_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -49,6 +49,15 @@ module GroupDocsConversionCloud
|
|
49
49
|
# Hide comments
|
50
50
|
attr_accessor :hide_comments
|
51
51
|
|
52
|
+
# Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
|
53
|
+
attr_accessor :bookmarks_outline_level
|
54
|
+
|
55
|
+
# Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
|
56
|
+
attr_accessor :headings_outline_levels
|
57
|
+
|
58
|
+
# Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
|
59
|
+
attr_accessor :expanded_outline_levels
|
60
|
+
|
52
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
62
|
def self.attribute_map
|
54
63
|
{
|
@@ -57,7 +66,10 @@ module GroupDocsConversionCloud
|
|
57
66
|
:'font_substitutes' => :'FontSubstitutes',
|
58
67
|
:'password' => :'Password',
|
59
68
|
:'hide_word_tracked_changes' => :'HideWordTrackedChanges',
|
60
|
-
:'hide_comments' => :'HideComments'
|
69
|
+
:'hide_comments' => :'HideComments',
|
70
|
+
:'bookmarks_outline_level' => :'BookmarksOutlineLevel',
|
71
|
+
:'headings_outline_levels' => :'HeadingsOutlineLevels',
|
72
|
+
:'expanded_outline_levels' => :'ExpandedOutlineLevels'
|
61
73
|
}
|
62
74
|
end
|
63
75
|
|
@@ -69,7 +81,10 @@ module GroupDocsConversionCloud
|
|
69
81
|
:'font_substitutes' => :'Hash<String, String>',
|
70
82
|
:'password' => :'String',
|
71
83
|
:'hide_word_tracked_changes' => :'BOOLEAN',
|
72
|
-
:'hide_comments' => :'BOOLEAN'
|
84
|
+
:'hide_comments' => :'BOOLEAN',
|
85
|
+
:'bookmarks_outline_level' => :'Integer',
|
86
|
+
:'headings_outline_levels' => :'Integer',
|
87
|
+
:'expanded_outline_levels' => :'Integer'
|
73
88
|
}
|
74
89
|
end
|
75
90
|
|
@@ -107,6 +122,18 @@ module GroupDocsConversionCloud
|
|
107
122
|
self.hide_comments = attributes[:'HideComments']
|
108
123
|
end
|
109
124
|
|
125
|
+
if attributes.key?(:'BookmarksOutlineLevel')
|
126
|
+
self.bookmarks_outline_level = attributes[:'BookmarksOutlineLevel']
|
127
|
+
end
|
128
|
+
|
129
|
+
if attributes.key?(:'HeadingsOutlineLevels')
|
130
|
+
self.headings_outline_levels = attributes[:'HeadingsOutlineLevels']
|
131
|
+
end
|
132
|
+
|
133
|
+
if attributes.key?(:'ExpandedOutlineLevels')
|
134
|
+
self.expanded_outline_levels = attributes[:'ExpandedOutlineLevels']
|
135
|
+
end
|
136
|
+
|
110
137
|
end
|
111
138
|
|
112
139
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -125,6 +152,18 @@ module GroupDocsConversionCloud
|
|
125
152
|
invalid_properties.push("invalid value for 'hide_comments', hide_comments cannot be nil.")
|
126
153
|
end
|
127
154
|
|
155
|
+
if @bookmarks_outline_level.nil?
|
156
|
+
invalid_properties.push("invalid value for 'bookmarks_outline_level', bookmarks_outline_level cannot be nil.")
|
157
|
+
end
|
158
|
+
|
159
|
+
if @headings_outline_levels.nil?
|
160
|
+
invalid_properties.push("invalid value for 'headings_outline_levels', headings_outline_levels cannot be nil.")
|
161
|
+
end
|
162
|
+
|
163
|
+
if @expanded_outline_levels.nil?
|
164
|
+
invalid_properties.push("invalid value for 'expanded_outline_levels', expanded_outline_levels cannot be nil.")
|
165
|
+
end
|
166
|
+
|
128
167
|
return invalid_properties
|
129
168
|
end
|
130
169
|
|
@@ -134,6 +173,9 @@ module GroupDocsConversionCloud
|
|
134
173
|
return false if @auto_font_substitution.nil?
|
135
174
|
return false if @hide_word_tracked_changes.nil?
|
136
175
|
return false if @hide_comments.nil?
|
176
|
+
return false if @bookmarks_outline_level.nil?
|
177
|
+
return false if @headings_outline_levels.nil?
|
178
|
+
return false if @expanded_outline_levels.nil?
|
137
179
|
return true
|
138
180
|
end
|
139
181
|
|
@@ -147,7 +189,10 @@ module GroupDocsConversionCloud
|
|
147
189
|
font_substitutes == other.font_substitutes &&
|
148
190
|
password == other.password &&
|
149
191
|
hide_word_tracked_changes == other.hide_word_tracked_changes &&
|
150
|
-
hide_comments == other.hide_comments
|
192
|
+
hide_comments == other.hide_comments &&
|
193
|
+
bookmarks_outline_level == other.bookmarks_outline_level &&
|
194
|
+
headings_outline_levels == other.headings_outline_levels &&
|
195
|
+
expanded_outline_levels == other.expanded_outline_levels
|
151
196
|
end
|
152
197
|
|
153
198
|
# @see the `==` method
|
@@ -159,7 +204,7 @@ module GroupDocsConversionCloud
|
|
159
204
|
# Calculates hash code according to all attributes.
|
160
205
|
# @return [Fixnum] Hash code
|
161
206
|
def hash
|
162
|
-
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments].hash
|
207
|
+
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments, bookmarks_outline_level, headings_outline_levels, expanded_outline_levels].hash
|
163
208
|
end
|
164
209
|
|
165
210
|
# Downcases first letter.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="dotx_convert_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="dotx_load_options.rb">
|
4
|
-
# Copyright (c) 2003-
|
4
|
+
# Copyright (c) 2003-2021 Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -49,6 +49,15 @@ module GroupDocsConversionCloud
|
|
49
49
|
# Hide comments
|
50
50
|
attr_accessor :hide_comments
|
51
51
|
|
52
|
+
# Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
|
53
|
+
attr_accessor :bookmarks_outline_level
|
54
|
+
|
55
|
+
# Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
|
56
|
+
attr_accessor :headings_outline_levels
|
57
|
+
|
58
|
+
# Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
|
59
|
+
attr_accessor :expanded_outline_levels
|
60
|
+
|
52
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
62
|
def self.attribute_map
|
54
63
|
{
|
@@ -57,7 +66,10 @@ module GroupDocsConversionCloud
|
|
57
66
|
:'font_substitutes' => :'FontSubstitutes',
|
58
67
|
:'password' => :'Password',
|
59
68
|
:'hide_word_tracked_changes' => :'HideWordTrackedChanges',
|
60
|
-
:'hide_comments' => :'HideComments'
|
69
|
+
:'hide_comments' => :'HideComments',
|
70
|
+
:'bookmarks_outline_level' => :'BookmarksOutlineLevel',
|
71
|
+
:'headings_outline_levels' => :'HeadingsOutlineLevels',
|
72
|
+
:'expanded_outline_levels' => :'ExpandedOutlineLevels'
|
61
73
|
}
|
62
74
|
end
|
63
75
|
|
@@ -69,7 +81,10 @@ module GroupDocsConversionCloud
|
|
69
81
|
:'font_substitutes' => :'Hash<String, String>',
|
70
82
|
:'password' => :'String',
|
71
83
|
:'hide_word_tracked_changes' => :'BOOLEAN',
|
72
|
-
:'hide_comments' => :'BOOLEAN'
|
84
|
+
:'hide_comments' => :'BOOLEAN',
|
85
|
+
:'bookmarks_outline_level' => :'Integer',
|
86
|
+
:'headings_outline_levels' => :'Integer',
|
87
|
+
:'expanded_outline_levels' => :'Integer'
|
73
88
|
}
|
74
89
|
end
|
75
90
|
|
@@ -107,6 +122,18 @@ module GroupDocsConversionCloud
|
|
107
122
|
self.hide_comments = attributes[:'HideComments']
|
108
123
|
end
|
109
124
|
|
125
|
+
if attributes.key?(:'BookmarksOutlineLevel')
|
126
|
+
self.bookmarks_outline_level = attributes[:'BookmarksOutlineLevel']
|
127
|
+
end
|
128
|
+
|
129
|
+
if attributes.key?(:'HeadingsOutlineLevels')
|
130
|
+
self.headings_outline_levels = attributes[:'HeadingsOutlineLevels']
|
131
|
+
end
|
132
|
+
|
133
|
+
if attributes.key?(:'ExpandedOutlineLevels')
|
134
|
+
self.expanded_outline_levels = attributes[:'ExpandedOutlineLevels']
|
135
|
+
end
|
136
|
+
|
110
137
|
end
|
111
138
|
|
112
139
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -125,6 +152,18 @@ module GroupDocsConversionCloud
|
|
125
152
|
invalid_properties.push("invalid value for 'hide_comments', hide_comments cannot be nil.")
|
126
153
|
end
|
127
154
|
|
155
|
+
if @bookmarks_outline_level.nil?
|
156
|
+
invalid_properties.push("invalid value for 'bookmarks_outline_level', bookmarks_outline_level cannot be nil.")
|
157
|
+
end
|
158
|
+
|
159
|
+
if @headings_outline_levels.nil?
|
160
|
+
invalid_properties.push("invalid value for 'headings_outline_levels', headings_outline_levels cannot be nil.")
|
161
|
+
end
|
162
|
+
|
163
|
+
if @expanded_outline_levels.nil?
|
164
|
+
invalid_properties.push("invalid value for 'expanded_outline_levels', expanded_outline_levels cannot be nil.")
|
165
|
+
end
|
166
|
+
|
128
167
|
return invalid_properties
|
129
168
|
end
|
130
169
|
|
@@ -134,6 +173,9 @@ module GroupDocsConversionCloud
|
|
134
173
|
return false if @auto_font_substitution.nil?
|
135
174
|
return false if @hide_word_tracked_changes.nil?
|
136
175
|
return false if @hide_comments.nil?
|
176
|
+
return false if @bookmarks_outline_level.nil?
|
177
|
+
return false if @headings_outline_levels.nil?
|
178
|
+
return false if @expanded_outline_levels.nil?
|
137
179
|
return true
|
138
180
|
end
|
139
181
|
|
@@ -147,7 +189,10 @@ module GroupDocsConversionCloud
|
|
147
189
|
font_substitutes == other.font_substitutes &&
|
148
190
|
password == other.password &&
|
149
191
|
hide_word_tracked_changes == other.hide_word_tracked_changes &&
|
150
|
-
hide_comments == other.hide_comments
|
192
|
+
hide_comments == other.hide_comments &&
|
193
|
+
bookmarks_outline_level == other.bookmarks_outline_level &&
|
194
|
+
headings_outline_levels == other.headings_outline_levels &&
|
195
|
+
expanded_outline_levels == other.expanded_outline_levels
|
151
196
|
end
|
152
197
|
|
153
198
|
# @see the `==` method
|
@@ -159,7 +204,7 @@ module GroupDocsConversionCloud
|
|
159
204
|
# Calculates hash code according to all attributes.
|
160
205
|
# @return [Fixnum] Hash code
|
161
206
|
def hash
|
162
|
-
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments].hash
|
207
|
+
[default_font, auto_font_substitution, font_substitutes, password, hide_word_tracked_changes, hide_comments, bookmarks_outline_level, headings_outline_levels, expanded_outline_levels].hash
|
163
208
|
end
|
164
209
|
|
165
210
|
# Downcases first letter.
|