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
@@ -1074,6 +1091,18 @@ public class HtmlSaveOptionsData : SaveOptionsData {
1074
1091
}
1075
1092
1076
1093
1094
+
// Sets exportShapesAsSvg. Gets or sets the flag, that controls whether Aspose.Words.Drawing.Shape nodes are converted to SVG images when saving to HTML, MHTML or EPUB. Default value is false.
// Gets exportShapesAsSvg. Gets or sets the flag, that controls whether Aspose.Words.Drawing.Shape nodes are converted to SVG images when saving to HTML, MHTML or EPUB. Default value is false.
1101
+
publicfunc getExportShapesAsSvg()->Bool?{
1102
+
returnself.exportShapesAsSvg;
1103
+
}
1104
+
1105
+
1077
1106
// Sets exportTextBoxAsSvg. Gets or sets the flag, that controls how textboxes represented by Aspose.Words.Drawing.Shape are saved to HTML, MHTML or EPUB. The default value is false. When set to true, exports textboxes as inline "svg" elements. When false, exports as "image" elements.
0 commit comments