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
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
The default value is false, it works as MS Excel. For example: if copying a chart with the data source "sheet1!A1:B10" from worksheet "sheet1 to other worksheet "sheet2", The data source will be changed as "sheet2!A1:B10"
Copy file name to clipboardExpand all lines: english/nodejs-cpp/docxsaveoptions/_index.md
+118Lines changed: 118 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ class DocxSaveOptions extends PaginatedSaveOptions;
29
29
| --- | --- | --- |
30
30
|[saveAsEditableShaps](#saveAsEditableShaps--)| boolean | Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. |
31
31
|[saveAsEditableShapes](#saveAsEditableShapes--)| boolean | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
32
+
|[embedXlsxAsChartDataSource](#embedXlsxAsChartDataSource--)| boolean | Indicates whether embedding an xlsx file as data source of the chart. |
33
+
|[asFlatOpc](#asFlatOpc--)| boolean | Indicates whether saving as a flat opc file which can be generated by Open XML SDK |
34
+
|[saveElementType](#saveElementType--)| SaveElementType | Indicates which elements should be saved. |
32
35
|[asNormalView](#asNormalView--)| boolean | Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false. |
33
36
|[saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. |
34
37
|[clearData](#clearData--)| boolean | Make the workbook empty after saving the file. |
@@ -72,6 +75,12 @@ class DocxSaveOptions extends PaginatedSaveOptions;
72
75
|[setSaveAsEditableShaps(boolean)](#setSaveAsEditableShaps-boolean-)| <b>@deprecated.</b> Please use the 'saveAsEditableShaps' property instead. Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. |
73
76
|[getSaveAsEditableShapes()](#getSaveAsEditableShapes--)| <b>@deprecated.</b> Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
74
77
|[setSaveAsEditableShapes(boolean)](#setSaveAsEditableShapes-boolean-)| <b>@deprecated.</b> Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
78
+
|[getEmbedXlsxAsChartDataSource()](#getEmbedXlsxAsChartDataSource--)| <b>@deprecated.</b> Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. |
79
+
|[setEmbedXlsxAsChartDataSource(boolean)](#setEmbedXlsxAsChartDataSource-boolean-)| <b>@deprecated.</b> Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. |
80
+
|[getAsFlatOpc()](#getAsFlatOpc--)| <b>@deprecated.</b> Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK |
81
+
|[setAsFlatOpc(boolean)](#setAsFlatOpc-boolean-)| <b>@deprecated.</b> Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK |
82
+
|[getSaveElementType()](#getSaveElementType--)| <b>@deprecated.</b> Please use the 'saveElementType' property instead. Indicates which elements should be saved. |
83
+
|[setSaveElementType(SaveElementType)](#setSaveElementType-saveelementtype-)| <b>@deprecated.</b> Please use the 'saveElementType' property instead. Indicates which elements should be saved. |
75
84
|[getAsNormalView()](#getAsNormalView--)| <b>@deprecated.</b> Please use the 'asNormalView' property instead. Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false. |
76
85
|[setAsNormalView(boolean)](#setAsNormalView-boolean-)| <b>@deprecated.</b> Please use the 'asNormalView' property instead. Exporting Excel file to docx fiel as normal view. If this property is true , one Area will be output, and no scale will take effect. The default value is false. |
77
86
|[isNull()](#isNull--)| Checks whether the implementation object is null. |
Indicates whether embedding an xlsx file as data source of the chart.
218
+
219
+
```javascript
220
+
embedXlsxAsChartDataSource : boolean;
221
+
```
222
+
223
+
224
+
**Remarks**
225
+
226
+
The default value is true.
227
+
228
+
### asFlatOpc {#asFlatOpc--}
229
+
230
+
Indicates whether saving as a flat opc file which can be generated by Open XMLSDK
231
+
232
+
```javascript
233
+
asFlatOpc : boolean;
234
+
```
235
+
236
+
237
+
### saveElementType {#saveElementType--}
238
+
239
+
Indicates which elements should be saved.
240
+
241
+
```javascript
242
+
saveElementType : SaveElementType;
243
+
```
244
+
245
+
206
246
### asNormalView {#asNormalView--}
207
247
208
248
Exporting Excel file to docx fiel as normal view. Ifthis property is true , one Area will be output, and no scale will take effect. The default value is false.
<b>@deprecated.</b> Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart.
<b>@deprecated.</b> Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart.
| value | [SaveElementType](../saveelementtype/) | The value to set. |
757
+
640
758
### getAsNormalView() {#getAsNormalView--}
641
759
642
760
<b>@deprecated.</b> Please use the 'asNormalView' property instead. Exporting Excel file to docx fiel as normal view. Ifthis property is true , one Area will be output, and no scale will take effect. The default value is false.
Copy file name to clipboardExpand all lines: english/nodejs-cpp/ebooksaveoptions/_index.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ class EbookSaveOptions extends HtmlSaveOptions;
107
107
|[enableCssCustomProperties](#enableCssCustomProperties--)| boolean | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. |
108
108
|[htmlVersion](#htmlVersion--)| HtmlVersion | Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. |
109
109
|[sheetSet](#sheetSet--)| SheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). |
110
+
|[embeddedFontType](#embeddedFontType--)| HtmlEmbeddedFontType | Gets or sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html. |
110
111
111
112
## Methods
112
113
@@ -271,6 +272,8 @@ class EbookSaveOptions extends HtmlSaveOptions;
271
272
|[setHtmlVersion(HtmlVersion)](#setHtmlVersion-htmlversion-)| <b>@deprecated.</b> Please use the 'htmlVersion' property instead. Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. |
272
273
|[getSheetSet()](#getSheetSet--)| <b>@deprecated.</b> Please use the 'sheetSet' property instead. Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). |
273
274
|[setSheetSet(SheetSet)](#setSheetSet-sheetset-)| <b>@deprecated.</b> Please use the 'sheetSet' property instead. Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). |
275
+
|[getEmbeddedFontType()](#getEmbeddedFontType--)| <b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html. |
276
+
|[setEmbeddedFontType(HtmlEmbeddedFontType)](#setEmbeddedFontType-htmlembeddedfonttype-)| <b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html. |
274
277
275
278
276
279
### constructor() {#constructor--}
@@ -1084,6 +1087,15 @@ sheetSet : SheetSet;
1084
1087
```
1085
1088
1086
1089
1090
+
### embeddedFontType {#embeddedFontType--}
1091
+
1092
+
Gets or sets the type of font that embedded inhtml. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html.
<b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded inhtml. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html.
<b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded inhtml. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html.
Copy file name to clipboardExpand all lines: english/nodejs-cpp/htmlsaveoptions/_index.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ class HtmlSaveOptions extends SaveOptions;
94
94
|[enableCssCustomProperties](#enableCssCustomProperties--)| boolean | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved. The default value is false. |
95
95
|[htmlVersion](#htmlVersion--)| HtmlVersion | Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. |
96
96
|[sheetSet](#sheetSet--)| SheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). |
97
+
|[embeddedFontType](#embeddedFontType--)| HtmlEmbeddedFontType | Gets or sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html. |
97
98
|[saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. |
98
99
|[clearData](#clearData--)| boolean | Make the workbook empty after saving the file. |
99
100
|[cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. |
@@ -245,6 +246,8 @@ class HtmlSaveOptions extends SaveOptions;
245
246
|[setHtmlVersion(HtmlVersion)](#setHtmlVersion-htmlversion-)| <b>@deprecated.</b> Please use the 'htmlVersion' property instead. Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. |
246
247
|[getSheetSet()](#getSheetSet--)| <b>@deprecated.</b> Please use the 'sheetSet' property instead. Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). |
247
248
|[setSheetSet(SheetSet)](#setSheetSet-sheetset-)| <b>@deprecated.</b> Please use the 'sheetSet' property instead. Gets or sets the sheets to render. Default is all visible sheets in the workbook: [Aspose.Cells.Rendering.SheetSet.Visible](../aspose.cells.rendering.sheetset.visible/). |
249
+
|[getEmbeddedFontType()](#getEmbeddedFontType--)| <b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html. |
250
+
|[setEmbeddedFontType(HtmlEmbeddedFontType)](#setEmbeddedFontType-htmlembeddedfonttype-)| <b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html. |
248
251
|[isNull()](#isNull--)| Checks whether the implementation object is null. |
249
252
|[getSaveFormat()](#getSaveFormat--)| <b>@deprecated.</b> Please use the 'saveFormat' property instead. Gets the save file format. |
250
253
|[getClearData()](#getClearData--)| <b>@deprecated.</b> Please use the 'clearData' property instead. Make the workbook empty after saving the file. |
@@ -943,6 +946,15 @@ sheetSet : SheetSet;
943
946
```
944
947
945
948
949
+
### embeddedFontType {#embeddedFontType--}
950
+
951
+
Gets or sets the type of font that embedded inhtml. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html.
<b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded inhtml. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html.
<b>@deprecated.</b> Please use the 'embeddedFontType' property instead. Gets or sets the type of font that embedded inhtml. Default value is [HtmlEmbeddedFontType.None](../htmlembeddedfonttype.none/) which indicates that it will not embed font in html.
0 commit comments