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
@@ -930,6 +933,25 @@ public void setExportRoundtripInformation(Boolean exportRoundtripInformation) {
930
933
}
931
934
932
935
936
+
/**
937
+
* 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.
938
+
* @return exportShapesAsSvg
939
+
**/
940
+
@ApiModelProperty(value = "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 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.
935
957
* When set to true, exports textboxes as inline "svg" elements. When false, exports as "image" elements.
@@ -1319,6 +1341,7 @@ public HtmlSaveOptionsData() {
1319
1341
this.exportPageSetup = null;
1320
1342
this.exportRelativeFontSize = null;
1321
1343
this.exportRoundtripInformation = null;
1344
+
this.exportShapesAsSvg = null;
1322
1345
this.exportTextBoxAsSvg = null;
1323
1346
this.exportTextInputFormFieldAsText = null;
1324
1347
this.exportTocPageNumbers = null;
@@ -1372,6 +1395,7 @@ public boolean equals(java.lang.Object o) {
0 commit comments