Skip to content

Commit 40f5dca

Browse files
Merge pull request #23 from aspose-cells/main
API references of Aspose.Cells 25.9 releases: .Net, Java, Cpp, Nodejs via C++, Go via C++, JavaScript via C++.
2 parents 906f5c9 + 4ef079d commit 40f5dca

File tree

192 files changed

+4314
-194
lines changed

Some content is hidden

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

192 files changed

+4314
-194
lines changed

english/cpp/aspose.cells.rendering/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ url: /cpp/aspose.cells.rendering/
3838
| [ColorDepth](./colordepth/) | Enumerates Bit Depth Type for tiff image. |
3939
| [CommentTitleType](./commenttitletype/) | Represents comment title type while rendering when comment is set to display at end of sheet. |
4040
| [DrawObjectEnum](./drawobjectenum/) | Indicate [Cell](../aspose.cells/cell/) or Image of [DrawObject](./drawobject/). |
41+
| [HtmlEmbeddedFontType](./htmlembeddedfonttype/) | Represents the embedded font type in html. |
4142
| [ImageBinarizationMethod](./imagebinarizationmethod/) | Specifies the method used to binarize image. |
4243
| [PdfCompliance](./pdfcompliance/) | Allowing user to set PDF conversion's Compatibility. |
4344
| [PdfCompressionCore](./pdfcompressioncore/) | Specifies a type of compression applied to all content in the PDF file except images. |
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Aspose::Cells::Rendering::HtmlEmbeddedFontType enum
3+
linktitle: HtmlEmbeddedFontType
4+
second_title: Aspose.Cells for C++ API Reference
5+
description: 'Aspose::Cells::Rendering::HtmlEmbeddedFontType enum. Represents the embedded font type in html in C++.'
6+
type: docs
7+
weight: 2100
8+
url: /cpp/aspose.cells.rendering/htmlembeddedfonttype/
9+
---
10+
## HtmlEmbeddedFontType enum
11+
12+
13+
Represents the embedded font type in html.
14+
15+
```cpp
16+
enum class HtmlEmbeddedFontType
17+
```
18+
19+
### Values
20+
21+
| Name | Value | Description |
22+
| --- | --- | --- |
23+
| None | 0 | <br>Not embed font. |
24+
| Woff | 1 | <br>Embed WOFF font. |
25+
26+
## See Also
27+
28+
* Namespace [Aspose::Cells::Rendering](../)
29+
* Library [Aspose.Cells for C++](../../)

english/cpp/aspose.cells.saving/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ url: /cpp/aspose.cells.saving/
2222

2323
| Enum | Description |
2424
| --- | --- |
25+
| [SaveElementType](./saveelementtype/) | Represents what kind of elements should be saved. |
2526
| [SqlScriptOperatorType](./sqlscriptoperatortype/) | Represents the type of operating data. |

english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions
4040
| [GetDefaultFontName()](../../aspose.cells/htmlsaveoptions/getdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../aspose.cells/) will use universal font which have the same family with the original font, the default value is null. |
4141
| [GetDisableCss()](../../aspose.cells/htmlsaveoptions/getdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. |
4242
| [GetDisableDownlevelRevealedComments()](../../aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. |
43+
| [GetEmbeddedFontType()](../../aspose.cells/htmlsaveoptions/getembeddedfonttype/) | Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. |
4344
| [GetEnableCssCustomProperties()](../../aspose.cells/htmlsaveoptions/getenablecsscustomproperties/) | 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. |
4445
| [GetEncodeEntityAsCode()](../../aspose.cells/htmlsaveoptions/getencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. "&amp;nbsp;" is replaced with "&amp;#160;"). The default value is false. |
4546
| [GetEncoding()](../../aspose.cells/htmlsaveoptions/getencoding/) | If not set,use Encoding.UTF8 as default enconding type. |
@@ -139,6 +140,7 @@ class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions
139140
| [SetDefaultFontName(const char16_t* value)](../../aspose.cells/htmlsaveoptions/setdefaultfontname/) | Specify the default font name for exporting html, the default font will be used when the font of style is not existing, If this property is null, [Aspose.Cells](../../aspose.cells/) will use universal font which have the same family with the original font, the default value is null. |
140141
| [SetDisableCss(bool value)](../../aspose.cells/htmlsaveoptions/setdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. |
141142
| [SetDisableDownlevelRevealedComments(bool value)](../../aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. |
143+
| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](../../aspose.cells/htmlsaveoptions/setembeddedfonttype/) | Gets or sets the type of font that embedded in html. Default value is HtmlEmbeddedFontType.None which indicates that it will not embed font in html. |
142144
| [SetEnableCssCustomProperties(bool value)](../../aspose.cells/htmlsaveoptions/setenablecsscustomproperties/) | 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. |
143145
| [SetEncodeEntityAsCode(bool value)](../../aspose.cells/htmlsaveoptions/setencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. "&amp;nbsp;" is replaced with "&amp;#160;"). The default value is false. |
144146
| [SetEncoding(EncodingType value)](../../aspose.cells/htmlsaveoptions/setencoding/) | If not set,use Encoding.UTF8 as default enconding type. |
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Aspose::Cells::Saving::SaveElementType enum
3+
linktitle: SaveElementType
4+
second_title: Aspose.Cells for C++ API Reference
5+
description: 'Aspose::Cells::Saving::SaveElementType enum. Represents what kind of elements should be saved in C++.'
6+
type: docs
7+
weight: 500
8+
url: /cpp/aspose.cells.saving/saveelementtype/
9+
---
10+
## SaveElementType enum
11+
12+
13+
Represents what kind of elements should be saved.
14+
15+
```cpp
16+
enum class SaveElementType
17+
```
18+
19+
### Values
20+
21+
| Name | Value | Description |
22+
| --- | --- | --- |
23+
| All | 251658239 | <br>All data. |
24+
| Chart | 256 | <br>Only charts. |
25+
26+
## See Also
27+
28+
* Namespace [Aspose::Cells::Saving](../)
29+
* Library [Aspose.Cells for C++](../../)

english/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ bool Aspose::Cells::CopyOptions::GetReferToDestinationSheet()
1919
## Remarks
2020

2121

22-
The default value is false, it works as MS Excel.
22+
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",
23+
The data source will be changed as "sheet2!A1:B10"
2324
## See Also
2425
2526
* Class [Vector](../../vector/)

english/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ void Aspose::Cells::CopyOptions::SetReferToDestinationSheet(bool value)
1919
## Remarks
2020
2121
22-
The default value is false, it works as MS Excel.
22+
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",
23+
The data source will be changed as "sheet2!A1:B10"
2324
## See Also
2425
2526
* Class [Vector](../../vector/)

english/cpp/aspose.cells/docxsaveoptions/_impl/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: _impl
44
second_title: Aspose.Cells for C++ API Reference
55
description: 'Aspose::Cells::DocxSaveOptions::_impl field. The implementation object in C++.'
66
type: docs
7-
weight: 1000
7+
weight: 1800
88
url: /cpp/aspose.cells/docxsaveoptions/_impl/
99
---
1010
## _impl field

english/cpp/aspose.cells/docxsaveoptions/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions
2626
| [DocxSaveOptions(const DocxSaveOptions\& src)](./docxsaveoptions/) | Copy constructor. |
2727
| [DocxSaveOptions(const PaginatedSaveOptions\& src)](./docxsaveoptions/) | Constructs from a parent object. |
2828
| [GetAllColumnsInOnePagePerSheet()](../paginatedsaveoptions/getallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be ignored, and the other settings of pagesetup will still take effect. |
29+
| [GetAsFlatOpc()](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. |
2930
| [GetAsNormalView()](./getasnormalview/) | 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. |
3031
| [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. |
3132
| [GetCheckExcelRestriction()](../saveoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. |
@@ -37,6 +38,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions
3738
| [GetDefaultEditLanguage()](../paginatedsaveoptions/getdefaulteditlanguage/) | Gets or sets default edit language. |
3839
| [GetDefaultFont()](../paginatedsaveoptions/getdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../) will use system default font to show these unicode characters. |
3940
| [GetDrawObjectEventHandler()](../paginatedsaveoptions/getdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. |
41+
| [GetEmbedXlsxAsChartDataSource()](./getembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. |
4042
| [GetEmfRenderSetting()](../paginatedsaveoptions/getemfrendersetting/) | Setting for rendering Emf metafile. |
4143
| [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. |
4244
| [GetGridlineColor()](../paginatedsaveoptions/getgridlinecolor/) | Gets or sets gridline color. |
@@ -52,6 +54,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions
5254
| [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether refreshing chart cache data. |
5355
| [GetSaveAsEditableShapes()](./getsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
5456
| [GetSaveAsEditableShaps()](./getsaveaseditableshaps/) | **(Deprecated)** Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. |
57+
| [GetSaveElementType()](./getsaveelementtype/) | Indicates which elements should be saved. |
5558
| [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. |
5659
| [GetSheetSet()](../paginatedsaveoptions/getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. |
5760
| [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. |
@@ -72,6 +75,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions
7275
| [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. |
7376
| [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. |
7477
| [SetAllColumnsInOnePagePerSheet(bool value)](../paginatedsaveoptions/setallcolumnsinonepagepersheet/) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be ignored, and the other settings of pagesetup will still take effect. |
78+
| [SetAsFlatOpc(bool value)](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. |
7579
| [SetAsNormalView(bool value)](./setasnormalview/) | 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. |
7680
| [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. |
7781
| [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. |
@@ -85,6 +89,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions
8589
| [SetDefaultFont(const U16String\& value)](../paginatedsaveoptions/setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../) will use system default font to show these unicode characters. |
8690
| [SetDefaultFont(const char16_t* value)](../paginatedsaveoptions/setdefaultfont/) | When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. If this property is not set, [Aspose.Cells](../) will use system default font to show these unicode characters. |
8791
| [SetDrawObjectEventHandler(DrawObjectEventHandler* value)](../paginatedsaveoptions/setdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. |
92+
| [SetEmbedXlsxAsChartDataSource(bool value)](./setembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. |
8893
| [SetEmfRenderSetting(EmfRenderSetting value)](../paginatedsaveoptions/setemfrendersetting/) | Setting for rendering Emf metafile. |
8994
| [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. |
9095
| [SetGridlineColor(const Aspose::Cells::Color\& value)](../paginatedsaveoptions/setgridlinecolor/) | Gets or sets gridline color. |
@@ -101,6 +106,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions
101106
| [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether refreshing chart cache data. |
102107
| [SetSaveAsEditableShapes(bool value)](./setsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. |
103108
| [SetSaveAsEditableShaps(bool value)](./setsaveaseditableshaps/) | **(Deprecated)** Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. |
109+
| [SetSaveElementType(SaveElementType value)](./setsaveelementtype/) | Indicates which elements should be saved. |
104110
| [SetSheetSet(const SheetSet\& value)](../paginatedsaveoptions/setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. |
105111
| [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. |
106112
| [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. |
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Aspose::Cells::DocxSaveOptions::GetAsFlatOpc method
3+
linktitle: GetAsFlatOpc
4+
second_title: Aspose.Cells for C++ API Reference
5+
description: 'Aspose::Cells::DocxSaveOptions::GetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.'
6+
type: docs
7+
weight: 1200
8+
url: /cpp/aspose.cells/docxsaveoptions/getasflatopc/
9+
---
10+
## DocxSaveOptions::GetAsFlatOpc method
11+
12+
13+
Indicates whether saving as a flat opc file which can be generated by Open XML SDK.
14+
15+
```cpp
16+
bool Aspose::Cells::DocxSaveOptions::GetAsFlatOpc()
17+
```
18+
19+
## See Also
20+
21+
* Class [Vector](../../vector/)
22+
* Class [DocxSaveOptions](../)
23+
* Namespace [Aspose::Cells](../../)
24+
* Library [Aspose.Cells for C++](../../../)

0 commit comments

Comments
 (0)