Skip to content

Commit a7fe9df

Browse files
committed
Merge branch 'main' into production
2 parents ab00463 + e4ef896 commit a7fe9df

File tree

334 files changed

+683
-1113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+683
-1113
lines changed

english/java/com.aspose.words/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ The **MailMerge** object which provides access to the reporting functionality is
487487
| [Metered](../com.aspose.words/metered/) | Provides methods to set metered key. |
488488
| [MorphDataControl](../com.aspose.words/morphdatacontrol/) | The MorphDataControl structure is an aggregate of six controls: CheckBox, ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. |
489489
| [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. |
490491
| [MultiplePagesType](../com.aspose.words/multiplepagestype/) | Specifies how document is printed out. |
491492
| [MustacheTag](../com.aspose.words/mustachetag/) | Represents "mustache" tag. |
492493
| [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. |

english/java/com.aspose.words/absolutepositiontab/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ public boolean isComposite()
11261126
```
11271127

11281128

1129-
Returns true if this node can contain other nodes. (194319,6)
1129+
Returns true if this node can contain other nodes. (194435,6)
11301130

11311131
**Examples:**
11321132

english/java/com.aspose.words/bookmarkend/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ public boolean isComposite()
10331033
```
10341034

10351035

1036-
Returns true if this node can contain other nodes. (194319,6)
1036+
Returns true if this node can contain other nodes. (194435,6)
10371037

10381038
**Examples:**
10391039

english/java/com.aspose.words/bookmarkstart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ public boolean isComposite()
11251125
```
11261126

11271127

1128-
Returns true if this node can contain other nodes. (194319,6)
1128+
Returns true if this node can contain other nodes. (194435,6)
11291129

11301130
**Examples:**
11311131

english/java/com.aspose.words/commentrangeend/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ public boolean isComposite()
13371337
```
13381338

13391339

1340-
Returns true if this node can contain other nodes. (194319,6)
1340+
Returns true if this node can contain other nodes. (194435,6)
13411341

13421342
**Examples:**
13431343

english/java/com.aspose.words/commentrangestart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ public boolean isComposite()
13371337
```
13381338

13391339

1340-
Returns true if this node can contain other nodes. (194319,6)
1340+
Returns true if this node can contain other nodes. (194435,6)
13411341

13421342
**Examples:**
13431343

english/java/com.aspose.words/docsaveoptions/_index.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Shows how to set save options for older Microsoft Word formats.
9292
| [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. |
9393
| [getUseAntiAliasing()](#getUseAntiAliasing) | Gets a value determining whether or not to use anti-aliasing for rendering. |
9494
| [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. |
9695
| [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. |
9796
| [setAlwaysCompressMetafiles(boolean value)](#setAlwaysCompressMetafiles-boolean) | When false , small metafiles are not compressed for performance reason. |
9897
| [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.
117116
| [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. |
118117
| [setUseAntiAliasing(boolean value)](#setUseAntiAliasing-boolean) | Sets a value determining whether or not to use anti-aliasing for rendering. |
119118
| [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. |
121119
### DocSaveOptions() {#DocSaveOptions}
122120
```
123121
public DocSaveOptions()
@@ -1303,22 +1301,6 @@ Shows how to improve the quality of a rendered document with SaveOptions.
13031301

13041302
**Returns:**
13051303
boolean - A value determining whether or not to use high quality (i.e.
1306-
### getUseJAIImageRendering() {#getUseJAIImageRendering}
1307-
```
1308-
public boolean getUseJAIImageRendering()
1309-
```
1310-
1311-
1312-
Gets a value that determines whether JAI is employed during the rendering of document images. In some cases, this may improve performance.
1313-
1314-
**Remarks:**
1315-
1316-
The default value is true .
1317-
1318-
JAI will only be utilized if it is included as a dependency. Certain images might not render correctly if JAI is disabled.
1319-
1320-
**Returns:**
1321-
boolean
13221304
### setAllowEmbeddingPostScriptFonts(boolean value) {#setAllowEmbeddingPostScriptFonts-boolean}
13231305
```
13241306
public void setAllowEmbeddingPostScriptFonts(boolean value)
@@ -2470,22 +2452,3 @@ Shows how to improve the quality of a rendered document with SaveOptions.
24702452
| --- | --- | --- |
24712453
| value | boolean | A value determining whether or not to use high quality (i.e. |
24722454

2473-
### setUseJAIImageRendering(boolean value) {#setUseJAIImageRendering-boolean}
2474-
```
2475-
public void setUseJAIImageRendering(boolean value)
2476-
```
2477-
2478-
2479-
Sets a value that determines whether JAI is employed during the rendering of document images. In some cases, this may improve performance.
2480-
2481-
**Remarks:**
2482-
2483-
The default value is true .
2484-
2485-
JAI will only be utilized if it is included as a dependency. Certain images might not render correctly if JAI is disabled.
2486-
2487-
**Parameters:**
2488-
| Parameter | Type | Description |
2489-
| --- | --- | --- |
2490-
| value | boolean | |
2491-

english/java/com.aspose.words/editablerangeend/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ public boolean isComposite()
10361036
```
10371037

10381038

1039-
Returns true if this node can contain other nodes. (194319,6)
1039+
Returns true if this node can contain other nodes. (194435,6)
10401040

10411041
**Examples:**
10421042

english/java/com.aspose.words/editablerangestart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ public boolean isComposite()
10361036
```
10371037

10381038

1039-
Returns true if this node can contain other nodes. (194319,6)
1039+
Returns true if this node can contain other nodes. (194435,6)
10401040

10411041
**Examples:**
10421042

english/java/com.aspose.words/fieldchar/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ public boolean isComposite()
12941294
```
12951295

12961296

1297-
Returns true if this node can contain other nodes. (194319,6)
1297+
Returns true if this node can contain other nodes. (194435,6)
12981298

12991299
**Examples:**
13001300

0 commit comments

Comments
 (0)