You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aspose_words_cloud/models/svg_save_options_data.rb
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ class SvgSaveOptionsData
111
111
# Gets or sets a value indicating whether the output SVG should fill the available viewport area (browser window or container). When set to true width and height of output SVG are set to 100%.
112
112
attr_accessor:fit_to_view_port
113
113
114
+
# Gets or sets specifies a prefix that is prepended to all generated element IDs in the output document.
115
+
# Default value is null and no prefix is prepended.
116
+
# If the prefix is specified, it can contain only letters, digits, underscores, and hyphens,
117
+
# and must start with a letter.
118
+
attr_accessor:id_prefix
119
+
114
120
# Gets or sets a value in pixels per inch that limits resolution of exported raster images.
115
121
# If the value of this property is non-zero, it limits resolution of exported raster images.
116
122
# That is, higher-resolution images are resampled down to the limit and lower-resolution images are exported as is.
0 commit comments