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: english/java/com.aspose.words/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -487,6 +487,7 @@ The **MailMerge** object which provides access to the reporting functionality is
487
487
|[Metered](../com.aspose.words/metered/)| Provides methods to set metered key. |
488
488
|[MorphDataControl](../com.aspose.words/morphdatacontrol/)| The MorphDataControl structure is an aggregate of six controls: CheckBox, ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. |
489
489
|[MsWordVersion](../com.aspose.words/mswordversion/)| Allows Aspose.Wods to mimic MS Word version-specific application behavior. |
490
+
|[MultiPageLayout](../com.aspose.words/multipagelayout/)| Defines a layout for rendering multiple pages into a single output. |
490
491
|[MultiplePagesType](../com.aspose.words/multiplepagestype/)| Specifies how document is printed out. |
|[NativeLibSettings](../com.aspose.words/nativelibsettings/)| This class helps to set various options such as temporary folder for Aspose.Words native libraries and whether native libraries should be loaded and used. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.words/docsaveoptions/_index.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,6 @@ Shows how to set save options for older Microsoft Word formats.
92
92
|[getUpdateLastSavedTimeProperty()](#getUpdateLastSavedTimeProperty)| Gets a value determining whether the [BuiltInDocumentProperties.getLastSavedTime()](../../com.aspose.words/builtindocumentproperties/\#getLastSavedTime) / [BuiltInDocumentProperties.setLastSavedTime(java.util.Date)](../../com.aspose.words/builtindocumentproperties/\#setLastSavedTime-java.util.Date) property is updated before saving. |
93
93
|[getUseAntiAliasing()](#getUseAntiAliasing)| Gets a value determining whether or not to use anti-aliasing for rendering. |
94
94
|[getUseHighQualityRendering()](#getUseHighQualityRendering)| Gets a value determining whether or not to use high quality (i.e. |
95
-
|[getUseJAIImageRendering()](#getUseJAIImageRendering)| Gets a value that determines whether JAI is employed during the rendering of document images. |
96
95
|[setAllowEmbeddingPostScriptFonts(boolean value)](#setAllowEmbeddingPostScriptFonts-boolean)| Sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved. |
97
96
|[setAlwaysCompressMetafiles(boolean value)](#setAlwaysCompressMetafiles-boolean)| When false , small metafiles are not compressed for performance reason. |
98
97
|[setDefaultTemplate(String value)](#setDefaultTemplate-java.lang.String)| Sets path to default template (including filename). |
@@ -117,7 +116,6 @@ Shows how to set save options for older Microsoft Word formats.
117
116
|[setUpdateLastSavedTimeProperty(boolean value)](#setUpdateLastSavedTimeProperty-boolean)| Sets a value determining whether the [BuiltInDocumentProperties.getLastSavedTime()](../../com.aspose.words/builtindocumentproperties/\#getLastSavedTime) / [BuiltInDocumentProperties.setLastSavedTime(java.util.Date)](../../com.aspose.words/builtindocumentproperties/\#setLastSavedTime-java.util.Date) property is updated before saving. |
118
117
|[setUseAntiAliasing(boolean value)](#setUseAntiAliasing-boolean)| Sets a value determining whether or not to use anti-aliasing for rendering. |
119
118
|[setUseHighQualityRendering(boolean value)](#setUseHighQualityRendering-boolean)| Sets a value determining whether or not to use high quality (i.e. |
120
-
|[setUseJAIImageRendering(boolean value)](#setUseJAIImageRendering-boolean)| Sets a value that determines whether JAI is employed during the rendering of document images. |
121
119
### DocSaveOptions() {#DocSaveOptions}
122
120
```
123
121
public DocSaveOptions()
@@ -1303,22 +1301,6 @@ Shows how to improve the quality of a rendered document with SaveOptions.
1303
1301
1304
1302
**Returns:**
1305
1303
boolean - A value determining whether or not to use high quality (i.e.
0 commit comments