@@ -489,12 +489,6 @@ public TableWidthOutputModeEnum read(final JsonReader jsonReader) throws IOExcep
489489 @ SerializedName ("ExportRoundtripInformation" )
490490 protected Boolean exportRoundtripInformation ;
491491
492- @ SerializedName ("ExportShapesAsSvg" )
493- protected Boolean exportShapesAsSvg ;
494-
495- @ SerializedName ("ExportTextBoxAsSvg" )
496- protected Boolean exportTextBoxAsSvg ;
497-
498492 @ SerializedName ("ExportTextInputFormFieldAsText" )
499493 protected Boolean exportTextInputFormFieldAsText ;
500494
@@ -933,45 +927,6 @@ public void setExportRoundtripInformation(Boolean exportRoundtripInformation) {
933927 }
934928
935929
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." )
941- public Boolean getExportShapesAsSvg () {
942- return exportShapesAsSvg ;
943- }
944-
945- public HtmlSaveOptionsData exportShapesAsSvg (Boolean exportShapesAsSvg ) {
946- this .exportShapesAsSvg = exportShapesAsSvg ;
947- return this ;
948- }
949-
950- public void setExportShapesAsSvg (Boolean exportShapesAsSvg ) {
951- this .exportShapesAsSvg = exportShapesAsSvg ;
952- }
953-
954-
955- /**
956- * 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.
957- * When set to true, exports textboxes as inline "svg" elements. When false, exports as "image" elements.
958- * @return exportTextBoxAsSvg
959- **/
960- @ ApiModelProperty (value = "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." )
961- public Boolean getExportTextBoxAsSvg () {
962- return exportTextBoxAsSvg ;
963- }
964-
965- public HtmlSaveOptionsData exportTextBoxAsSvg (Boolean exportTextBoxAsSvg ) {
966- this .exportTextBoxAsSvg = exportTextBoxAsSvg ;
967- return this ;
968- }
969-
970- public void setExportTextBoxAsSvg (Boolean exportTextBoxAsSvg ) {
971- this .exportTextBoxAsSvg = exportTextBoxAsSvg ;
972- }
973-
974-
975930 /**
976931 * Gets or sets the flag, that controls how text input form fields are saved.
977932 * @return exportTextInputFormFieldAsText
@@ -1341,8 +1296,6 @@ public HtmlSaveOptionsData() {
13411296 this .exportPageSetup = null ;
13421297 this .exportRelativeFontSize = null ;
13431298 this .exportRoundtripInformation = null ;
1344- this .exportShapesAsSvg = null ;
1345- this .exportTextBoxAsSvg = null ;
13461299 this .exportTextInputFormFieldAsText = null ;
13471300 this .exportTocPageNumbers = null ;
13481301 this .exportXhtmlTransitional = null ;
@@ -1395,8 +1348,6 @@ public boolean equals(java.lang.Object o) {
13951348 Objects .equals (this .exportPageSetup , htmlSaveOptionsData .exportPageSetup ) &&
13961349 Objects .equals (this .exportRelativeFontSize , htmlSaveOptionsData .exportRelativeFontSize ) &&
13971350 Objects .equals (this .exportRoundtripInformation , htmlSaveOptionsData .exportRoundtripInformation ) &&
1398- Objects .equals (this .exportShapesAsSvg , htmlSaveOptionsData .exportShapesAsSvg ) &&
1399- Objects .equals (this .exportTextBoxAsSvg , htmlSaveOptionsData .exportTextBoxAsSvg ) &&
14001351 Objects .equals (this .exportTextInputFormFieldAsText , htmlSaveOptionsData .exportTextInputFormFieldAsText ) &&
14011352 Objects .equals (this .exportTocPageNumbers , htmlSaveOptionsData .exportTocPageNumbers ) &&
14021353 Objects .equals (this .exportXhtmlTransitional , htmlSaveOptionsData .exportXhtmlTransitional ) &&
@@ -1420,7 +1371,7 @@ public boolean equals(java.lang.Object o) {
14201371
14211372 @ Override
14221373 public int hashCode () {
1423- return Objects .hash (allowNegativeIndent , cssClassNamePrefix , cssStyleSheetFileName , cssStyleSheetType , documentSplitCriteria , documentSplitHeadingLevel , encoding , exportDocumentProperties , exportDropDownFormFieldAsText , exportFontResources , exportFontsAsBase64 , exportHeadersFootersMode , exportImagesAsBase64 , exportLanguageInformation , exportListLabels , exportOriginalUrlForLinkedImages , exportPageMargins , exportPageSetup , exportRelativeFontSize , exportRoundtripInformation , exportShapesAsSvg , exportTextBoxAsSvg , exportTextInputFormFieldAsText , exportTocPageNumbers , exportXhtmlTransitional , fontResourcesSubsettingSizeThreshold , fontsFolder , fontsFolderAlias , htmlVersion , imageResolution , imagesFolder , imagesFolderAlias , metafileFormat , officeMathOutputMode , prettyFormat , resolveFontNames , resourceFolder , resourceFolderAlias , scaleImageToShapeSize , tableWidthOutputMode , super .hashCode ());
1374+ return Objects .hash (allowNegativeIndent , cssClassNamePrefix , cssStyleSheetFileName , cssStyleSheetType , documentSplitCriteria , documentSplitHeadingLevel , encoding , exportDocumentProperties , exportDropDownFormFieldAsText , exportFontResources , exportFontsAsBase64 , exportHeadersFootersMode , exportImagesAsBase64 , exportLanguageInformation , exportListLabels , exportOriginalUrlForLinkedImages , exportPageMargins , exportPageSetup , exportRelativeFontSize , exportRoundtripInformation , exportTextInputFormFieldAsText , exportTocPageNumbers , exportXhtmlTransitional , fontResourcesSubsettingSizeThreshold , fontsFolder , fontsFolderAlias , htmlVersion , imageResolution , imagesFolder , imagesFolderAlias , metafileFormat , officeMathOutputMode , prettyFormat , resolveFontNames , resourceFolder , resourceFolderAlias , scaleImageToShapeSize , tableWidthOutputMode , super .hashCode ());
14241375 }
14251376
14261377 @ Override
@@ -1461,8 +1412,6 @@ public String toString() {
14611412 sb .append (" exportPageSetup: " ).append (toIndentedString (getExportPageSetup ())).append ("\n " );
14621413 sb .append (" exportRelativeFontSize: " ).append (toIndentedString (getExportRelativeFontSize ())).append ("\n " );
14631414 sb .append (" exportRoundtripInformation: " ).append (toIndentedString (getExportRoundtripInformation ())).append ("\n " );
1464- sb .append (" exportShapesAsSvg: " ).append (toIndentedString (getExportShapesAsSvg ())).append ("\n " );
1465- sb .append (" exportTextBoxAsSvg: " ).append (toIndentedString (getExportTextBoxAsSvg ())).append ("\n " );
14661415 sb .append (" exportTextInputFormFieldAsText: " ).append (toIndentedString (getExportTextInputFormFieldAsText ())).append ("\n " );
14671416 sb .append (" exportTocPageNumbers: " ).append (toIndentedString (getExportTocPageNumbers ())).append ("\n " );
14681417 sb .append (" exportXhtmlTransitional: " ).append (toIndentedString (getExportXhtmlTransitional ())).append ("\n " );
0 commit comments