diff --git a/english/cpp/aspose.cells.rendering/_index.md b/english/cpp/aspose.cells.rendering/_index.md index 4e54751d285..fd8173b900b 100644 --- a/english/cpp/aspose.cells.rendering/_index.md +++ b/english/cpp/aspose.cells.rendering/_index.md @@ -38,6 +38,7 @@ url: /cpp/aspose.cells.rendering/ | [ColorDepth](./colordepth/) | Enumerates Bit Depth Type for tiff image. | | [CommentTitleType](./commenttitletype/) | Represents comment title type while rendering when comment is set to display at end of sheet. | | [DrawObjectEnum](./drawobjectenum/) | Indicate [Cell](../aspose.cells/cell/) or Image of [DrawObject](./drawobject/). | +| [HtmlEmbeddedFontType](./htmlembeddedfonttype/) | Represents the embedded font type in html. | | [ImageBinarizationMethod](./imagebinarizationmethod/) | Specifies the method used to binarize image. | | [PdfCompliance](./pdfcompliance/) | Allowing user to set PDF conversion's Compatibility. | | [PdfCompressionCore](./pdfcompressioncore/) | Specifies a type of compression applied to all content in the PDF file except images. | diff --git a/english/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md b/english/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md new file mode 100644 index 00000000000..263fb9c6a15 --- /dev/null +++ b/english/cpp/aspose.cells.rendering/htmlembeddedfonttype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Rendering::HtmlEmbeddedFontType enum +linktitle: HtmlEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Rendering::HtmlEmbeddedFontType enum. Represents the embedded font type in html in C++.' +type: docs +weight: 2100 +url: /cpp/aspose.cells.rendering/htmlembeddedfonttype/ +--- +## HtmlEmbeddedFontType enum + + +Represents the embedded font type in html. + +```cpp +enum class HtmlEmbeddedFontType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | 0 |
Not embed font. | +| Woff | 1 |
Embed WOFF font. | + +## See Also + +* Namespace [Aspose::Cells::Rendering](../) +* Library [Aspose.Cells for C++](../../) diff --git a/english/cpp/aspose.cells.saving/_index.md b/english/cpp/aspose.cells.saving/_index.md index e212ba4d25e..743264fb2c6 100644 --- a/english/cpp/aspose.cells.saving/_index.md +++ b/english/cpp/aspose.cells.saving/_index.md @@ -22,4 +22,5 @@ url: /cpp/aspose.cells.saving/ | Enum | Description | | --- | --- | +| [SaveElementType](./saveelementtype/) | Represents what kind of elements should be saved. | | [SqlScriptOperatorType](./sqlscriptoperatortype/) | Represents the type of operating data. | diff --git a/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md b/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md index 753ca4a0b4d..8e08d89e3d9 100644 --- a/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md +++ b/english/cpp/aspose.cells.saving/ebooksaveoptions/_index.md @@ -40,6 +40,7 @@ class EbookSaveOptions : public Aspose::Cells::HtmlSaveOptions | [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. | | [GetDisableCss()](../../aspose.cells/htmlsaveoptions/getdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [GetDisableDownlevelRevealedComments()](../../aspose.cells/htmlsaveoptions/getdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [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. | | [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. | | [GetEncodeEntityAsCode()](../../aspose.cells/htmlsaveoptions/getencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [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 | [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. | | [SetDisableCss(bool value)](../../aspose.cells/htmlsaveoptions/setdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [SetDisableDownlevelRevealedComments(bool value)](../../aspose.cells/htmlsaveoptions/setdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [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. | | [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. | | [SetEncodeEntityAsCode(bool value)](../../aspose.cells/htmlsaveoptions/setencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [SetEncoding(EncodingType value)](../../aspose.cells/htmlsaveoptions/setencoding/) | If not set,use Encoding.UTF8 as default enconding type. | diff --git a/english/cpp/aspose.cells.saving/saveelementtype/_index.md b/english/cpp/aspose.cells.saving/saveelementtype/_index.md new file mode 100644 index 00000000000..abcf2088d89 --- /dev/null +++ b/english/cpp/aspose.cells.saving/saveelementtype/_index.md @@ -0,0 +1,29 @@ +--- +title: Aspose::Cells::Saving::SaveElementType enum +linktitle: SaveElementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::Saving::SaveElementType enum. Represents what kind of elements should be saved in C++.' +type: docs +weight: 500 +url: /cpp/aspose.cells.saving/saveelementtype/ +--- +## SaveElementType enum + + +Represents what kind of elements should be saved. + +```cpp +enum class SaveElementType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| All | 251658239 |
All data. | +| Chart | 256 |
Only charts. | + +## See Also + +* Namespace [Aspose::Cells::Saving](../) +* Library [Aspose.Cells for C++](../../) diff --git a/english/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md b/english/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md index 66bb6c873f5..1029303aa0c 100644 --- a/english/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md +++ b/english/cpp/aspose.cells/copyoptions/getrefertodestinationsheet/_index.md @@ -19,7 +19,8 @@ bool Aspose::Cells::CopyOptions::GetReferToDestinationSheet() ## Remarks -The default value is false, it works as MS Excel. +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" ## See Also * Class [Vector](../../vector/) diff --git a/english/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md b/english/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md index 7d6da2d4163..ff700da7606 100644 --- a/english/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md +++ b/english/cpp/aspose.cells/copyoptions/setrefertodestinationsheet/_index.md @@ -19,7 +19,8 @@ void Aspose::Cells::CopyOptions::SetReferToDestinationSheet(bool value) ## Remarks -The default value is false, it works as MS Excel. +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" ## See Also * Class [Vector](../../vector/) diff --git a/english/cpp/aspose.cells/docxsaveoptions/_impl/_index.md b/english/cpp/aspose.cells/docxsaveoptions/_impl/_index.md index 49652031640..9b9c9a71acd 100644 --- a/english/cpp/aspose.cells/docxsaveoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/docxsaveoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DocxSaveOptions::_impl field. The implementation object in C++.' type: docs -weight: 1000 +weight: 1800 url: /cpp/aspose.cells/docxsaveoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/docxsaveoptions/_index.md b/english/cpp/aspose.cells/docxsaveoptions/_index.md index df29c3bf5ac..e1db24e7771 100644 --- a/english/cpp/aspose.cells/docxsaveoptions/_index.md +++ b/english/cpp/aspose.cells/docxsaveoptions/_index.md @@ -26,6 +26,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [DocxSaveOptions(const DocxSaveOptions\& src)](./docxsaveoptions/) | Copy constructor. | | [DocxSaveOptions(const PaginatedSaveOptions\& src)](./docxsaveoptions/) | Constructs from a parent object. | | [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. | +| [GetAsFlatOpc()](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [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. | | [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [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 | [GetDefaultEditLanguage()](../paginatedsaveoptions/getdefaulteditlanguage/) | Gets or sets default edit language. | | [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. | | [GetDrawObjectEventHandler()](../paginatedsaveoptions/getdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [GetEmbedXlsxAsChartDataSource()](./getembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | | [GetEmfRenderSetting()](../paginatedsaveoptions/getemfrendersetting/) | Setting for rendering Emf metafile. | | [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | | [GetGridlineColor()](../paginatedsaveoptions/getgridlinecolor/) | Gets or sets gridline color. | @@ -52,6 +54,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether refreshing chart cache data. | | [GetSaveAsEditableShapes()](./getsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | | [GetSaveAsEditableShaps()](./getsaveaseditableshaps/) | **(Deprecated)** Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | +| [GetSaveElementType()](./getsaveelementtype/) | Indicates which elements should be saved. | | [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. | | [GetSheetSet()](../paginatedsaveoptions/getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | | [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | @@ -72,6 +75,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | | [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | | [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. | +| [SetAsFlatOpc(bool value)](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [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. | | [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [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 | [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. | | [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. | | [SetDrawObjectEventHandler(DrawObjectEventHandler* value)](../paginatedsaveoptions/setdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [SetEmbedXlsxAsChartDataSource(bool value)](./setembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | | [SetEmfRenderSetting(EmfRenderSetting value)](../paginatedsaveoptions/setemfrendersetting/) | Setting for rendering Emf metafile. | | [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | | [SetGridlineColor(const Aspose::Cells::Color\& value)](../paginatedsaveoptions/setgridlinecolor/) | Gets or sets gridline color. | @@ -101,6 +106,7 @@ class DocxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether refreshing chart cache data. | | [SetSaveAsEditableShapes(bool value)](./setsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | | [SetSaveAsEditableShaps(bool value)](./setsaveaseditableshaps/) | **(Deprecated)** Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | +| [SetSaveElementType(SaveElementType value)](./setsaveelementtype/) | Indicates which elements should be saved. | | [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. | | [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | | [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | diff --git a/english/cpp/aspose.cells/docxsaveoptions/getasflatopc/_index.md b/english/cpp/aspose.cells/docxsaveoptions/getasflatopc/_index.md new file mode 100644 index 00000000000..db8f1ea31f4 --- /dev/null +++ b/english/cpp/aspose.cells/docxsaveoptions/getasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetAsFlatOpc method +linktitle: GetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/docxsaveoptions/getasflatopc/ +--- +## DocxSaveOptions::GetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +bool Aspose::Cells::DocxSaveOptions::GetAsFlatOpc() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/docxsaveoptions/getasnormalview/_index.md b/english/cpp/aspose.cells/docxsaveoptions/getasnormalview/_index.md index a213099b49f..5bd11c704ac 100644 --- a/english/cpp/aspose.cells/docxsaveoptions/getasnormalview/_index.md +++ b/english/cpp/aspose.cells/docxsaveoptions/getasnormalview/_index.md @@ -4,7 +4,7 @@ linktitle: GetAsNormalView second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DocxSaveOptions::GetAsNormalView method. 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 in C++.' type: docs -weight: 1000 +weight: 1600 url: /cpp/aspose.cells/docxsaveoptions/getasnormalview/ --- ## DocxSaveOptions::GetAsNormalView method diff --git a/english/cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/_index.md b/english/cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..6bb24a22247 --- /dev/null +++ b/english/cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetEmbedXlsxAsChartDataSource method +linktitle: GetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetEmbedXlsxAsChartDataSource method. Indicates whether embedding an xlsx file as data source of the chart in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/docxsaveoptions/getembedxlsxaschartdatasource/ +--- +## DocxSaveOptions::GetEmbedXlsxAsChartDataSource method + + +Indicates whether embedding an xlsx file as data source of the chart. + +```cpp +bool Aspose::Cells::DocxSaveOptions::GetEmbedXlsxAsChartDataSource() +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/docxsaveoptions/getsaveelementtype/_index.md b/english/cpp/aspose.cells/docxsaveoptions/getsaveelementtype/_index.md new file mode 100644 index 00000000000..e47223dda3f --- /dev/null +++ b/english/cpp/aspose.cells/docxsaveoptions/getsaveelementtype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::GetSaveElementType method +linktitle: GetSaveElementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::GetSaveElementType method. Indicates which elements should be saved in C++.' +type: docs +weight: 1400 +url: /cpp/aspose.cells/docxsaveoptions/getsaveelementtype/ +--- +## DocxSaveOptions::GetSaveElementType method + + +Indicates which elements should be saved. + +```cpp +SaveElementType Aspose::Cells::DocxSaveOptions::GetSaveElementType() +``` + +## See Also + +* Enum [SaveElementType](../../../aspose.cells.saving/saveelementtype/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/docxsaveoptions/setasflatopc/_index.md b/english/cpp/aspose.cells/docxsaveoptions/setasflatopc/_index.md new file mode 100644 index 00000000000..7ca87b15f80 --- /dev/null +++ b/english/cpp/aspose.cells/docxsaveoptions/setasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetAsFlatOpc method +linktitle: SetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 1300 +url: /cpp/aspose.cells/docxsaveoptions/setasflatopc/ +--- +## DocxSaveOptions::SetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetAsFlatOpc(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/docxsaveoptions/setasnormalview/_index.md b/english/cpp/aspose.cells/docxsaveoptions/setasnormalview/_index.md index 5a0d78f097d..0b966f947e0 100644 --- a/english/cpp/aspose.cells/docxsaveoptions/setasnormalview/_index.md +++ b/english/cpp/aspose.cells/docxsaveoptions/setasnormalview/_index.md @@ -4,7 +4,7 @@ linktitle: SetAsNormalView second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::DocxSaveOptions::SetAsNormalView method. 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 in C++.' type: docs -weight: 1100 +weight: 1700 url: /cpp/aspose.cells/docxsaveoptions/setasnormalview/ --- ## DocxSaveOptions::SetAsNormalView method diff --git a/english/cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/_index.md b/english/cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..48f3bd98b11 --- /dev/null +++ b/english/cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetEmbedXlsxAsChartDataSource method +linktitle: SetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetEmbedXlsxAsChartDataSource method. Indicates whether embedding an xlsx file as data source of the chart in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/docxsaveoptions/setembedxlsxaschartdatasource/ +--- +## DocxSaveOptions::SetEmbedXlsxAsChartDataSource method + + +Indicates whether embedding an xlsx file as data source of the chart. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetEmbedXlsxAsChartDataSource(bool value) +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/docxsaveoptions/setsaveelementtype/_index.md b/english/cpp/aspose.cells/docxsaveoptions/setsaveelementtype/_index.md new file mode 100644 index 00000000000..3847803f06b --- /dev/null +++ b/english/cpp/aspose.cells/docxsaveoptions/setsaveelementtype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::DocxSaveOptions::SetSaveElementType method +linktitle: SetSaveElementType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::DocxSaveOptions::SetSaveElementType method. Indicates which elements should be saved in C++.' +type: docs +weight: 1500 +url: /cpp/aspose.cells/docxsaveoptions/setsaveelementtype/ +--- +## DocxSaveOptions::SetSaveElementType method + + +Indicates which elements should be saved. + +```cpp +void Aspose::Cells::DocxSaveOptions::SetSaveElementType(SaveElementType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SaveElementType](../../../aspose.cells.saving/saveelementtype/) +* Class [DocxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/fileformattype/_index.md b/english/cpp/aspose.cells/fileformattype/_index.md index dd521cef176..bf4ab074cf3 100644 --- a/english/cpp/aspose.cells/fileformattype/_index.md +++ b/english/cpp/aspose.cells/fileformattype/_index.md @@ -89,6 +89,7 @@ enum class FileFormatType | Json | 513 |
[Json](../../aspose.cells.json/). | | SqlScript | 514 |
Sql. | | Dbf | 515 |
Xbase Data file. | +| FlatOpc | 516 |
Flat opc file. | | XHtml | 771 |
Rrepesents XHtml file. | | OneNote | 772 |
Rrepesents One Note file. | | MicrosoftCabinet | 773 |
Rrepesents Microsoft Cabinet file. | diff --git a/english/cpp/aspose.cells/htmlsaveoptions/_impl/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/_impl/_index.md index 615e62a9a86..78644196ab7 100644 --- a/english/cpp/aspose.cells/htmlsaveoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/htmlsaveoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::HtmlSaveOptions::_impl field. The implementation object in C++.' type: docs -weight: 13900 +weight: 14100 url: /cpp/aspose.cells/htmlsaveoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/htmlsaveoptions/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/_index.md index 00dad418df0..198f4abc67b 100644 --- a/english/cpp/aspose.cells/htmlsaveoptions/_index.md +++ b/english/cpp/aspose.cells/htmlsaveoptions/_index.md @@ -35,6 +35,7 @@ class HtmlSaveOptions : public Aspose::Cells::SaveOptions | [GetDefaultFontName()](./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](../) will use universal font which have the same family with the original font, the default value is null. | | [GetDisableCss()](./getdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [GetDisableDownlevelRevealedComments()](./getdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [GetEmbeddedFontType()](./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. | | [GetEnableCssCustomProperties()](./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. | | [GetEncodeEntityAsCode()](./getencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [GetEncoding()](./getencoding/) | If not set,use Encoding.UTF8 as default enconding type. | @@ -133,6 +134,7 @@ class HtmlSaveOptions : public Aspose::Cells::SaveOptions | [SetDefaultFontName(const char16_t* value)](./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](../) will use universal font which have the same family with the original font, the default value is null. | | [SetDisableCss(bool value)](./setdisablecss/) | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [SetDisableDownlevelRevealedComments(bool value)](./setdisabledownlevelrevealedcomments/) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [SetEmbeddedFontType(HtmlEmbeddedFontType value)](./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. | | [SetEnableCssCustomProperties(bool value)](./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. | | [SetEncodeEntityAsCode(bool value)](./setencodeentityascode/) | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [SetEncoding(EncodingType value)](./setencoding/) | If not set,use Encoding.UTF8 as default enconding type. | diff --git a/english/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md new file mode 100644 index 00000000000..7a38626a7c2 --- /dev/null +++ b/english/cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType method +linktitle: GetEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType method. 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 in C++.' +type: docs +weight: 13900 +url: /cpp/aspose.cells/htmlsaveoptions/getembeddedfonttype/ +--- +## HtmlSaveOptions::GetEmbeddedFontType method + + +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. + +```cpp +HtmlEmbeddedFontType Aspose::Cells::HtmlSaveOptions::GetEmbeddedFontType() +``` + +## See Also + +* Enum [HtmlEmbeddedFontType](../../../aspose.cells.rendering/htmlembeddedfonttype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md b/english/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md new file mode 100644 index 00000000000..61e9699fd1f --- /dev/null +++ b/english/cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType method +linktitle: SetEmbeddedFontType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType method. 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 in C++.' +type: docs +weight: 14000 +url: /cpp/aspose.cells/htmlsaveoptions/setembeddedfonttype/ +--- +## HtmlSaveOptions::SetEmbeddedFontType method + + +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. + +```cpp +void Aspose::Cells::HtmlSaveOptions::SetEmbeddedFontType(HtmlEmbeddedFontType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [HtmlEmbeddedFontType](../../../aspose.cells.rendering/htmlembeddedfonttype/) +* Class [HtmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/markdownsaveoptions/_impl/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/_impl/_index.md index 2a27cf079c0..64bd27917e2 100644 --- a/english/cpp/aspose.cells/markdownsaveoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/markdownsaveoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::MarkdownSaveOptions::_impl field. The implementation object in C++.' type: docs -weight: 2100 +weight: 2700 url: /cpp/aspose.cells/markdownsaveoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/markdownsaveoptions/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/_index.md index 54bb9cd8622..982835ec971 100644 --- a/english/cpp/aspose.cells/markdownsaveoptions/_index.md +++ b/english/cpp/aspose.cells/markdownsaveoptions/_index.md @@ -20,6 +20,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | Method | Description | | --- | --- | +| [GetAlignColumnPadding()](./getaligncolumnpadding/) | Indicates whether column alignment is enabled for generated [Markdown](../../aspose.cells.markdown/) tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | | [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [GetCalculateFormula()](./getcalculateformula/) | Indicates whether to calculate formulas before saving markdown file. | | [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. | @@ -27,6 +28,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | [GetCreateDirectory()](../saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [GetEncoding()](./getencoding/) | Gets and sets the default encoding. | | [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [GetExportHyperlinkAsReference()](./getexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format. The default value is false. | | [GetExportImagesAsBase64()](./getexportimagesasbase64/) | Specifies whether images are saved in Base64 format to [Markdown](../../aspose.cells.markdown/). The default value is true. | | [GetFormatStrategy()](./getformatstrategy/) | Gets and sets the format strategy when exporting the cell value as string. | | [GetImageOptions()](./getimageoptions/) | Get the ImageOrPrintOptions object before exporting. | @@ -52,6 +54,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | [operator=(const SaveOptions\& src)](../saveoptions/operator_asm/) | operator= | | [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | | [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | +| [SetAlignColumnPadding(char16_t value)](./setaligncolumnpadding/) | Indicates whether column alignment is enabled for generated [Markdown](../../aspose.cells.markdown/) tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | | [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [SetCalculateFormula(bool value)](./setcalculateformula/) | Indicates whether to calculate formulas before saving markdown file. | @@ -60,6 +63,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | [SetCreateDirectory(bool value)](../saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [SetEncoding(EncodingType value)](./setencoding/) | Gets and sets the default encoding. | | [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | +| [SetExportHyperlinkAsReference(bool value)](./setexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format. The default value is false. | | [SetExportImagesAsBase64(bool value)](./setexportimagesasbase64/) | Specifies whether images are saved in Base64 format to [Markdown](../../aspose.cells.markdown/). The default value is true. | | [SetFormatStrategy(CellValueFormatStrategy value)](./setformatstrategy/) | Gets and sets the format strategy when exporting the cell value as string. | | [SetLightCellsDataProvider(LightCellsDataProvider* value)](./setlightcellsdataprovider/) | The Data provider to provide cells data for saving workbook in light mode. | diff --git a/english/cpp/aspose.cells/markdownsaveoptions/getaligncolumnpadding/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/getaligncolumnpadding/_index.md new file mode 100644 index 00000000000..0b63b907bad --- /dev/null +++ b/english/cpp/aspose.cells/markdownsaveoptions/getaligncolumnpadding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::MarkdownSaveOptions::GetAlignColumnPadding method +linktitle: GetAlignColumnPadding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MarkdownSaveOptions::GetAlignColumnPadding method. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically '' '' for spaces). Set to ''\0'' to disable column alignment (default) in C++.' +type: docs +weight: 2500 +url: /cpp/aspose.cells/markdownsaveoptions/getaligncolumnpadding/ +--- +## MarkdownSaveOptions::GetAlignColumnPadding method + + +Indicates whether column alignment is enabled for generated [Markdown](../../../aspose.cells.markdown/) tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). + +```cpp +char16_t Aspose::Cells::MarkdownSaveOptions::GetAlignColumnPadding() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MarkdownSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/_index.md new file mode 100644 index 00000000000..c6e60c9ab91 --- /dev/null +++ b/english/cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::MarkdownSaveOptions::GetExportHyperlinkAsReference method +linktitle: GetExportHyperlinkAsReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MarkdownSaveOptions::GetExportHyperlinkAsReference method. Exports hyperlink using reference definitions instead of inline format. The default value is false in C++.' +type: docs +weight: 2300 +url: /cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/ +--- +## MarkdownSaveOptions::GetExportHyperlinkAsReference method + + +Exports hyperlink using reference definitions instead of inline format. The default value is false. + +```cpp +bool Aspose::Cells::MarkdownSaveOptions::GetExportHyperlinkAsReference() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MarkdownSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/markdownsaveoptions/setaligncolumnpadding/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/setaligncolumnpadding/_index.md new file mode 100644 index 00000000000..0828f74a1de --- /dev/null +++ b/english/cpp/aspose.cells/markdownsaveoptions/setaligncolumnpadding/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::MarkdownSaveOptions::SetAlignColumnPadding method +linktitle: SetAlignColumnPadding +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MarkdownSaveOptions::SetAlignColumnPadding method. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically '' '' for spaces). Set to ''\0'' to disable column alignment (default) in C++.' +type: docs +weight: 2600 +url: /cpp/aspose.cells/markdownsaveoptions/setaligncolumnpadding/ +--- +## MarkdownSaveOptions::SetAlignColumnPadding method + + +Indicates whether column alignment is enabled for generated [Markdown](../../../aspose.cells.markdown/) tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). + +```cpp +void Aspose::Cells::MarkdownSaveOptions::SetAlignColumnPadding(char16_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MarkdownSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/_index.md new file mode 100644 index 00000000000..116838d4745 --- /dev/null +++ b/english/cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::MarkdownSaveOptions::SetExportHyperlinkAsReference method +linktitle: SetExportHyperlinkAsReference +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MarkdownSaveOptions::SetExportHyperlinkAsReference method. Exports hyperlink using reference definitions instead of inline format. The default value is false in C++.' +type: docs +weight: 2400 +url: /cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/ +--- +## MarkdownSaveOptions::SetExportHyperlinkAsReference method + + +Exports hyperlink using reference definitions instead of inline format. The default value is false. + +```cpp +void Aspose::Cells::MarkdownSaveOptions::SetExportHyperlinkAsReference(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MarkdownSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/_impl/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/_impl/_index.md index a8c9333103b..c41ecc421f2 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::_impl field. The implementation object in C++.' type: docs -weight: 2000 +weight: 2200 url: /cpp/aspose.cells/ooxmlsaveoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md index b500e932949..fb36038c7cb 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: OoxmlSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions class. Represents the options of saving office open xml file in C++.' type: docs -weight: 11100 +weight: 11200 url: /cpp/aspose.cells/ooxmlsaveoptions/ --- ## OoxmlSaveOptions class @@ -20,6 +20,7 @@ class OoxmlSaveOptions : public Aspose::Cells::SaveOptions | Method | Description | | --- | --- | +| [GetAsFlatOpc()](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [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. | | [GetClearData()](../saveoptions/getcleardata/) | Make the workbook empty after saving the file. | @@ -51,6 +52,7 @@ class OoxmlSaveOptions : public Aspose::Cells::SaveOptions | [operator=(const SaveOptions\& src)](../saveoptions/operator_asm/) | operator= | | [SaveOptions(SaveOptions_Impl* impl)](../saveoptions/saveoptions/) | Constructs from an implementation object. | | [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | +| [SetAsFlatOpc(bool value)](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [SetCheckExcelRestriction(bool value)](../saveoptions/setcheckexcelrestriction/) | 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. | diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getasflatopc/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getasflatopc/_index.md new file mode 100644 index 00000000000..379bbc86fde --- /dev/null +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::OoxmlSaveOptions::GetAsFlatOpc method +linktitle: GetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OoxmlSaveOptions::GetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 600 +url: /cpp/aspose.cells/ooxmlsaveoptions/getasflatopc/ +--- +## OoxmlSaveOptions::GetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +bool Aspose::Cells::OoxmlSaveOptions::GetAsFlatOpc() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [OoxmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getcompressiontype/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getcompressiontype/_index.md index d58c73fdf16..eaea40fe952 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/getcompressiontype/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getcompressiontype/_index.md @@ -4,7 +4,7 @@ linktitle: GetCompressionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::GetCompressionType method. Gets and sets the compression type for ooxml file in C++.' type: docs -weight: 1600 +weight: 1800 url: /cpp/aspose.cells/ooxmlsaveoptions/getcompressiontype/ --- ## OoxmlSaveOptions::GetCompressionType method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getembedooxmlasoleobject/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getembedooxmlasoleobject/_index.md index 918e2eddc16..537bfdbd320 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/getembedooxmlasoleobject/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getembedooxmlasoleobject/_index.md @@ -4,7 +4,7 @@ linktitle: GetEmbedOoxmlAsOleObject second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::GetEmbedOoxmlAsOleObject method. Indicates whether embedding Ooxml files of OleObject as ole object in C++.' type: docs -weight: 1400 +weight: 1600 url: /cpp/aspose.cells/ooxmlsaveoptions/getembedooxmlasoleobject/ --- ## OoxmlSaveOptions::GetEmbedOoxmlAsOleObject method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getenablezip64/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getenablezip64/_index.md index 5547e9f6da3..552cea61f17 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/getenablezip64/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getenablezip64/_index.md @@ -4,7 +4,7 @@ linktitle: GetEnableZip64 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::GetEnableZip64 method. Always use ZIP64 extensions when writing zip archives, even when unnecessary in C++.' type: docs -weight: 1200 +weight: 1400 url: /cpp/aspose.cells/ooxmlsaveoptions/getenablezip64/ --- ## OoxmlSaveOptions::GetEnableZip64 method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getexportcellname/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getexportcellname/_index.md index ab54760f26f..5de115c426b 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/getexportcellname/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getexportcellname/_index.md @@ -4,7 +4,7 @@ linktitle: GetExportCellName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::GetExportCellName method. Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true in C++.' type: docs -weight: 600 +weight: 800 url: /cpp/aspose.cells/ooxmlsaveoptions/getexportcellname/ --- ## OoxmlSaveOptions::GetExportCellName method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getlightcellsdataprovider/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getlightcellsdataprovider/_index.md index d31586d23e1..e19ab5b837a 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/getlightcellsdataprovider/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getlightcellsdataprovider/_index.md @@ -4,7 +4,7 @@ linktitle: GetLightCellsDataProvider second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::GetLightCellsDataProvider method. The data provider for saving workbook in light mode in C++.' type: docs -weight: 800 +weight: 1000 url: /cpp/aspose.cells/ooxmlsaveoptions/getlightcellsdataprovider/ --- ## OoxmlSaveOptions::GetLightCellsDataProvider method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getupdatezoom/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getupdatezoom/_index.md index 697eb9c7660..e36094eccd0 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/getupdatezoom/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getupdatezoom/_index.md @@ -4,7 +4,7 @@ linktitle: GetUpdateZoom second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::GetUpdateZoom method. Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled in C++.' type: docs -weight: 1000 +weight: 1200 url: /cpp/aspose.cells/ooxmlsaveoptions/getupdatezoom/ --- ## OoxmlSaveOptions::GetUpdateZoom method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/getwpscompatibility/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/getwpscompatibility/_index.md index 1c74b203f2f..67de695bd57 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/getwpscompatibility/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/getwpscompatibility/_index.md @@ -4,7 +4,7 @@ linktitle: GetWpsCompatibility second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::GetWpsCompatibility method. Indicates whether to make the xls more compatible with WPS in C++.' type: docs -weight: 1800 +weight: 2000 url: /cpp/aspose.cells/ooxmlsaveoptions/getwpscompatibility/ --- ## OoxmlSaveOptions::GetWpsCompatibility method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setasflatopc/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setasflatopc/_index.md new file mode 100644 index 00000000000..91801051690 --- /dev/null +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::OoxmlSaveOptions::SetAsFlatOpc method +linktitle: SetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::OoxmlSaveOptions::SetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 700 +url: /cpp/aspose.cells/ooxmlsaveoptions/setasflatopc/ +--- +## OoxmlSaveOptions::SetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +void Aspose::Cells::OoxmlSaveOptions::SetAsFlatOpc(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [OoxmlSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setcompressiontype/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setcompressiontype/_index.md index a941983d1c8..139b2ad3849 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/setcompressiontype/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setcompressiontype/_index.md @@ -4,7 +4,7 @@ linktitle: SetCompressionType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::SetCompressionType method. Gets and sets the compression type for ooxml file in C++.' type: docs -weight: 1700 +weight: 1900 url: /cpp/aspose.cells/ooxmlsaveoptions/setcompressiontype/ --- ## OoxmlSaveOptions::SetCompressionType method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setembedooxmlasoleobject/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setembedooxmlasoleobject/_index.md index 993627a6952..70b1f287425 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/setembedooxmlasoleobject/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setembedooxmlasoleobject/_index.md @@ -4,7 +4,7 @@ linktitle: SetEmbedOoxmlAsOleObject second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::SetEmbedOoxmlAsOleObject method. Indicates whether embedding Ooxml files of OleObject as ole object in C++.' type: docs -weight: 1500 +weight: 1700 url: /cpp/aspose.cells/ooxmlsaveoptions/setembedooxmlasoleobject/ --- ## OoxmlSaveOptions::SetEmbedOoxmlAsOleObject method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setenablezip64/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setenablezip64/_index.md index cf616e98511..c0c87b899fc 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/setenablezip64/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setenablezip64/_index.md @@ -4,7 +4,7 @@ linktitle: SetEnableZip64 second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::SetEnableZip64 method. Always use ZIP64 extensions when writing zip archives, even when unnecessary in C++.' type: docs -weight: 1300 +weight: 1500 url: /cpp/aspose.cells/ooxmlsaveoptions/setenablezip64/ --- ## OoxmlSaveOptions::SetEnableZip64 method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setexportcellname/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setexportcellname/_index.md index 090722b046d..391451c67c1 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/setexportcellname/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setexportcellname/_index.md @@ -4,7 +4,7 @@ linktitle: SetExportCellName second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::SetExportCellName method. Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true in C++.' type: docs -weight: 700 +weight: 900 url: /cpp/aspose.cells/ooxmlsaveoptions/setexportcellname/ --- ## OoxmlSaveOptions::SetExportCellName method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setlightcellsdataprovider/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setlightcellsdataprovider/_index.md index d6944892f1c..55c9265b57e 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/setlightcellsdataprovider/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setlightcellsdataprovider/_index.md @@ -4,7 +4,7 @@ linktitle: SetLightCellsDataProvider second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::SetLightCellsDataProvider method. The data provider for saving workbook in light mode in C++.' type: docs -weight: 900 +weight: 1100 url: /cpp/aspose.cells/ooxmlsaveoptions/setlightcellsdataprovider/ --- ## OoxmlSaveOptions::SetLightCellsDataProvider method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setupdatezoom/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setupdatezoom/_index.md index 3d0b0cb4eb0..8937f24b5bb 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/setupdatezoom/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setupdatezoom/_index.md @@ -4,7 +4,7 @@ linktitle: SetUpdateZoom second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::SetUpdateZoom method. Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled in C++.' type: docs -weight: 1100 +weight: 1300 url: /cpp/aspose.cells/ooxmlsaveoptions/setupdatezoom/ --- ## OoxmlSaveOptions::SetUpdateZoom method diff --git a/english/cpp/aspose.cells/ooxmlsaveoptions/setwpscompatibility/_index.md b/english/cpp/aspose.cells/ooxmlsaveoptions/setwpscompatibility/_index.md index bca5f277c5d..53422f68f1e 100644 --- a/english/cpp/aspose.cells/ooxmlsaveoptions/setwpscompatibility/_index.md +++ b/english/cpp/aspose.cells/ooxmlsaveoptions/setwpscompatibility/_index.md @@ -4,7 +4,7 @@ linktitle: SetWpsCompatibility second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::OoxmlSaveOptions::SetWpsCompatibility method. Indicates whether to make the xls more compatible with WPS in C++.' type: docs -weight: 1900 +weight: 2100 url: /cpp/aspose.cells/ooxmlsaveoptions/setwpscompatibility/ --- ## OoxmlSaveOptions::SetWpsCompatibility method diff --git a/english/cpp/aspose.cells/pptxsaveoptions/_impl/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/_impl/_index.md index 270a3e9c24f..23076c582a8 100644 --- a/english/cpp/aspose.cells/pptxsaveoptions/_impl/_index.md +++ b/english/cpp/aspose.cells/pptxsaveoptions/_impl/_index.md @@ -4,7 +4,7 @@ linktitle: _impl second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PptxSaveOptions::_impl field. The implementation object in C++.' type: docs -weight: 1200 +weight: 1800 url: /cpp/aspose.cells/pptxsaveoptions/_impl/ --- ## _impl field diff --git a/english/cpp/aspose.cells/pptxsaveoptions/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/_index.md index fe59f778e38..6556c630989 100644 --- a/english/cpp/aspose.cells/pptxsaveoptions/_index.md +++ b/english/cpp/aspose.cells/pptxsaveoptions/_index.md @@ -4,7 +4,7 @@ linktitle: PptxSaveOptions second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PptxSaveOptions class. Represents the pptx save options in C++.' type: docs -weight: 11900 +weight: 12000 url: /cpp/aspose.cells/pptxsaveoptions/ --- ## PptxSaveOptions class @@ -22,6 +22,7 @@ class PptxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | --- | --- | | [GetAdjustFontSizeForRowType()](./getadjustfontsizeforrowtype/) | Represents what type of line needs to be adjusted size of font if height of row is small. | | [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. | +| [GetAsFlatOpc()](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [GetCachedFileFolder()](../saveoptions/getcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [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. | | [GetCheckFontCompatibility()](../paginatedsaveoptions/getcheckfontcompatibility/) | Indicates whether to check font compatibility for every character in text. | @@ -32,6 +33,7 @@ class PptxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [GetDefaultEditLanguage()](../paginatedsaveoptions/getdefaulteditlanguage/) | Gets or sets default edit language. | | [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. | | [GetDrawObjectEventHandler()](../paginatedsaveoptions/getdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [GetEmbedXlsxAsChartDataSource()](./getembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | | [GetEmfRenderSetting()](../paginatedsaveoptions/getemfrendersetting/) | Setting for rendering Emf metafile. | | [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | | [GetExportViewType()](./getexportviewtype/) | Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing. | @@ -47,6 +49,7 @@ class PptxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [GetPageSavingCallback()](../paginatedsaveoptions/getpagesavingcallback/) | Control/Indicate progress of page saving process. | | [GetPrintingPageType()](../paginatedsaveoptions/getprintingpagetype/) | Indicates which pages will not be printed. | | [GetRefreshChartCache()](../saveoptions/getrefreshchartcache/) | Indicates whether refreshing chart cache data. | +| [GetSaveAsEditableShapes()](./getsaveaseditableshapes/) | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | | [GetSaveFormat()](../saveoptions/getsaveformat/) | Gets the save file format. | | [GetSheetSet()](../paginatedsaveoptions/getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | | [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | @@ -73,6 +76,7 @@ class PptxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [SaveOptions(const SaveOptions\& src)](../saveoptions/saveoptions/) | Copy constructor. | | [SetAdjustFontSizeForRowType(AdjustFontSizeForRowType value)](./setadjustfontsizeforrowtype/) | Represents what type of line needs to be adjusted size of font if height of row is small. | | [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. | +| [SetAsFlatOpc(bool value)](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [SetCachedFileFolder(const U16String\& value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [SetCachedFileFolder(const char16_t* value)](../saveoptions/setcachedfilefolder/) | The folder for temporary files that may be used as data cache. | | [SetCheckExcelRestriction(bool value)](../saveoptions/setcheckexcelrestriction/) | 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. | @@ -85,6 +89,7 @@ class PptxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [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. | | [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. | | [SetDrawObjectEventHandler(DrawObjectEventHandler* value)](../paginatedsaveoptions/setdrawobjecteventhandler/) | Implements this interface to get DrawObject and Bound when rendering. | +| [SetEmbedXlsxAsChartDataSource(bool value)](./setembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | | [SetEmfRenderSetting(EmfRenderSetting value)](../paginatedsaveoptions/setemfrendersetting/) | Setting for rendering Emf metafile. | | [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | | [SetExportViewType(SlideViewType value)](./setexportviewtype/) | Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing. | @@ -101,6 +106,7 @@ class PptxSaveOptions : public Aspose::Cells::PaginatedSaveOptions | [SetPageSavingCallback(IPageSavingCallback* value)](../paginatedsaveoptions/setpagesavingcallback/) | Control/Indicate progress of page saving process. | | [SetPrintingPageType(PrintingPageType value)](../paginatedsaveoptions/setprintingpagetype/) | Indicates which pages will not be printed. | | [SetRefreshChartCache(bool value)](../saveoptions/setrefreshchartcache/) | Indicates whether refreshing chart cache data. | +| [SetSaveAsEditableShapes(bool value)](./setsaveaseditableshapes/) | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | | [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. | | [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | | [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | diff --git a/english/cpp/aspose.cells/pptxsaveoptions/getadjustfontsizeforrowtype/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/getadjustfontsizeforrowtype/_index.md index 68590267309..cf0f21eacdf 100644 --- a/english/cpp/aspose.cells/pptxsaveoptions/getadjustfontsizeforrowtype/_index.md +++ b/english/cpp/aspose.cells/pptxsaveoptions/getadjustfontsizeforrowtype/_index.md @@ -4,7 +4,7 @@ linktitle: GetAdjustFontSizeForRowType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PptxSaveOptions::GetAdjustFontSizeForRowType method. Represents what type of line needs to be adjusted size of font if height of row is small in C++.' type: docs -weight: 800 +weight: 1200 url: /cpp/aspose.cells/pptxsaveoptions/getadjustfontsizeforrowtype/ --- ## PptxSaveOptions::GetAdjustFontSizeForRowType method diff --git a/english/cpp/aspose.cells/pptxsaveoptions/getasflatopc/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/getasflatopc/_index.md new file mode 100644 index 00000000000..af725348b22 --- /dev/null +++ b/english/cpp/aspose.cells/pptxsaveoptions/getasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::PptxSaveOptions::GetAsFlatOpc method +linktitle: GetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::PptxSaveOptions::GetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 1600 +url: /cpp/aspose.cells/pptxsaveoptions/getasflatopc/ +--- +## PptxSaveOptions::GetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +bool Aspose::Cells::PptxSaveOptions::GetAsFlatOpc() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [PptxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/pptxsaveoptions/getembedxlsxaschartdatasource/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/getembedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..23fe8c91760 --- /dev/null +++ b/english/cpp/aspose.cells/pptxsaveoptions/getembedxlsxaschartdatasource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::PptxSaveOptions::GetEmbedXlsxAsChartDataSource method +linktitle: GetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::PptxSaveOptions::GetEmbedXlsxAsChartDataSource method. Indicates whether embedding an xlsx file as data source of the chart in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/pptxsaveoptions/getembedxlsxaschartdatasource/ +--- +## PptxSaveOptions::GetEmbedXlsxAsChartDataSource method + + +Indicates whether embedding an xlsx file as data source of the chart. + +```cpp +bool Aspose::Cells::PptxSaveOptions::GetEmbedXlsxAsChartDataSource() +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [PptxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/pptxsaveoptions/getexportviewtype/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/getexportviewtype/_index.md index eb6feecb605..9402e3423de 100644 --- a/english/cpp/aspose.cells/pptxsaveoptions/getexportviewtype/_index.md +++ b/english/cpp/aspose.cells/pptxsaveoptions/getexportviewtype/_index.md @@ -4,7 +4,7 @@ linktitle: GetExportViewType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PptxSaveOptions::GetExportViewType method. Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing in C++.' type: docs -weight: 1000 +weight: 1400 url: /cpp/aspose.cells/pptxsaveoptions/getexportviewtype/ --- ## PptxSaveOptions::GetExportViewType method diff --git a/english/cpp/aspose.cells/pptxsaveoptions/getsaveaseditableshapes/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/getsaveaseditableshapes/_index.md new file mode 100644 index 00000000000..b3a2b0685fc --- /dev/null +++ b/english/cpp/aspose.cells/pptxsaveoptions/getsaveaseditableshapes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::PptxSaveOptions::GetSaveAsEditableShapes method +linktitle: GetSaveAsEditableShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::PptxSaveOptions::GetSaveAsEditableShapes method. Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint in C++.' +type: docs +weight: 800 +url: /cpp/aspose.cells/pptxsaveoptions/getsaveaseditableshapes/ +--- +## PptxSaveOptions::GetSaveAsEditableShapes method + + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```cpp +bool Aspose::Cells::PptxSaveOptions::GetSaveAsEditableShapes() +``` + +## Remarks + + +Only for charts. +## See Also + +* Class [Vector](../../vector/) +* Class [PptxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/pptxsaveoptions/setadjustfontsizeforrowtype/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/setadjustfontsizeforrowtype/_index.md index a51ad413f64..98f425188e8 100644 --- a/english/cpp/aspose.cells/pptxsaveoptions/setadjustfontsizeforrowtype/_index.md +++ b/english/cpp/aspose.cells/pptxsaveoptions/setadjustfontsizeforrowtype/_index.md @@ -4,7 +4,7 @@ linktitle: SetAdjustFontSizeForRowType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PptxSaveOptions::SetAdjustFontSizeForRowType method. Represents what type of line needs to be adjusted size of font if height of row is small in C++.' type: docs -weight: 900 +weight: 1300 url: /cpp/aspose.cells/pptxsaveoptions/setadjustfontsizeforrowtype/ --- ## PptxSaveOptions::SetAdjustFontSizeForRowType method diff --git a/english/cpp/aspose.cells/pptxsaveoptions/setasflatopc/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/setasflatopc/_index.md new file mode 100644 index 00000000000..319cf6bd542 --- /dev/null +++ b/english/cpp/aspose.cells/pptxsaveoptions/setasflatopc/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::PptxSaveOptions::SetAsFlatOpc method +linktitle: SetAsFlatOpc +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::PptxSaveOptions::SetAsFlatOpc method. Indicates whether saving as a flat opc file which can be generated by Open XML SDK in C++.' +type: docs +weight: 1700 +url: /cpp/aspose.cells/pptxsaveoptions/setasflatopc/ +--- +## PptxSaveOptions::SetAsFlatOpc method + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```cpp +void Aspose::Cells::PptxSaveOptions::SetAsFlatOpc(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [PptxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/pptxsaveoptions/setembedxlsxaschartdatasource/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/setembedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..fcb4f8284cf --- /dev/null +++ b/english/cpp/aspose.cells/pptxsaveoptions/setembedxlsxaschartdatasource/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::PptxSaveOptions::SetEmbedXlsxAsChartDataSource method +linktitle: SetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::PptxSaveOptions::SetEmbedXlsxAsChartDataSource method. Indicates whether embedding an xlsx file as data source of the chart in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/pptxsaveoptions/setembedxlsxaschartdatasource/ +--- +## PptxSaveOptions::SetEmbedXlsxAsChartDataSource method + + +Indicates whether embedding an xlsx file as data source of the chart. + +```cpp +void Aspose::Cells::PptxSaveOptions::SetEmbedXlsxAsChartDataSource(bool value) +``` + +## Remarks + + +The default value is true. +## See Also + +* Class [Vector](../../vector/) +* Class [PptxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/pptxsaveoptions/setexportviewtype/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/setexportviewtype/_index.md index 526e62a702f..01611b9690c 100644 --- a/english/cpp/aspose.cells/pptxsaveoptions/setexportviewtype/_index.md +++ b/english/cpp/aspose.cells/pptxsaveoptions/setexportviewtype/_index.md @@ -4,7 +4,7 @@ linktitle: SetExportViewType second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::PptxSaveOptions::SetExportViewType method. Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing in C++.' type: docs -weight: 1100 +weight: 1500 url: /cpp/aspose.cells/pptxsaveoptions/setexportviewtype/ --- ## PptxSaveOptions::SetExportViewType method diff --git a/english/cpp/aspose.cells/pptxsaveoptions/setsaveaseditableshapes/_index.md b/english/cpp/aspose.cells/pptxsaveoptions/setsaveaseditableshapes/_index.md new file mode 100644 index 00000000000..705ab651cc0 --- /dev/null +++ b/english/cpp/aspose.cells/pptxsaveoptions/setsaveaseditableshapes/_index.md @@ -0,0 +1,28 @@ +--- +title: Aspose::Cells::PptxSaveOptions::SetSaveAsEditableShapes method +linktitle: SetSaveAsEditableShapes +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::PptxSaveOptions::SetSaveAsEditableShapes method. Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint in C++.' +type: docs +weight: 900 +url: /cpp/aspose.cells/pptxsaveoptions/setsaveaseditableshapes/ +--- +## PptxSaveOptions::SetSaveAsEditableShapes method + + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```cpp +void Aspose::Cells::PptxSaveOptions::SetSaveAsEditableShapes(bool value) +``` + +## Remarks + + +Only for charts. +## See Also + +* Class [Vector](../../vector/) +* Class [PptxSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/go-cpp/DocxSaveOptions/GetAsFlatOpc/_index.md b/english/go-cpp/DocxSaveOptions/GetAsFlatOpc/_index.md new file mode 100644 index 00000000000..3b1e8177ebe --- /dev/null +++ b/english/go-cpp/DocxSaveOptions/GetAsFlatOpc/_index.md @@ -0,0 +1,27 @@ +--- +title: GetAsFlatOpc Method +linktitle: GetAsFlatOpc +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetAsFlatOpc method. Encapsulates the function that represents getasflatopc in Go.' +type: docs +weight: 200 +url: /go-cpp/docxsaveoptions/getasflatopc/ +--- + +## GetAsFlatOpc function + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```go + +func (instance *DocxSaveOptions) GetAsFlatOpc() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [DocxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DocxSaveOptions/GetEmbedXlsxAsChartDataSource/_index.md b/english/go-cpp/DocxSaveOptions/GetEmbedXlsxAsChartDataSource/_index.md new file mode 100644 index 00000000000..53eafa48224 --- /dev/null +++ b/english/go-cpp/DocxSaveOptions/GetEmbedXlsxAsChartDataSource/_index.md @@ -0,0 +1,27 @@ +--- +title: GetEmbedXlsxAsChartDataSource Method +linktitle: GetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetEmbedXlsxAsChartDataSource method. Encapsulates the function that represents getembedxlsxaschartdatasource in Go.' +type: docs +weight: 200 +url: /go-cpp/docxsaveoptions/getembedxlsxaschartdatasource/ +--- + +## GetEmbedXlsxAsChartDataSource function + +Indicates whether embedding an xlsx file as data source of the chart. + +```go + +func (instance *DocxSaveOptions) GetEmbedXlsxAsChartDataSource() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [DocxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DocxSaveOptions/GetSaveElementType/_index.md b/english/go-cpp/DocxSaveOptions/GetSaveElementType/_index.md new file mode 100644 index 00000000000..0e7558d5688 --- /dev/null +++ b/english/go-cpp/DocxSaveOptions/GetSaveElementType/_index.md @@ -0,0 +1,27 @@ +--- +title: GetSaveElementType Method +linktitle: GetSaveElementType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetSaveElementType method. Encapsulates the function that represents getsaveelementtype in Go.' +type: docs +weight: 200 +url: /go-cpp/docxsaveoptions/getsaveelementtype/ +--- + +## GetSaveElementType function + +Indicates which elements should be saved. + +```go + +func (instance *DocxSaveOptions) GetSaveElementType() (SaveElementType, error) + +``` + +## Remarks + + +## See Also + +* Class [DocxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DocxSaveOptions/SetAsFlatOpc/_index.md b/english/go-cpp/DocxSaveOptions/SetAsFlatOpc/_index.md new file mode 100644 index 00000000000..f1a69ac11b7 --- /dev/null +++ b/english/go-cpp/DocxSaveOptions/SetAsFlatOpc/_index.md @@ -0,0 +1,27 @@ +--- +title: SetAsFlatOpc Method +linktitle: SetAsFlatOpc +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetAsFlatOpc method. Encapsulates the function that represents setasflatopc in Go.' +type: docs +weight: 200 +url: /go-cpp/docxsaveoptions/setasflatopc/ +--- + +## SetAsFlatOpc function + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```go + +func (instance *DocxSaveOptions) SetAsFlatOpc(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [DocxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DocxSaveOptions/SetEmbedXlsxAsChartDataSource/_index.md b/english/go-cpp/DocxSaveOptions/SetEmbedXlsxAsChartDataSource/_index.md new file mode 100644 index 00000000000..541ad7d5877 --- /dev/null +++ b/english/go-cpp/DocxSaveOptions/SetEmbedXlsxAsChartDataSource/_index.md @@ -0,0 +1,27 @@ +--- +title: SetEmbedXlsxAsChartDataSource Method +linktitle: SetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetEmbedXlsxAsChartDataSource method. Encapsulates the function that represents setembedxlsxaschartdatasource in Go.' +type: docs +weight: 200 +url: /go-cpp/docxsaveoptions/setembedxlsxaschartdatasource/ +--- + +## SetEmbedXlsxAsChartDataSource function + +Indicates whether embedding an xlsx file as data source of the chart. + +```go + +func (instance *DocxSaveOptions) SetEmbedXlsxAsChartDataSource(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [DocxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DocxSaveOptions/SetSaveElementType/_index.md b/english/go-cpp/DocxSaveOptions/SetSaveElementType/_index.md new file mode 100644 index 00000000000..cdbdcef2231 --- /dev/null +++ b/english/go-cpp/DocxSaveOptions/SetSaveElementType/_index.md @@ -0,0 +1,27 @@ +--- +title: SetSaveElementType Method +linktitle: SetSaveElementType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetSaveElementType method. Encapsulates the function that represents setsaveelementtype in Go.' +type: docs +weight: 200 +url: /go-cpp/docxsaveoptions/setsaveelementtype/ +--- + +## SetSaveElementType function + +Indicates which elements should be saved. + +```go + +func (instance *DocxSaveOptions) SetSaveElementType(value SaveElementType) error + +``` + +## Remarks + + +## See Also + +* Class [DocxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/DocxSaveOptions/_index.md b/english/go-cpp/DocxSaveOptions/_index.md index 2a2a5d956e4..0c44d387cfe 100644 --- a/english/go-cpp/DocxSaveOptions/_index.md +++ b/english/go-cpp/DocxSaveOptions/_index.md @@ -34,6 +34,12 @@ type DocxSaveOptions struct { |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | |[GetSaveAsEditableShapes](./getsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | |[SetSaveAsEditableShapes](./setsaveaseditableshapes/) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | +|[GetEmbedXlsxAsChartDataSource](./getembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | +|[SetEmbedXlsxAsChartDataSource](./setembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | +|[GetAsFlatOpc](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +|[SetAsFlatOpc](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +|[GetSaveElementType](./getsaveelementtype/) | Indicates which elements should be saved. | +|[SetSaveElementType](./setsaveelementtype/) | Indicates which elements should be saved. | |[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. | |[SetAsNormalView](./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. | |[GetDefaultFont](./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. | diff --git a/english/go-cpp/EbookSaveOptions/GetEmbeddedFontType/_index.md b/english/go-cpp/EbookSaveOptions/GetEmbeddedFontType/_index.md new file mode 100644 index 00000000000..44971da6816 --- /dev/null +++ b/english/go-cpp/EbookSaveOptions/GetEmbeddedFontType/_index.md @@ -0,0 +1,27 @@ +--- +title: GetEmbeddedFontType Method +linktitle: GetEmbeddedFontType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetEmbeddedFontType method. Encapsulates the function that represents getembeddedfonttype in Go.' +type: docs +weight: 200 +url: /go-cpp/ebooksaveoptions/getembeddedfonttype/ +--- + +## GetEmbeddedFontType function + +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. + +```go + +func (instance *EbookSaveOptions) GetEmbeddedFontType() (HtmlEmbeddedFontType, error) + +``` + +## Remarks + + +## See Also + +* Class [EbookSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/EbookSaveOptions/SetEmbeddedFontType/_index.md b/english/go-cpp/EbookSaveOptions/SetEmbeddedFontType/_index.md new file mode 100644 index 00000000000..0eabd397351 --- /dev/null +++ b/english/go-cpp/EbookSaveOptions/SetEmbeddedFontType/_index.md @@ -0,0 +1,27 @@ +--- +title: SetEmbeddedFontType Method +linktitle: SetEmbeddedFontType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetEmbeddedFontType method. Encapsulates the function that represents setembeddedfonttype in Go.' +type: docs +weight: 200 +url: /go-cpp/ebooksaveoptions/setembeddedfonttype/ +--- + +## SetEmbeddedFontType function + +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. + +```go + +func (instance *EbookSaveOptions) SetEmbeddedFontType(value HtmlEmbeddedFontType) error + +``` + +## Remarks + + +## See Also + +* Class [EbookSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/EbookSaveOptions/_index.md b/english/go-cpp/EbookSaveOptions/_index.md index f9fb4892166..a301e239054 100644 --- a/english/go-cpp/EbookSaveOptions/_index.md +++ b/english/go-cpp/EbookSaveOptions/_index.md @@ -161,6 +161,8 @@ type EbookSaveOptions struct { |[SetHtmlVersion](./sethtmlversion/) | Specifies version of HTML standard that should be used when saving the HTML format.Default value is HtmlVersion.Default. | |[GetSheetSet](./getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | |[SetSheetSet](./setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +|[GetEmbeddedFontType](./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. | +|[SetEmbeddedFontType](./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. | |[GetSaveFormat](./getsaveformat/) | Gets the save file format. | |[GetClearData](./getcleardata/) | Make the workbook empty after saving the file. | |[SetClearData](./setcleardata/) | Make the workbook empty after saving the file. | diff --git a/english/go-cpp/FileFormatType/_index.md b/english/go-cpp/FileFormatType/_index.md index 1d53cb7babe..85577424029 100644 --- a/english/go-cpp/FileFormatType/_index.md +++ b/english/go-cpp/FileFormatType/_index.md @@ -90,6 +90,7 @@ type FileFormatType int32 |[Json](./json/) | Json | |[SqlScript](./sqlscript/) | Sql | |[Dbf](./dbf/) | Xbase Data file | +|[FlatOpc](./flatopc/) | Flat opc file | |[XHtml](./xhtml/) | Rrepesents XHtml file. | |[OneNote](./onenote/) | Rrepesents One Note file. | |[MicrosoftCabinet](./microsoftcabinet/) | Rrepesents Microsoft Cabinet file. | diff --git a/english/go-cpp/HtmlEmbeddedFontType/_index.md b/english/go-cpp/HtmlEmbeddedFontType/_index.md new file mode 100644 index 00000000000..d05034e10bd --- /dev/null +++ b/english/go-cpp/HtmlEmbeddedFontType/_index.md @@ -0,0 +1,27 @@ +--- +title: HtmlEmbeddedFontType Enum +linktitle: HtmlEmbeddedFontType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'HtmlEmbeddedFontType enum. Encapsulates the object that represents htmlembeddedfonttype in Go.' +type: docs +weight: 200 +url: /go-cpp/htmlembeddedfonttype/ +--- + +## HtmlEmbeddedFontType Enum + +Represents the embedded font type in html. + +```go + +type HtmlEmbeddedFontType int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[None](./none/) | Not embed font. | +|[Woff](./woff/) | Embed WOFF font. | diff --git a/english/go-cpp/HtmlSaveOptions/GetEmbeddedFontType/_index.md b/english/go-cpp/HtmlSaveOptions/GetEmbeddedFontType/_index.md new file mode 100644 index 00000000000..17d374e4bd1 --- /dev/null +++ b/english/go-cpp/HtmlSaveOptions/GetEmbeddedFontType/_index.md @@ -0,0 +1,27 @@ +--- +title: GetEmbeddedFontType Method +linktitle: GetEmbeddedFontType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetEmbeddedFontType method. Encapsulates the function that represents getembeddedfonttype in Go.' +type: docs +weight: 200 +url: /go-cpp/htmlsaveoptions/getembeddedfonttype/ +--- + +## GetEmbeddedFontType function + +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. + +```go + +func (instance *HtmlSaveOptions) GetEmbeddedFontType() (HtmlEmbeddedFontType, error) + +``` + +## Remarks + + +## See Also + +* Class [HtmlSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/HtmlSaveOptions/SetEmbeddedFontType/_index.md b/english/go-cpp/HtmlSaveOptions/SetEmbeddedFontType/_index.md new file mode 100644 index 00000000000..48bd6eb0a00 --- /dev/null +++ b/english/go-cpp/HtmlSaveOptions/SetEmbeddedFontType/_index.md @@ -0,0 +1,27 @@ +--- +title: SetEmbeddedFontType Method +linktitle: SetEmbeddedFontType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetEmbeddedFontType method. Encapsulates the function that represents setembeddedfonttype in Go.' +type: docs +weight: 200 +url: /go-cpp/htmlsaveoptions/setembeddedfonttype/ +--- + +## SetEmbeddedFontType function + +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. + +```go + +func (instance *HtmlSaveOptions) SetEmbeddedFontType(value HtmlEmbeddedFontType) error + +``` + +## Remarks + + +## See Also + +* Class [HtmlSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/HtmlSaveOptions/_index.md b/english/go-cpp/HtmlSaveOptions/_index.md index eb8ba5735dc..4966604f371 100644 --- a/english/go-cpp/HtmlSaveOptions/_index.md +++ b/english/go-cpp/HtmlSaveOptions/_index.md @@ -161,6 +161,8 @@ type HtmlSaveOptions struct { |[SetHtmlVersion](./sethtmlversion/) | Specifies version of HTML standard that should be used when saving the HTML format.Default value is HtmlVersion.Default. | |[GetSheetSet](./getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | |[SetSheetSet](./setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. | +|[GetEmbeddedFontType](./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. | +|[SetEmbeddedFontType](./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. | |[GetSaveFormat](./getsaveformat/) | Gets the save file format. | |[GetClearData](./getcleardata/) | Make the workbook empty after saving the file. | |[SetClearData](./setcleardata/) | Make the workbook empty after saving the file. | diff --git a/english/go-cpp/MarkdownSaveOptions/GetAlignColumnPadding/_index.md b/english/go-cpp/MarkdownSaveOptions/GetAlignColumnPadding/_index.md new file mode 100644 index 00000000000..66cfaa2df3f --- /dev/null +++ b/english/go-cpp/MarkdownSaveOptions/GetAlignColumnPadding/_index.md @@ -0,0 +1,27 @@ +--- +title: GetAlignColumnPadding Method +linktitle: GetAlignColumnPadding +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetAlignColumnPadding method. Encapsulates the function that represents getaligncolumnpadding in Go.' +type: docs +weight: 200 +url: /go-cpp/markdownsaveoptions/getaligncolumnpadding/ +--- + +## GetAlignColumnPadding function + +Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).Set to '\0' to disable column alignment (default). + +```go + +func (instance *MarkdownSaveOptions) GetAlignColumnPadding() (byte, error) + +``` + +## Remarks + + +## See Also + +* Class [MarkdownSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/MarkdownSaveOptions/GetExportHyperlinkAsReference/_index.md b/english/go-cpp/MarkdownSaveOptions/GetExportHyperlinkAsReference/_index.md new file mode 100644 index 00000000000..74ad8014560 --- /dev/null +++ b/english/go-cpp/MarkdownSaveOptions/GetExportHyperlinkAsReference/_index.md @@ -0,0 +1,27 @@ +--- +title: GetExportHyperlinkAsReference Method +linktitle: GetExportHyperlinkAsReference +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetExportHyperlinkAsReference method. Encapsulates the function that represents getexporthyperlinkasreference in Go.' +type: docs +weight: 200 +url: /go-cpp/markdownsaveoptions/getexporthyperlinkasreference/ +--- + +## GetExportHyperlinkAsReference function + +Exports hyperlink using reference definitions instead of inline format.The default value is false. + +```go + +func (instance *MarkdownSaveOptions) GetExportHyperlinkAsReference() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [MarkdownSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/MarkdownSaveOptions/SetAlignColumnPadding/_index.md b/english/go-cpp/MarkdownSaveOptions/SetAlignColumnPadding/_index.md new file mode 100644 index 00000000000..5d82a291f38 --- /dev/null +++ b/english/go-cpp/MarkdownSaveOptions/SetAlignColumnPadding/_index.md @@ -0,0 +1,27 @@ +--- +title: SetAlignColumnPadding Method +linktitle: SetAlignColumnPadding +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetAlignColumnPadding method. Encapsulates the function that represents setaligncolumnpadding in Go.' +type: docs +weight: 200 +url: /go-cpp/markdownsaveoptions/setaligncolumnpadding/ +--- + +## SetAlignColumnPadding function + +Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).Set to '\0' to disable column alignment (default). + +```go + +func (instance *MarkdownSaveOptions) SetAlignColumnPadding(value byte) error + +``` + +## Remarks + + +## See Also + +* Class [MarkdownSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/MarkdownSaveOptions/SetExportHyperlinkAsReference/_index.md b/english/go-cpp/MarkdownSaveOptions/SetExportHyperlinkAsReference/_index.md new file mode 100644 index 00000000000..5a8bbf72620 --- /dev/null +++ b/english/go-cpp/MarkdownSaveOptions/SetExportHyperlinkAsReference/_index.md @@ -0,0 +1,27 @@ +--- +title: SetExportHyperlinkAsReference Method +linktitle: SetExportHyperlinkAsReference +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetExportHyperlinkAsReference method. Encapsulates the function that represents setexporthyperlinkasreference in Go.' +type: docs +weight: 200 +url: /go-cpp/markdownsaveoptions/setexporthyperlinkasreference/ +--- + +## SetExportHyperlinkAsReference function + +Exports hyperlink using reference definitions instead of inline format.The default value is false. + +```go + +func (instance *MarkdownSaveOptions) SetExportHyperlinkAsReference(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [MarkdownSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/MarkdownSaveOptions/_index.md b/english/go-cpp/MarkdownSaveOptions/_index.md index f8f6e4d9f57..b4df5cee18e 100644 --- a/english/go-cpp/MarkdownSaveOptions/_index.md +++ b/english/go-cpp/MarkdownSaveOptions/_index.md @@ -46,6 +46,10 @@ type MarkdownSaveOptions struct { |[SetExportImagesAsBase64](./setexportimagesasbase64/) | Specifies whether images are saved in Base64 format to Markdown.The default value is true. | |[GetCalculateFormula](./getcalculateformula/) | Indicates whether to calculate formulas before saving markdown file. | |[SetCalculateFormula](./setcalculateformula/) | Indicates whether to calculate formulas before saving markdown file. | +|[GetExportHyperlinkAsReference](./getexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format.The default value is false. | +|[SetExportHyperlinkAsReference](./setexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format.The default value is false. | +|[GetAlignColumnPadding](./getaligncolumnpadding/) | Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).Set to '\0' to disable column alignment (default). | +|[SetAlignColumnPadding](./setaligncolumnpadding/) | Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).Set to '\0' to disable column alignment (default). | |[GetSaveFormat](./getsaveformat/) | Gets the save file format. | |[GetClearData](./getcleardata/) | Make the workbook empty after saving the file. | |[SetClearData](./setcleardata/) | Make the workbook empty after saving the file. | diff --git a/english/go-cpp/OoxmlSaveOptions/GetAsFlatOpc/_index.md b/english/go-cpp/OoxmlSaveOptions/GetAsFlatOpc/_index.md new file mode 100644 index 00000000000..763a1bb1285 --- /dev/null +++ b/english/go-cpp/OoxmlSaveOptions/GetAsFlatOpc/_index.md @@ -0,0 +1,27 @@ +--- +title: GetAsFlatOpc Method +linktitle: GetAsFlatOpc +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetAsFlatOpc method. Encapsulates the function that represents getasflatopc in Go.' +type: docs +weight: 200 +url: /go-cpp/ooxmlsaveoptions/getasflatopc/ +--- + +## GetAsFlatOpc function + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```go + +func (instance *OoxmlSaveOptions) GetAsFlatOpc() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [OoxmlSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/OoxmlSaveOptions/SetAsFlatOpc/_index.md b/english/go-cpp/OoxmlSaveOptions/SetAsFlatOpc/_index.md new file mode 100644 index 00000000000..041e0ba30f0 --- /dev/null +++ b/english/go-cpp/OoxmlSaveOptions/SetAsFlatOpc/_index.md @@ -0,0 +1,27 @@ +--- +title: SetAsFlatOpc Method +linktitle: SetAsFlatOpc +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetAsFlatOpc method. Encapsulates the function that represents setasflatopc in Go.' +type: docs +weight: 200 +url: /go-cpp/ooxmlsaveoptions/setasflatopc/ +--- + +## SetAsFlatOpc function + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```go + +func (instance *OoxmlSaveOptions) SetAsFlatOpc(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [OoxmlSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/OoxmlSaveOptions/_index.md b/english/go-cpp/OoxmlSaveOptions/_index.md index a7335414fb2..63bb9d6a6b9 100644 --- a/english/go-cpp/OoxmlSaveOptions/_index.md +++ b/english/go-cpp/OoxmlSaveOptions/_index.md @@ -32,6 +32,8 @@ type OoxmlSaveOptions struct { | Method | Description | | --- | --- | |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | +|[GetAsFlatOpc](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | +|[SetAsFlatOpc](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | |[GetExportCellName](./getexportcellname/) | Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file.If the output file may be accessed by SQL Server DTS, this value must be true.Setting the value to false will highly increase the performance and reduce the file size when creating large file.Default value is true. | |[SetExportCellName](./setexportcellname/) | Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file.If the output file may be accessed by SQL Server DTS, this value must be true.Setting the value to false will highly increase the performance and reduce the file size when creating large file.Default value is true. | |[GetUpdateZoom](./getupdatezoom/) | Indicates whether update scaling factor before saving the fileif the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled. | diff --git a/english/go-cpp/PptxSaveOptions/GetAsFlatOpc/_index.md b/english/go-cpp/PptxSaveOptions/GetAsFlatOpc/_index.md new file mode 100644 index 00000000000..e7bd2f73e7a --- /dev/null +++ b/english/go-cpp/PptxSaveOptions/GetAsFlatOpc/_index.md @@ -0,0 +1,27 @@ +--- +title: GetAsFlatOpc Method +linktitle: GetAsFlatOpc +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetAsFlatOpc method. Encapsulates the function that represents getasflatopc in Go.' +type: docs +weight: 200 +url: /go-cpp/pptxsaveoptions/getasflatopc/ +--- + +## GetAsFlatOpc function + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```go + +func (instance *PptxSaveOptions) GetAsFlatOpc() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [PptxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PptxSaveOptions/GetEmbedXlsxAsChartDataSource/_index.md b/english/go-cpp/PptxSaveOptions/GetEmbedXlsxAsChartDataSource/_index.md new file mode 100644 index 00000000000..415af6f5a6d --- /dev/null +++ b/english/go-cpp/PptxSaveOptions/GetEmbedXlsxAsChartDataSource/_index.md @@ -0,0 +1,27 @@ +--- +title: GetEmbedXlsxAsChartDataSource Method +linktitle: GetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetEmbedXlsxAsChartDataSource method. Encapsulates the function that represents getembedxlsxaschartdatasource in Go.' +type: docs +weight: 200 +url: /go-cpp/pptxsaveoptions/getembedxlsxaschartdatasource/ +--- + +## GetEmbedXlsxAsChartDataSource function + +Indicates whether embedding an xlsx file as data source of the chart. + +```go + +func (instance *PptxSaveOptions) GetEmbedXlsxAsChartDataSource() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [PptxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PptxSaveOptions/GetSaveAsEditableShapes/_index.md b/english/go-cpp/PptxSaveOptions/GetSaveAsEditableShapes/_index.md new file mode 100644 index 00000000000..cb65f1c4d34 --- /dev/null +++ b/english/go-cpp/PptxSaveOptions/GetSaveAsEditableShapes/_index.md @@ -0,0 +1,27 @@ +--- +title: GetSaveAsEditableShapes Method +linktitle: GetSaveAsEditableShapes +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetSaveAsEditableShapes method. Encapsulates the function that represents getsaveaseditableshapes in Go.' +type: docs +weight: 200 +url: /go-cpp/pptxsaveoptions/getsaveaseditableshapes/ +--- + +## GetSaveAsEditableShapes function + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```go + +func (instance *PptxSaveOptions) GetSaveAsEditableShapes() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [PptxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PptxSaveOptions/SetAsFlatOpc/_index.md b/english/go-cpp/PptxSaveOptions/SetAsFlatOpc/_index.md new file mode 100644 index 00000000000..aff5fe01958 --- /dev/null +++ b/english/go-cpp/PptxSaveOptions/SetAsFlatOpc/_index.md @@ -0,0 +1,27 @@ +--- +title: SetAsFlatOpc Method +linktitle: SetAsFlatOpc +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetAsFlatOpc method. Encapsulates the function that represents setasflatopc in Go.' +type: docs +weight: 200 +url: /go-cpp/pptxsaveoptions/setasflatopc/ +--- + +## SetAsFlatOpc function + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```go + +func (instance *PptxSaveOptions) SetAsFlatOpc(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [PptxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PptxSaveOptions/SetEmbedXlsxAsChartDataSource/_index.md b/english/go-cpp/PptxSaveOptions/SetEmbedXlsxAsChartDataSource/_index.md new file mode 100644 index 00000000000..bdb69dc520f --- /dev/null +++ b/english/go-cpp/PptxSaveOptions/SetEmbedXlsxAsChartDataSource/_index.md @@ -0,0 +1,27 @@ +--- +title: SetEmbedXlsxAsChartDataSource Method +linktitle: SetEmbedXlsxAsChartDataSource +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetEmbedXlsxAsChartDataSource method. Encapsulates the function that represents setembedxlsxaschartdatasource in Go.' +type: docs +weight: 200 +url: /go-cpp/pptxsaveoptions/setembedxlsxaschartdatasource/ +--- + +## SetEmbedXlsxAsChartDataSource function + +Indicates whether embedding an xlsx file as data source of the chart. + +```go + +func (instance *PptxSaveOptions) SetEmbedXlsxAsChartDataSource(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [PptxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PptxSaveOptions/SetSaveAsEditableShapes/_index.md b/english/go-cpp/PptxSaveOptions/SetSaveAsEditableShapes/_index.md new file mode 100644 index 00000000000..62bca6a9a08 --- /dev/null +++ b/english/go-cpp/PptxSaveOptions/SetSaveAsEditableShapes/_index.md @@ -0,0 +1,27 @@ +--- +title: SetSaveAsEditableShapes Method +linktitle: SetSaveAsEditableShapes +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetSaveAsEditableShapes method. Encapsulates the function that represents setsaveaseditableshapes in Go.' +type: docs +weight: 200 +url: /go-cpp/pptxsaveoptions/setsaveaseditableshapes/ +--- + +## SetSaveAsEditableShapes function + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```go + +func (instance *PptxSaveOptions) SetSaveAsEditableShapes(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [PptxSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/PptxSaveOptions/_index.md b/english/go-cpp/PptxSaveOptions/_index.md index 7c9c36f2028..ed2c2fc5049 100644 --- a/english/go-cpp/PptxSaveOptions/_index.md +++ b/english/go-cpp/PptxSaveOptions/_index.md @@ -34,10 +34,16 @@ type PptxSaveOptions struct { |[IsNull](./isnull/) | Checks whether the implementation object is nullptr. | |[GetIgnoreHiddenRows](./getignorehiddenrows/) | Inidicates whether ignoring hidden rows when converting Excel to PowerPoint. | |[SetIgnoreHiddenRows](./setignorehiddenrows/) | Inidicates whether ignoring hidden rows when converting Excel to PowerPoint. | +|[GetSaveAsEditableShapes](./getsaveaseditableshapes/) | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | +|[SetSaveAsEditableShapes](./setsaveaseditableshapes/) | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | +|[GetEmbedXlsxAsChartDataSource](./getembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | +|[SetEmbedXlsxAsChartDataSource](./setembedxlsxaschartdatasource/) | Indicates whether embedding an xlsx file as data source of the chart. | |[GetAdjustFontSizeForRowType](./getadjustfontsizeforrowtype/) | Represents what type of line needs to be adjusted size of font if height of row is small. | |[SetAdjustFontSizeForRowType](./setadjustfontsizeforrowtype/) | Represents what type of line needs to be adjusted size of font if height of row is small. | |[GetExportViewType](./getexportviewtype/) | Gets and sets the display type when exporting to PowerPoint.The default exporting type is working as printing. | |[SetExportViewType](./setexportviewtype/) | Gets and sets the display type when exporting to PowerPoint.The default exporting type is working as printing. | +|[GetAsFlatOpc](./getasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +|[SetAsFlatOpc](./setasflatopc/) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | |[GetDefaultFont](./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. | |[SetDefaultFont](./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. | |[GetCheckWorkbookDefaultFont](./getcheckworkbookdefaultfont/) | 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 this to true to try to use workbook's default font to show these characters first. | diff --git a/english/go-cpp/SaveElementType/_index.md b/english/go-cpp/SaveElementType/_index.md new file mode 100644 index 00000000000..bf93f9bdb7e --- /dev/null +++ b/english/go-cpp/SaveElementType/_index.md @@ -0,0 +1,27 @@ +--- +title: SaveElementType Enum +linktitle: SaveElementType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SaveElementType enum. Encapsulates the object that represents saveelementtype in Go.' +type: docs +weight: 200 +url: /go-cpp/saveelementtype/ +--- + +## SaveElementType Enum + +Represents what kind of elements should be saved. + +```go + +type SaveElementType int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[All](./all/) | All data. | +|[Chart](./chart/) | Only charts. | diff --git a/english/go-cpp/_index.md b/english/go-cpp/_index.md index f41c370b6cc..1fb03ba2df3 100644 --- a/english/go-cpp/_index.md +++ b/english/go-cpp/_index.md @@ -765,6 +765,7 @@ is_root: true |[ColorDepth](./colordepth/) | Enumerates Bit Depth Type for tiff image. | |[CommentTitleType](./commenttitletype/) | Represents comment title type while rendering when comment is set to display at end of sheet. | |[DrawObjectEnum](./drawobjectenum/) | Indicate Cell or Image of DrawObject. | +|[HtmlEmbeddedFontType](./htmlembeddedfonttype/) | Represents the embedded font type in html. | |[ImageBinarizationMethod](./imagebinarizationmethod/) | Specifies the method used to binarize image. | |[PdfCompliance](./pdfcompliance/) | Allowing user to set PDF conversion's Compatibility | |[PdfCompressionCore](./pdfcompressioncore/) | Specifies a type of compression applied to all content in the PDF file except images. | @@ -775,6 +776,7 @@ is_root: true |[TiffCompression](./tiffcompression/) | Specifies what type of compression to apply when saving images into TIFF format file. | |[SmartTagShowType](./smarttagshowtype/) | Represents the show type of the smart tag. | |[PowerQueryFormulaType](./powerqueryformulatype/) | Represents the type of power query formula. | +|[SaveElementType](./saveelementtype/) | Represents what kind of elements should be saved. | |[SqlScriptOperatorType](./sqlscriptoperatortype/) | Represents the type of operating data. | |[XAdESType](./xadestype/) | Type of XML Advanced Electronic Signature (XAdES). | |[RevisionActionType](./revisionactiontype/) | Represents the type of revision action. | diff --git a/english/java/com.aspose.cells/_index.md b/english/java/com.aspose.cells/_index.md index 840c92d97e9..443b101a727 100644 --- a/english/java/com.aspose.cells/_index.md +++ b/english/java/com.aspose.cells/_index.md @@ -315,6 +315,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl | [HorizontalPageBreakCollection](../com.aspose.cells/horizontalpagebreakcollection) | Encapsulates a collection of [HorizontalPageBreak](../com.aspose.cells/horizontalpagebreak) objects. | | [HtmlConverter](../com.aspose.cells/htmlconverter) | Converter for conversion between html files(html or mht) and other spreadsheet file formats. | | [HtmlCrossType](../com.aspose.cells/htmlcrosstype) | Represents five types of html cross string. | +| [HtmlEmbeddedFontType](../com.aspose.cells/htmlembeddedfonttype) | Represents the embedded font type in html. | | [HtmlExportDataOptions](../com.aspose.cells/htmlexportdataoptions) | Represents the options for exporting html data. | | [HtmlFormatHandlingType](../com.aspose.cells/htmlformathandlingtype) | Specifies how to handle formatting from the HTML source | | [HtmlHiddenColDisplayType](../com.aspose.cells/htmlhiddencoldisplaytype) | Represents two types of showing the hidden columns in html. | @@ -596,6 +597,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl | [RevisionType](../com.aspose.cells/revisiontype) | Represents the revision type. | | [Row](../com.aspose.cells/row) | Represents a single row in a worksheet. | | [RowCollection](../com.aspose.cells/rowcollection) | Collects the [Row](../com.aspose.cells/row) objects that represent the individual rows in a worksheet. | +| [SaveElementType](../com.aspose.cells/saveelementtype) | Represents what kind of elements should be saved. | | [SaveFormat](../com.aspose.cells/saveformat) | Represents the format in which the workbook is saved. | | [SaveOptions](../com.aspose.cells/saveoptions) | Represents all save options | | [Scenario](../com.aspose.cells/scenario) | Represents an individual scenario. | diff --git a/english/java/com.aspose.cells/copyoptions/_index.md b/english/java/com.aspose.cells/copyoptions/_index.md index 45e29e923ca..aa1f668173b 100644 --- a/english/java/com.aspose.cells/copyoptions/_index.md +++ b/english/java/com.aspose.cells/copyoptions/_index.md @@ -146,7 +146,7 @@ When copying the range in the same file and the chart refers to the source sheet **Remarks** -The default value is false, it works as MS Excel. +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" **Returns:** boolean @@ -273,7 +273,7 @@ When copying the range in the same file and the chart refers to the source sheet **Remarks** -The default value is false, it works as MS Excel. +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" **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/docxsaveoptions/_index.md b/english/java/com.aspose.cells/docxsaveoptions/_index.md index 7eab4cf4042..1b9503e9053 100644 --- a/english/java/com.aspose.cells/docxsaveoptions/_index.md +++ b/english/java/com.aspose.cells/docxsaveoptions/_index.md @@ -25,6 +25,7 @@ Represents options of saving .docx file. | --- | --- | | [equals(Object arg0)](#equals-java.lang.Object-) | | | [getAllColumnsInOnePagePerSheet()](#getAllColumnsInOnePagePerSheet--) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. | +| [getAsFlatOpc()](#getAsFlatOpc--) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [getAsNormalView()](#getAsNormalView--) | Exporting Excel file to docx fiel as normal view. | | [getCachedFileFolder()](#getCachedFileFolder--) | The folder for temporary files that may be used as data cache. | | [getCheckExcelRestriction()](#getCheckExcelRestriction--) | Whether check restriction of excel file when user modify cells related objects. | @@ -37,6 +38,7 @@ Represents options of saving .docx file. | [getDefaultEditLanguage()](#getDefaultEditLanguage--) | Gets default edit language. | | [getDefaultFont()](#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. | | [getDrawObjectEventHandler()](#getDrawObjectEventHandler--) | Implements this interface to get DrawObject and Bound when rendering. | +| [getEmbedXlsxAsChartDataSource()](#getEmbedXlsxAsChartDataSource--) | Indicates whether embedding an xlsx file as data source of the chart. | | [getEmfRenderSetting()](#getEmfRenderSetting--) | Setting for rendering Emf metafile. | | [getEncryptDocumentProperties()](#getEncryptDocumentProperties--) | Indicates whether encrypt document properties when saving as .xls file. | | [getGridlineColor()](#getGridlineColor--) | Gets gridline color. | @@ -52,6 +54,7 @@ Represents options of saving .docx file. | [getRefreshChartCache()](#getRefreshChartCache--) | Indicates whether refreshing chart cache data | | [getSaveAsEditableShapes()](#getSaveAsEditableShapes--) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | | [getSaveAsEditableShaps()](#getSaveAsEditableShaps--) | Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | +| [getSaveElementType()](#getSaveElementType--) | Indicates which elements should be saved. | | [getSaveFormat()](#getSaveFormat--) | Gets the save file format. | | [getSheetSet()](#getSheetSet--) | Gets the sheets to render. | | [getSortExternalNames()](#getSortExternalNames--) | Indicates whether sorting external defined names before saving file. | @@ -65,6 +68,7 @@ Represents options of saving .docx file. | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | | [setAllColumnsInOnePagePerSheet(boolean value)](#setAllColumnsInOnePagePerSheet-boolean-) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. | +| [setAsFlatOpc(boolean value)](#setAsFlatOpc-boolean-) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [setAsNormalView(boolean value)](#setAsNormalView-boolean-) | Exporting Excel file to docx fiel as normal view. | | [setCachedFileFolder(String value)](#setCachedFileFolder-java.lang.String-) | The folder for temporary files that may be used as data cache. | | [setCheckExcelRestriction(boolean value)](#setCheckExcelRestriction-boolean-) | Whether check restriction of excel file when user modify cells related objects. | @@ -76,6 +80,7 @@ Represents options of saving .docx file. | [setDefaultEditLanguage(int value)](#setDefaultEditLanguage-int-) | Sets default edit language. | | [setDefaultFont(String value)](#setDefaultFont-java.lang.String-) | 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. | | [setDrawObjectEventHandler(DrawObjectEventHandler value)](#setDrawObjectEventHandler-com.aspose.cells.DrawObjectEventHandler-) | Implements this interface to get DrawObject and Bound when rendering. | +| [setEmbedXlsxAsChartDataSource(boolean value)](#setEmbedXlsxAsChartDataSource-boolean-) | Indicates whether embedding an xlsx file as data source of the chart. | | [setEmfRenderSetting(int value)](#setEmfRenderSetting-int-) | Setting for rendering Emf metafile. | | [setEncryptDocumentProperties(boolean value)](#setEncryptDocumentProperties-boolean-) | Indicates whether encrypt document properties when saving as .xls file. | | [setFontSubstitutionCharGranularity(boolean value)](#setFontSubstitutionCharGranularity-boolean-) | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. | @@ -92,6 +97,7 @@ Represents options of saving .docx file. | [setRefreshChartCache(boolean value)](#setRefreshChartCache-boolean-) | Indicates whether refreshing chart cache data | | [setSaveAsEditableShapes(boolean value)](#setSaveAsEditableShapes-boolean-) | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | | [setSaveAsEditableShaps(boolean value)](#setSaveAsEditableShaps-boolean-) | Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | +| [setSaveElementType(int value)](#setSaveElementType-int-) | Indicates which elements should be saved. | | [setSheetSet(SheetSet value)](#setSheetSet-com.aspose.cells.SheetSet-) | Sets the sheets to render. | | [setSortExternalNames(boolean value)](#setSortExternalNames-boolean-) | Indicates whether sorting external defined names before saving file. | | [setSortNames(boolean value)](#setSortNames-boolean-) | Indicates whether sorting defined names before saving file. | @@ -147,6 +153,16 @@ public boolean 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. +**Returns:** +boolean +### getAsFlatOpc() {#getAsFlatOpc--} +``` +public boolean getAsFlatOpc() +``` + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + **Returns:** boolean ### getAsNormalView() {#getAsNormalView--} @@ -291,6 +307,20 @@ Implements this interface to get DrawObject and Bound when rendering. **Returns:** [DrawObjectEventHandler](../../com.aspose.cells/drawobjecteventhandler) +### getEmbedXlsxAsChartDataSource() {#getEmbedXlsxAsChartDataSource--} +``` +public boolean getEmbedXlsxAsChartDataSource() +``` + + +Indicates whether embedding an xlsx file as data source of the chart. + +**Remarks** + +The default value is true. + +**Returns:** +boolean ### getEmfRenderSetting() {#getEmfRenderSetting--} ``` public int getEmfRenderSetting() @@ -552,6 +582,18 @@ NOTE: This member is now obsolete. Instead, please use [getSaveAsEditableShapes( **Returns:** boolean +### getSaveElementType() {#getSaveElementType--} +``` +public int getSaveElementType() +``` + + +Indicates which elements should be saved. + +See [SaveElementType](../../com.aspose.cells/saveelementtype). + +**Returns:** +int ### getSaveFormat() {#getSaveFormat--} ``` public int getSaveFormat() @@ -712,6 +754,19 @@ If AllColumnsInOnePagePerSheet is true , all column content of one sheet will ou | --- | --- | --- | | value | boolean | | +### setAsFlatOpc(boolean value) {#setAsFlatOpc-boolean-} +``` +public void setAsFlatOpc(boolean value) +``` + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setAsNormalView(boolean value) {#setAsNormalView-boolean-} ``` public void setAsNormalView(boolean value) @@ -877,6 +932,23 @@ Implements this interface to get DrawObject and Bound when rendering. | --- | --- | --- | | value | [DrawObjectEventHandler](../../com.aspose.cells/drawobjecteventhandler) | | +### setEmbedXlsxAsChartDataSource(boolean value) {#setEmbedXlsxAsChartDataSource-boolean-} +``` +public void setEmbedXlsxAsChartDataSource(boolean value) +``` + + +Indicates whether embedding an xlsx file as data source of the chart. + +**Remarks** + +The default value is true. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setEmfRenderSetting(int value) {#setEmfRenderSetting-int-} ``` public void setEmfRenderSetting(int value) @@ -1139,6 +1211,21 @@ NOTE: This member is now obsolete. Instead, please use [getSaveAsEditableShapes( | --- | --- | --- | | value | boolean | | +### setSaveElementType(int value) {#setSaveElementType-int-} +``` +public void setSaveElementType(int value) +``` + + +Indicates which elements should be saved. + +See [SaveElementType](../../com.aspose.cells/saveelementtype). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### setSheetSet(SheetSet value) {#setSheetSet-com.aspose.cells.SheetSet-} ``` public void setSheetSet(SheetSet value) diff --git a/english/java/com.aspose.cells/ebooksaveoptions/_index.md b/english/java/com.aspose.cells/ebooksaveoptions/_index.md index 7466b774cc0..db60a49360d 100644 --- a/english/java/com.aspose.cells/ebooksaveoptions/_index.md +++ b/english/java/com.aspose.cells/ebooksaveoptions/_index.md @@ -40,6 +40,7 @@ Represents the options for saving ebook file. | [getDefaultFontName()](#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 will use universal font which have the same family with the original font, the default value is null. | | [getDisableCss()](#getDisableCss--) | Indicates whether only inline styles are applied, without relying on CSS. | | [getDisableDownlevelRevealedComments()](#getDisableDownlevelRevealedComments--) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [getEmbeddedFontType()](#getEmbeddedFontType--) | Gets the type of font that embedded in html. | | [getEnableCssCustomProperties()](#getEnableCssCustomProperties--) | Optimize the output of html by using CSS custom properties. | | [getEncodeEntityAsCode()](#getEncodeEntityAsCode--) | Indicates whether the html character entities are replaced with decimal code. | | [getEncoding()](#getEncoding--) | If not set,use Encoding.UTF8 as default enconding type. | @@ -127,6 +128,7 @@ Represents the options for saving ebook file. | [setDefaultFontName(String value)](#setDefaultFontName-java.lang.String-) | 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 will use universal font which have the same family with the original font, the default value is null. | | [setDisableCss(boolean value)](#setDisableCss-boolean-) | Indicates whether only inline styles are applied, without relying on CSS. | | [setDisableDownlevelRevealedComments(boolean value)](#setDisableDownlevelRevealedComments-boolean-) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [setEmbeddedFontType(int value)](#setEmbeddedFontType-int-) | Sets the type of font that embedded in html. | | [setEnableCssCustomProperties(boolean value)](#setEnableCssCustomProperties-boolean-) | Optimize the output of html by using CSS custom properties. | | [setEncodeEntityAsCode(boolean value)](#setEncodeEntityAsCode-boolean-) | Indicates whether the html character entities are replaced with decimal code. | | [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | If not set,use Encoding.UTF8 as default enconding type. | @@ -404,6 +406,18 @@ Indicates if disable Downlevel-revealed conditional comments when exporting file **Returns:** boolean +### getEmbeddedFontType() {#getEmbeddedFontType--} +``` +public int getEmbeddedFontType() +``` + + +Gets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.NONE](../../com.aspose.cells/htmlembeddedfonttype\#NONE) which indicates that it will not embed font in html. + +See [HtmlEmbeddedFontType](../../com.aspose.cells/htmlembeddedfonttype). + +**Returns:** +int ### getEnableCssCustomProperties() {#getEnableCssCustomProperties--} ``` public boolean getEnableCssCustomProperties() @@ -1402,6 +1416,21 @@ Indicates if disable Downlevel-revealed conditional comments when exporting file | --- | --- | --- | | value | boolean | | +### setEmbeddedFontType(int value) {#setEmbeddedFontType-int-} +``` +public void setEmbeddedFontType(int value) +``` + + +Sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.NONE](../../com.aspose.cells/htmlembeddedfonttype\#NONE) which indicates that it will not embed font in html. + +See [HtmlEmbeddedFontType](../../com.aspose.cells/htmlembeddedfonttype). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### setEnableCssCustomProperties(boolean value) {#setEnableCssCustomProperties-boolean-} ``` public void setEnableCssCustomProperties(boolean value) diff --git a/english/java/com.aspose.cells/fileformattype/_index.md b/english/java/com.aspose.cells/fileformattype/_index.md index 59b268604a9..b8776dfcd50 100644 --- a/english/java/com.aspose.cells/fileformattype/_index.md +++ b/english/java/com.aspose.cells/fileformattype/_index.md @@ -35,6 +35,7 @@ Represents the file format types. | [EXCEL_4](#EXCEL-4) | Represents an Excel4.0 xls file. | | [EXCEL_95](#EXCEL-95) | Represents an Excel95 xls file. | | [EXCEL_97_TO_2003](#EXCEL-97-TO-2003) | Excel97-2003 spreadsheet file. | +| [FLAT_OPC](#FLAT-OPC) | Flat opc file | | [FODS](#FODS) | Represents OpenDocument Flat XML Spreadsheet (.fods) file format. | | [GIF](#GIF) | Gif | | [GRAPH_CHART](#GRAPH-CHART) | Represents embedded graph chart. | @@ -288,6 +289,14 @@ public static final int EXCEL_97_TO_2003 Excel97-2003 spreadsheet file. +### FLAT_OPC {#FLAT-OPC} +``` +public static final int FLAT_OPC +``` + + +Flat opc file + ### FODS {#FODS} ``` public static final int FODS diff --git a/english/java/com.aspose.cells/htmlembeddedfonttype/_index.md b/english/java/com.aspose.cells/htmlembeddedfonttype/_index.md new file mode 100644 index 00000000000..636b79ab09a --- /dev/null +++ b/english/java/com.aspose.cells/htmlembeddedfonttype/_index.md @@ -0,0 +1,146 @@ +--- +title: HtmlEmbeddedFontType +second_title: Aspose.Cells for Java API Reference +description: Represents the embedded font type in html. +type: docs +url: /java/com.aspose.cells/htmlembeddedfonttype/ +--- + +**Inheritance:** +java.lang.Object +``` +public final class HtmlEmbeddedFontType +``` + +Represents the embedded font type in html. +## Fields + +| Field | Description | +| --- | --- | +| [NONE](#NONE) | Not embed font. | +| [WOFF](#WOFF) | Embed WOFF font. | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getClass()](#getClass--) | | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### NONE {#NONE} +``` +public static final int NONE +``` + + +Not embed font. + +### WOFF {#WOFF} +``` +public static final int WOFF +``` + + +Embed WOFF font. + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.cells/htmlsaveoptions/_index.md b/english/java/com.aspose.cells/htmlsaveoptions/_index.md index 9f132f78a13..4fa2c80ea07 100644 --- a/english/java/com.aspose.cells/htmlsaveoptions/_index.md +++ b/english/java/com.aspose.cells/htmlsaveoptions/_index.md @@ -40,6 +40,7 @@ Represents the options for saving html file. | [getDefaultFontName()](#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 will use universal font which have the same family with the original font, the default value is null. | | [getDisableCss()](#getDisableCss--) | Indicates whether only inline styles are applied, without relying on CSS. | | [getDisableDownlevelRevealedComments()](#getDisableDownlevelRevealedComments--) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [getEmbeddedFontType()](#getEmbeddedFontType--) | Gets the type of font that embedded in html. | | [getEnableCssCustomProperties()](#getEnableCssCustomProperties--) | Optimize the output of html by using CSS custom properties. | | [getEncodeEntityAsCode()](#getEncodeEntityAsCode--) | Indicates whether the html character entities are replaced with decimal code. | | [getEncoding()](#getEncoding--) | If not set,use Encoding.UTF8 as default enconding type. | @@ -127,6 +128,7 @@ Represents the options for saving html file. | [setDefaultFontName(String value)](#setDefaultFontName-java.lang.String-) | 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 will use universal font which have the same family with the original font, the default value is null. | | [setDisableCss(boolean value)](#setDisableCss-boolean-) | Indicates whether only inline styles are applied, without relying on CSS. | | [setDisableDownlevelRevealedComments(boolean value)](#setDisableDownlevelRevealedComments-boolean-) | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [setEmbeddedFontType(int value)](#setEmbeddedFontType-int-) | Sets the type of font that embedded in html. | | [setEnableCssCustomProperties(boolean value)](#setEnableCssCustomProperties-boolean-) | Optimize the output of html by using CSS custom properties. | | [setEncodeEntityAsCode(boolean value)](#setEncodeEntityAsCode-boolean-) | Indicates whether the html character entities are replaced with decimal code. | | [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | If not set,use Encoding.UTF8 as default enconding type. | @@ -404,6 +406,18 @@ Indicates if disable Downlevel-revealed conditional comments when exporting file **Returns:** boolean +### getEmbeddedFontType() {#getEmbeddedFontType--} +``` +public int getEmbeddedFontType() +``` + + +Gets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.NONE](../../com.aspose.cells/htmlembeddedfonttype\#NONE) which indicates that it will not embed font in html. + +See [HtmlEmbeddedFontType](../../com.aspose.cells/htmlembeddedfonttype). + +**Returns:** +int ### getEnableCssCustomProperties() {#getEnableCssCustomProperties--} ``` public boolean getEnableCssCustomProperties() @@ -1402,6 +1416,21 @@ Indicates if disable Downlevel-revealed conditional comments when exporting file | --- | --- | --- | | value | boolean | | +### setEmbeddedFontType(int value) {#setEmbeddedFontType-int-} +``` +public void setEmbeddedFontType(int value) +``` + + +Sets the type of font that embedded in html. Default value is [HtmlEmbeddedFontType.NONE](../../com.aspose.cells/htmlembeddedfonttype\#NONE) which indicates that it will not embed font in html. + +See [HtmlEmbeddedFontType](../../com.aspose.cells/htmlembeddedfonttype). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### setEnableCssCustomProperties(boolean value) {#setEnableCssCustomProperties-boolean-} ``` public void setEnableCssCustomProperties(boolean value) diff --git a/english/java/com.aspose.cells/markdownsaveoptions/_index.md b/english/java/com.aspose.cells/markdownsaveoptions/_index.md index 8ce108cc7ef..f9244fb1bee 100644 --- a/english/java/com.aspose.cells/markdownsaveoptions/_index.md +++ b/english/java/com.aspose.cells/markdownsaveoptions/_index.md @@ -23,6 +23,7 @@ Represents the save options for markdown. | Method | Description | | --- | --- | | [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getAlignColumnPadding()](#getAlignColumnPadding--) | Indicates whether column alignment is enabled for generated Markdown tables. | | [getCachedFileFolder()](#getCachedFileFolder--) | The folder for temporary files that may be used as data cache. | | [getCalculateFormula()](#getCalculateFormula--) | Indicates whether to calculate formulas before saving markdown file. | | [getCheckExcelRestriction()](#getCheckExcelRestriction--) | Whether check restriction of excel file when user modify cells related objects. | @@ -31,6 +32,7 @@ Represents the save options for markdown. | [getCreateDirectory()](#getCreateDirectory--) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [getEncoding()](#getEncoding--) | Gets the default encoding. | | [getEncryptDocumentProperties()](#getEncryptDocumentProperties--) | Indicates whether encrypt document properties when saving as .xls file. | +| [getExportHyperlinkAsReference()](#getExportHyperlinkAsReference--) | Exports hyperlink using reference definitions instead of inline format. | | [getExportImagesAsBase64()](#getExportImagesAsBase64--) | Specifies whether images are saved in Base64 format to Markdown. | | [getFormatStrategy()](#getFormatStrategy--) | Gets the format strategy when exporting the cell value as string. | | [getImageOptions()](#getImageOptions--) | Get the ImageOrPrintOptions object before exporting | @@ -50,6 +52,7 @@ Represents the save options for markdown. | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | +| [setAlignColumnPadding(char value)](#setAlignColumnPadding-char-) | Indicates whether column alignment is enabled for generated Markdown tables. | | [setCachedFileFolder(String value)](#setCachedFileFolder-java.lang.String-) | The folder for temporary files that may be used as data cache. | | [setCalculateFormula(boolean value)](#setCalculateFormula-boolean-) | Indicates whether to calculate formulas before saving markdown file. | | [setCheckExcelRestriction(boolean value)](#setCheckExcelRestriction-boolean-) | Whether check restriction of excel file when user modify cells related objects. | @@ -57,6 +60,7 @@ Represents the save options for markdown. | [setCreateDirectory(boolean value)](#setCreateDirectory-boolean-) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | Sets the default encoding. | | [setEncryptDocumentProperties(boolean value)](#setEncryptDocumentProperties-boolean-) | Indicates whether encrypt document properties when saving as .xls file. | +| [setExportHyperlinkAsReference(boolean value)](#setExportHyperlinkAsReference-boolean-) | Exports hyperlink using reference definitions instead of inline format. | | [setExportImagesAsBase64(boolean value)](#setExportImagesAsBase64-boolean-) | Specifies whether images are saved in Base64 format to Markdown. | | [setFormatStrategy(int value)](#setFormatStrategy-int-) | Sets the format strategy when exporting the cell value as string. | | [setLightCellsDataProvider(LightCellsDataProvider value)](#setLightCellsDataProvider-com.aspose.cells.LightCellsDataProvider-) | The Data provider to provide cells data for saving workbook in light mode. | @@ -98,6 +102,16 @@ public boolean equals(Object arg0) **Returns:** boolean +### getAlignColumnPadding() {#getAlignColumnPadding--} +``` +public char getAlignColumnPadding() +``` + + +Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\\0' to disable column alignment (default). + +**Returns:** +char ### getCachedFileFolder() {#getCachedFileFolder--} ``` public String getCachedFileFolder() @@ -192,6 +206,16 @@ Indicates whether encrypt document properties when saving as .xls file. The defa Only for .xls,xlsx,xlsb and xlsm file. +**Returns:** +boolean +### getExportHyperlinkAsReference() {#getExportHyperlinkAsReference--} +``` +public boolean getExportHyperlinkAsReference() +``` + + +Exports hyperlink using reference definitions instead of inline format. The default value is false. + **Returns:** boolean ### getExportImagesAsBase64() {#getExportImagesAsBase64--} @@ -406,6 +430,19 @@ public final native void notifyAll() +### setAlignColumnPadding(char value) {#setAlignColumnPadding-char-} +``` +public void setAlignColumnPadding(char value) +``` + + +Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\\0' to disable column alignment (default). + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | char | | + ### setCachedFileFolder(String value) {#setCachedFileFolder-java.lang.String-} ``` public void setCachedFileFolder(String value) @@ -513,6 +550,19 @@ Only for .xls,xlsx,xlsb and xlsm file. | --- | --- | --- | | value | boolean | | +### setExportHyperlinkAsReference(boolean value) {#setExportHyperlinkAsReference-boolean-} +``` +public void setExportHyperlinkAsReference(boolean value) +``` + + +Exports hyperlink using reference definitions instead of inline format. The default value is false. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setExportImagesAsBase64(boolean value) {#setExportImagesAsBase64-boolean-} ``` public void setExportImagesAsBase64(boolean value) diff --git a/english/java/com.aspose.cells/ooxmlsaveoptions/_index.md b/english/java/com.aspose.cells/ooxmlsaveoptions/_index.md index bda5dfc9a44..942b4f28d18 100644 --- a/english/java/com.aspose.cells/ooxmlsaveoptions/_index.md +++ b/english/java/com.aspose.cells/ooxmlsaveoptions/_index.md @@ -24,6 +24,7 @@ Represents the options of saving office open xml file. | Method | Description | | --- | --- | | [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getAsFlatOpc()](#getAsFlatOpc--) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [getCachedFileFolder()](#getCachedFileFolder--) | The folder for temporary files that may be used as data cache. | | [getCheckExcelRestriction()](#getCheckExcelRestriction--) | Whether check restriction of excel file when user modify cells related objects. | | [getClass()](#getClass--) | | @@ -48,6 +49,7 @@ Represents the options of saving office open xml file. | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | +| [setAsFlatOpc(boolean value)](#setAsFlatOpc-boolean-) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [setCachedFileFolder(String value)](#setCachedFileFolder-java.lang.String-) | The folder for temporary files that may be used as data cache. | | [setCheckExcelRestriction(boolean value)](#setCheckExcelRestriction-boolean-) | Whether check restriction of excel file when user modify cells related objects. | | [setClearData(boolean value)](#setClearData-boolean-) | Make the workbook empty after saving the file. | @@ -105,6 +107,16 @@ public boolean equals(Object arg0) | --- | --- | --- | | arg0 | java.lang.Object | | +**Returns:** +boolean +### getAsFlatOpc() {#getAsFlatOpc--} +``` +public boolean getAsFlatOpc() +``` + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + **Returns:** boolean ### getCachedFileFolder() {#getCachedFileFolder--} @@ -383,6 +395,19 @@ public final native void notifyAll() +### setAsFlatOpc(boolean value) {#setAsFlatOpc-boolean-} +``` +public void setAsFlatOpc(boolean value) +``` + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setCachedFileFolder(String value) {#setCachedFileFolder-java.lang.String-} ``` public void setCachedFileFolder(String value) diff --git a/english/java/com.aspose.cells/pptxsaveoptions/_index.md b/english/java/com.aspose.cells/pptxsaveoptions/_index.md index 73cec400f6a..f18f215198b 100644 --- a/english/java/com.aspose.cells/pptxsaveoptions/_index.md +++ b/english/java/com.aspose.cells/pptxsaveoptions/_index.md @@ -26,6 +26,7 @@ Represents the pptx save options. | [equals(Object arg0)](#equals-java.lang.Object-) | | | [getAdjustFontSizeForRowType()](#getAdjustFontSizeForRowType--) | Represents what type of line needs to be adjusted size of font if height of row is small. | | [getAllColumnsInOnePagePerSheet()](#getAllColumnsInOnePagePerSheet--) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. | +| [getAsFlatOpc()](#getAsFlatOpc--) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [getCachedFileFolder()](#getCachedFileFolder--) | The folder for temporary files that may be used as data cache. | | [getCheckExcelRestriction()](#getCheckExcelRestriction--) | Whether check restriction of excel file when user modify cells related objects. | | [getCheckFontCompatibility()](#getCheckFontCompatibility--) | Indicates whether to check font compatibility for every character in text. | @@ -37,6 +38,7 @@ Represents the pptx save options. | [getDefaultEditLanguage()](#getDefaultEditLanguage--) | Gets default edit language. | | [getDefaultFont()](#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. | | [getDrawObjectEventHandler()](#getDrawObjectEventHandler--) | Implements this interface to get DrawObject and Bound when rendering. | +| [getEmbedXlsxAsChartDataSource()](#getEmbedXlsxAsChartDataSource--) | Indicates whether embedding an xlsx file as data source of the chart. | | [getEmfRenderSetting()](#getEmfRenderSetting--) | Setting for rendering Emf metafile. | | [getEncryptDocumentProperties()](#getEncryptDocumentProperties--) | Indicates whether encrypt document properties when saving as .xls file. | | [getExportViewType()](#getExportViewType--) | Gets the display type when exporting to PowerPoint. | @@ -52,6 +54,7 @@ Represents the pptx save options. | [getPageSavingCallback()](#getPageSavingCallback--) | Control/Indicate progress of page saving process. | | [getPrintingPageType()](#getPrintingPageType--) | Indicates which pages will not be printed. | | [getRefreshChartCache()](#getRefreshChartCache--) | Indicates whether refreshing chart cache data | +| [getSaveAsEditableShapes()](#getSaveAsEditableShapes--) | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | | [getSaveFormat()](#getSaveFormat--) | Gets the save file format. | | [getSheetSet()](#getSheetSet--) | Gets the sheets to render. | | [getSortExternalNames()](#getSortExternalNames--) | Indicates whether sorting external defined names before saving file. | @@ -66,6 +69,7 @@ Represents the pptx save options. | [notifyAll()](#notifyAll--) | | | [setAdjustFontSizeForRowType(int value)](#setAdjustFontSizeForRowType-int-) | Represents what type of line needs to be adjusted size of font if height of row is small. | | [setAllColumnsInOnePagePerSheet(boolean value)](#setAllColumnsInOnePagePerSheet-boolean-) | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. | +| [setAsFlatOpc(boolean value)](#setAsFlatOpc-boolean-) | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [setCachedFileFolder(String value)](#setCachedFileFolder-java.lang.String-) | The folder for temporary files that may be used as data cache. | | [setCheckExcelRestriction(boolean value)](#setCheckExcelRestriction-boolean-) | Whether check restriction of excel file when user modify cells related objects. | | [setCheckFontCompatibility(boolean value)](#setCheckFontCompatibility-boolean-) | Indicates whether to check font compatibility for every character in text. | @@ -76,6 +80,7 @@ Represents the pptx save options. | [setDefaultEditLanguage(int value)](#setDefaultEditLanguage-int-) | Sets default edit language. | | [setDefaultFont(String value)](#setDefaultFont-java.lang.String-) | 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. | | [setDrawObjectEventHandler(DrawObjectEventHandler value)](#setDrawObjectEventHandler-com.aspose.cells.DrawObjectEventHandler-) | Implements this interface to get DrawObject and Bound when rendering. | +| [setEmbedXlsxAsChartDataSource(boolean value)](#setEmbedXlsxAsChartDataSource-boolean-) | Indicates whether embedding an xlsx file as data source of the chart. | | [setEmfRenderSetting(int value)](#setEmfRenderSetting-int-) | Setting for rendering Emf metafile. | | [setEncryptDocumentProperties(boolean value)](#setEncryptDocumentProperties-boolean-) | Indicates whether encrypt document properties when saving as .xls file. | | [setExportViewType(int value)](#setExportViewType-int-) | Sets the display type when exporting to PowerPoint. | @@ -92,6 +97,7 @@ Represents the pptx save options. | [setPageSavingCallback(IPageSavingCallback value)](#setPageSavingCallback-com.aspose.cells.IPageSavingCallback-) | Control/Indicate progress of page saving process. | | [setPrintingPageType(int value)](#setPrintingPageType-int-) | Indicates which pages will not be printed. | | [setRefreshChartCache(boolean value)](#setRefreshChartCache-boolean-) | Indicates whether refreshing chart cache data | +| [setSaveAsEditableShapes(boolean value)](#setSaveAsEditableShapes-boolean-) | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | | [setSheetSet(SheetSet value)](#setSheetSet-com.aspose.cells.SheetSet-) | Sets the sheets to render. | | [setSortExternalNames(boolean value)](#setSortExternalNames-boolean-) | Indicates whether sorting external defined names before saving file. | | [setSortNames(boolean value)](#setSortNames-boolean-) | Indicates whether sorting defined names before saving file. | @@ -159,6 +165,16 @@ public boolean 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. +**Returns:** +boolean +### getAsFlatOpc() {#getAsFlatOpc--} +``` +public boolean getAsFlatOpc() +``` + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + **Returns:** boolean ### getCachedFileFolder() {#getCachedFileFolder--} @@ -293,6 +309,20 @@ Implements this interface to get DrawObject and Bound when rendering. **Returns:** [DrawObjectEventHandler](../../com.aspose.cells/drawobjecteventhandler) +### getEmbedXlsxAsChartDataSource() {#getEmbedXlsxAsChartDataSource--} +``` +public boolean getEmbedXlsxAsChartDataSource() +``` + + +Indicates whether embedding an xlsx file as data source of the chart. + +**Remarks** + +The default value is true. + +**Returns:** +boolean ### getEmfRenderSetting() {#getEmfRenderSetting--} ``` public int getEmfRenderSetting() @@ -546,6 +576,20 @@ public boolean getRefreshChartCache() Indicates whether refreshing chart cache data +**Returns:** +boolean +### getSaveAsEditableShapes() {#getSaveAsEditableShapes--} +``` +public boolean getSaveAsEditableShapes() +``` + + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +**Remarks** + +Only for charts. + **Returns:** boolean ### getSaveFormat() {#getSaveFormat--} @@ -723,6 +767,19 @@ If AllColumnsInOnePagePerSheet is true , all column content of one sheet will ou | --- | --- | --- | | value | boolean | | +### setAsFlatOpc(boolean value) {#setAsFlatOpc-boolean-} +``` +public void setAsFlatOpc(boolean value) +``` + + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setCachedFileFolder(String value) {#setCachedFileFolder-java.lang.String-} ``` public void setCachedFileFolder(String value) @@ -875,6 +932,23 @@ Implements this interface to get DrawObject and Bound when rendering. | --- | --- | --- | | value | [DrawObjectEventHandler](../../com.aspose.cells/drawobjecteventhandler) | | +### setEmbedXlsxAsChartDataSource(boolean value) {#setEmbedXlsxAsChartDataSource-boolean-} +``` +public void setEmbedXlsxAsChartDataSource(boolean value) +``` + + +Indicates whether embedding an xlsx file as data source of the chart. + +**Remarks** + +The default value is true. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setEmfRenderSetting(int value) {#setEmfRenderSetting-int-} ``` public void setEmfRenderSetting(int value) @@ -1131,6 +1205,23 @@ Indicates whether refreshing chart cache data | --- | --- | --- | | value | boolean | | +### setSaveAsEditableShapes(boolean value) {#setSaveAsEditableShapes-boolean-} +``` +public void setSaveAsEditableShapes(boolean value) +``` + + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +**Remarks** + +Only for charts. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setSheetSet(SheetSet value) {#setSheetSet-com.aspose.cells.SheetSet-} ``` public void setSheetSet(SheetSet value) diff --git a/english/java/com.aspose.cells/saveelementtype/_index.md b/english/java/com.aspose.cells/saveelementtype/_index.md new file mode 100644 index 00000000000..61022a4f8f8 --- /dev/null +++ b/english/java/com.aspose.cells/saveelementtype/_index.md @@ -0,0 +1,146 @@ +--- +title: SaveElementType +second_title: Aspose.Cells for Java API Reference +description: Represents what kind of elements should be saved. +type: docs +url: /java/com.aspose.cells/saveelementtype/ +--- + +**Inheritance:** +java.lang.Object +``` +public final class SaveElementType +``` + +Represents what kind of elements should be saved. +## Fields + +| Field | Description | +| --- | --- | +| [ALL](#ALL) | All data. | +| [CHART](#CHART) | Only charts. | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getClass()](#getClass--) | | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### ALL {#ALL} +``` +public static final int ALL +``` + + +All data. + +### CHART {#CHART} +``` +public static final int CHART +``` + + +Only charts. + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.cells/workbookdesigner/_index.md b/english/java/com.aspose.cells/workbookdesigner/_index.md index 55170fcf3c8..ca0b4a93740 100644 --- a/english/java/com.aspose.cells/workbookdesigner/_index.md +++ b/english/java/com.aspose.cells/workbookdesigner/_index.md @@ -55,6 +55,7 @@ Encapsulates the object that represents a designer spreadsheet. | [getSortDataSource()](#getSortDataSource--) | Indicates whether sorting data source. | | [getUpdateEmptyStringAsNull()](#getUpdateEmptyStringAsNull--) | If TRUE, Null will be inserted if the value is ""; | | [getUpdateReference()](#getUpdateReference--) | Indicates if references in other worksheets will be updated. | +| [getVariablesWorksheetName()](#getVariablesWorksheetName--) | Gets the name of the worksheet which contains variables smart marker. | | [getWorkbook()](#getWorkbook--) | Gets the [Workbook](../../com.aspose.cells/workbook) object. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | @@ -77,6 +78,7 @@ Encapsulates the object that represents a designer spreadsheet. | [setSortDataSource(boolean value)](#setSortDataSource-boolean-) | Indicates whether sorting data source. | | [setUpdateEmptyStringAsNull(boolean value)](#setUpdateEmptyStringAsNull-boolean-) | If TRUE, Null will be inserted if the value is ""; | | [setUpdateReference(boolean value)](#setUpdateReference-boolean-) | Indicates if references in other worksheets will be updated. | +| [setVariablesWorksheetName(String value)](#setVariablesWorksheetName-java.lang.String-) | Sets the name of the worksheet which contains variables smart marker. | | [setWorkbook(Workbook value)](#setWorkbook-com.aspose.cells.Workbook-) | Sets the [Workbook](../../com.aspose.cells/workbook) object. | | [toString()](#toString--) | | | [wait()](#wait--) | | @@ -117,7 +119,11 @@ public boolean containsVariables() ``` -Indicates whether the first worksheet contains custom variables. +Indicates whether the first worksheet contains custom variables. + +**Remarks** + +NOTE: This member is now obsolete. Instead, please use WorkbookDesigner.VariablesWorksheetName property, instead. This property will be removed 3 months later since September 2025. Aspose apologizes for any inconvenience you may have experienced. **Returns:** boolean @@ -238,6 +244,16 @@ Indicates if references in other worksheets will be updated. **Returns:** boolean +### getVariablesWorksheetName() {#getVariablesWorksheetName--} +``` +public String getVariablesWorksheetName() +``` + + +Gets the name of the worksheet which contains variables smart marker. + +**Returns:** +java.lang.String ### getWorkbook() {#getWorkbook--} ``` public Workbook getWorkbook() @@ -363,7 +379,11 @@ public void setContainsVariables(boolean value) ``` -Indicates whether the first worksheet contains custom variables. +Indicates whether the first worksheet contains custom variables. + +**Remarks** + +NOTE: This member is now obsolete. Instead, please use WorkbookDesigner.VariablesWorksheetName property, instead. This property will be removed 3 months later since September 2025. Aspose apologizes for any inconvenience you may have experienced. **Parameters:** | Parameter | Type | Description | @@ -527,6 +547,19 @@ Indicates if references in other worksheets will be updated. | --- | --- | --- | | value | boolean | | +### setVariablesWorksheetName(String value) {#setVariablesWorksheetName-java.lang.String-} +``` +public void setVariablesWorksheetName(String value) +``` + + +Sets the name of the worksheet which contains variables smart marker. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setWorkbook(Workbook value) {#setWorkbook-com.aspose.cells.Workbook-} ``` public void setWorkbook(Workbook value) diff --git a/english/java/com.aspose.gridjs/_index.md b/english/java/com.aspose.gridjs/_index.md index 334b90e965b..2e37814d9d1 100644 --- a/english/java/com.aspose.gridjs/_index.md +++ b/english/java/com.aspose.gridjs/_index.md @@ -14,6 +14,8 @@ Provides simple apis to view or edit spreadsheet file through json operation. | Class | Description | | --- | --- | +| [CoWorkOperationType](../com.aspose.gridjs/coworkoperationtype) | Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future. | +| [CoWorkUserPermission](../com.aspose.gridjs/coworkuserpermission) | represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future. | | [Config](../com.aspose.gridjs/config) | Represents all the static settings for GridJs | | [GridAbstractCalculationEngine](../com.aspose.gridjs/gridabstractcalculationengine) | Represents user's custom calculation engine to extend the default calculation engine of Aspose.Cells. | | [GridCacheForStream](../com.aspose.gridjs/gridcacheforstream) | This class contains the cache operations for GridJs. | @@ -22,6 +24,7 @@ Provides simple apis to view or edit spreadsheet file through json operation. | [GridExceptionType](../com.aspose.gridjs/gridexceptiontype) | Represents custom exception code for GridJs. | | [GridInterruptMonitor](../com.aspose.gridjs/gridinterruptmonitor) | Represents all operator about the calculation interrupt. | | [GridJsOptions](../com.aspose.gridjs/gridjsoptions) | Represents all the load options for GridJs | +| [GridJsPermissionException](../com.aspose.gridjs/gridjspermissionexception) | represents permission exception in collaboration mode.only available in java version now, will be available in .net/python version in future. | | [GridJsService](../com.aspose.gridjs/gridjsservice) | Provides the basic operation apis used in controller actions. | | [GridJsWorkbook](../com.aspose.gridjs/gridjsworkbook) | Represents the main entry class for GridJs | | [GridLoadFormat](../com.aspose.gridjs/gridloadformat) | Represents the load file format. | @@ -34,4 +37,5 @@ Provides simple apis to view or edit spreadsheet file through json operation. | Interface | Description | | --- | --- | +| [CoWorkUserProvider](../com.aspose.gridjs/coworkuserprovider) | Represents the user provider inerface in collabration mode.only available in java version now, will be available in .net/python version in future. | | [IGridJsService](../com.aspose.gridjs/igridjsservice) | Reprensents the basic operation apis interface used in controller actions. | diff --git a/english/java/com.aspose.gridjs/config/_index.md b/english/java/com.aspose.gridjs/config/_index.md index a08bfe27371..7c32b5fbfc5 100644 --- a/english/java/com.aspose.gridjs/config/_index.md +++ b/english/java/com.aspose.gridjs/config/_index.md @@ -36,6 +36,7 @@ Represents all the static settings for GridJs | [getMaxShapeOrImageCount()](#getMaxShapeOrImageCount--) | Gets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true. | | [getMaxShapeOrImageWidthOrHeight()](#getMaxShapeOrImageWidthOrHeight--) | Gets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true. | | [getMaxTotalShapeOrImageCount()](#getMaxTotalShapeOrImageCount--) | Gets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true. | +| [getMessageTopic()](#getMessageTopic--) | Gets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. | | [getPictureCacheDirectory()](#getPictureCacheDirectory--) | Gets the cache directory for pictures. | | [getSameImageDetecting()](#getSameImageDetecting--) | Gets whether to check if images have same source,the default is true the default value is true. | | [getSaveHtmlAsZip()](#getSaveHtmlAsZip--) | Gets whether to save html file as zip archive,the default is false. | @@ -61,6 +62,7 @@ Represents all the static settings for GridJs | [setMaxShapeOrImageCount(int value)](#setMaxShapeOrImageCount-int-) | Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true. | | [setMaxShapeOrImageWidthOrHeight(int value)](#setMaxShapeOrImageWidthOrHeight-int-) | Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true. | | [setMaxTotalShapeOrImageCount(int value)](#setMaxTotalShapeOrImageCount-int-) | Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true. | +| [setMessageTopic(String value)](#setMessageTopic-java.lang.String-) | Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. | | [setPictureCacheDirectory(String value)](#setPictureCacheDirectory-java.lang.String-) | Sets the cache directory for pictures. | | [setSameImageDetecting(boolean value)](#setSameImageDetecting-boolean-) | Sets whether to check if images have same source,the default is true the default value is true. | | [setSaveHtmlAsZip(boolean value)](#setSaveHtmlAsZip-boolean-) | Sets whether to save html file as zip archive,the default is false. | @@ -222,6 +224,16 @@ Gets the total count of the display shapes or images in the workbook,it takes ef **Returns:** int +### getMessageTopic() {#getMessageTopic--} +``` +public static String getMessageTopic() +``` + + +Gets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. + +**Returns:** +java.lang.String ### getPictureCacheDirectory() {#getPictureCacheDirectory--} ``` public static String getPictureCacheDirectory() @@ -515,6 +527,19 @@ Sets the total count of the display shapes or images in the workbook,it takes ef | --- | --- | --- | | value | int | | +### setMessageTopic(String value) {#setMessageTopic-java.lang.String-} +``` +public static void setMessageTopic(String value) +``` + + +Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setPictureCacheDirectory(String value) {#setPictureCacheDirectory-java.lang.String-} ``` public static void setPictureCacheDirectory(String value) diff --git a/english/java/com.aspose.gridjs/coworkoperationtype/_index.md b/english/java/com.aspose.gridjs/coworkoperationtype/_index.md new file mode 100644 index 00000000000..fd048c4d300 --- /dev/null +++ b/english/java/com.aspose.gridjs/coworkoperationtype/_index.md @@ -0,0 +1,272 @@ +--- +title: CoWorkOperationType +second_title: Aspose.Cells for Java API Reference +description: Represents the action operation type in collabration mode.only available in java version now will be available in .netython version in future. +type: docs +url: /java/com.aspose.gridjs/coworkoperationtype/ +--- + +**Inheritance:** +java.lang.Object +``` +public final class CoWorkOperationType +``` + +Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future. +## Fields + +| Field | Description | +| --- | --- | +| [ADD_IMAGE](#ADD-IMAGE) | Add image operation (editable) | +| [ADMIN_CONFIG](#ADMIN-CONFIG) | Admin configuration operation (administrative) | +| [COPY_IMAGE](#COPY-IMAGE) | Copy image operation (editable) | +| [DELETE_COLUMN](#DELETE-COLUMN) | Delete column operation (editable) | +| [DELETE_ROW](#DELETE-ROW) | Delete row operation (editable) | +| [DOWNLOAD](#DOWNLOAD) | Download operation | +| [EDIT](#EDIT) | Edit operation (editable) | +| [GET_IMAGE](#GET-IMAGE) | Get image operation (read-only) | +| [GET_OLE](#GET-OLE) | Get OLE object operation (read-only) | +| [INSERT_COLUMN](#INSERT-COLUMN) | Insert column operation (editable) | +| [INSERT_ROW](#INSERT-ROW) | Insert row operation (editable) | +| [LOAD](#LOAD) | Load operation (read-only) | +| [LOAD_SHEET](#LOAD-SHEET) | Load sheet operation (read-only) | +| [UPDATE_CELL](#UPDATE-CELL) | Update cell operation (editable) | +| [USER_MANAGEMENT](#USER-MANAGEMENT) | User management operation (administrative) | +| [VIEW](#VIEW) | View operation (read-only) | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getClass()](#getClass--) | | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### ADD_IMAGE {#ADD-IMAGE} +``` +public static final int ADD_IMAGE +``` + + +Add image operation (editable) + +### ADMIN_CONFIG {#ADMIN-CONFIG} +``` +public static final int ADMIN_CONFIG +``` + + +Admin configuration operation (administrative) + +### COPY_IMAGE {#COPY-IMAGE} +``` +public static final int COPY_IMAGE +``` + + +Copy image operation (editable) + +### DELETE_COLUMN {#DELETE-COLUMN} +``` +public static final int DELETE_COLUMN +``` + + +Delete column operation (editable) + +### DELETE_ROW {#DELETE-ROW} +``` +public static final int DELETE_ROW +``` + + +Delete row operation (editable) + +### DOWNLOAD {#DOWNLOAD} +``` +public static final int DOWNLOAD +``` + + +Download operation + +### EDIT {#EDIT} +``` +public static final int EDIT +``` + + +Edit operation (editable) + +### GET_IMAGE {#GET-IMAGE} +``` +public static final int GET_IMAGE +``` + + +Get image operation (read-only) + +### GET_OLE {#GET-OLE} +``` +public static final int GET_OLE +``` + + +Get OLE object operation (read-only) + +### INSERT_COLUMN {#INSERT-COLUMN} +``` +public static final int INSERT_COLUMN +``` + + +Insert column operation (editable) + +### INSERT_ROW {#INSERT-ROW} +``` +public static final int INSERT_ROW +``` + + +Insert row operation (editable) + +### LOAD {#LOAD} +``` +public static final int LOAD +``` + + +Load operation (read-only) + +### LOAD_SHEET {#LOAD-SHEET} +``` +public static final int LOAD_SHEET +``` + + +Load sheet operation (read-only) + +### UPDATE_CELL {#UPDATE-CELL} +``` +public static final int UPDATE_CELL +``` + + +Update cell operation (editable) + +### USER_MANAGEMENT {#USER-MANAGEMENT} +``` +public static final int USER_MANAGEMENT +``` + + +User management operation (administrative) + +### VIEW {#VIEW} +``` +public static final int VIEW +``` + + +View operation (read-only) + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.gridjs/coworkuserpermission/_index.md b/english/java/com.aspose.gridjs/coworkuserpermission/_index.md new file mode 100644 index 00000000000..355e92e8ce0 --- /dev/null +++ b/english/java/com.aspose.gridjs/coworkuserpermission/_index.md @@ -0,0 +1,164 @@ +--- +title: CoWorkUserPermission +second_title: Aspose.Cells for Java API Reference +description: represent the user permission in collaboration mode.only available in java version now will be available in .netython version in future. +type: docs +url: /java/com.aspose.gridjs/coworkuserpermission/ +--- + +**Inheritance:** +java.lang.Object +``` +public final class CoWorkUserPermission +``` + +represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future. +## Fields + +| Field | Description | +| --- | --- | +| [ADMIN](#ADMIN) | Administrator permission,User has full access including management operations | +| [DOWNLOAD](#DOWNLOAD) | Download permission,User can view,edit and download the content to local storage | +| [EDITABLE](#EDITABLE) | Editable permission,User can view and edit the content | +| [READ_ONLY](#READ-ONLY) | Read-only permission,User can only view the content but cannot make any modifications | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getClass()](#getClass--) | | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### ADMIN {#ADMIN} +``` +public static final int ADMIN +``` + + +Administrator permission,User has full access including management operations + +### DOWNLOAD {#DOWNLOAD} +``` +public static final int DOWNLOAD +``` + + +Download permission,User can view,edit and download the content to local storage + +### EDITABLE {#EDITABLE} +``` +public static final int EDITABLE +``` + + +Editable permission,User can view and edit the content + +### READ_ONLY {#READ-ONLY} +``` +public static final int READ_ONLY +``` + + +Read-only permission,User can only view the content but cannot make any modifications + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.gridjs/coworkuserprovider/_index.md b/english/java/com.aspose.gridjs/coworkuserprovider/_index.md new file mode 100644 index 00000000000..cf85e4a384a --- /dev/null +++ b/english/java/com.aspose.gridjs/coworkuserprovider/_index.md @@ -0,0 +1,49 @@ +--- +title: CoWorkUserProvider +second_title: Aspose.Cells for Java API Reference +description: Represents the user provider inerface in collabration mode.only available in java version now will be available in .netython version in future. +type: docs +url: /java/com.aspose.gridjs/coworkuserprovider/ +--- +``` +public interface CoWorkUserProvider +``` + +Represents the user provider inerface in collabration mode.only available in java version now, will be available in .net/python version in future. Customer application can implement this interface to provide the user information. +## Methods + +| Method | Description | +| --- | --- | +| [getCurrentUserId()](#getCurrentUserId--) | Gets the unique identifier of the current user | +| [getCurrentUserName()](#getCurrentUserName--) | Gets the username of the current user | +| [getPermission()](#getPermission--) | Gets the permission level of the current user | +### getCurrentUserId() {#getCurrentUserId--} +``` +public abstract long getCurrentUserId() +``` + + +Gets the unique identifier of the current user + +**Returns:** +long - Current user ID +### getCurrentUserName() {#getCurrentUserName--} +``` +public abstract String getCurrentUserName() +``` + + +Gets the username of the current user + +**Returns:** +java.lang.String - Current username +### getPermission() {#getPermission--} +``` +public abstract int getPermission() +``` + + +Gets the permission level of the current user + +**Returns:** +int - [CoWorkUserPermission](../../com.aspose.gridjs/coworkuserpermission). Current user permission level diff --git a/english/java/com.aspose.gridjs/gridjsoptions/_index.md b/english/java/com.aspose.gridjs/gridjsoptions/_index.md index 3ba0cf45441..f2982be84ac 100644 --- a/english/java/com.aspose.gridjs/gridjsoptions/_index.md +++ b/english/java/com.aspose.gridjs/gridjsoptions/_index.md @@ -42,6 +42,7 @@ Represents all the load options for GridJs | [getMaxShapeOrImageCount()](#getMaxShapeOrImageCount--) | Gets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true. | | [getMaxShapeOrImageWidthOrHeight()](#getMaxShapeOrImageWidthOrHeight--) | Gets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true. | | [getMaxTotalShapeOrImageCount()](#getMaxTotalShapeOrImageCount--) | Gets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true. | +| [getMessageTopic()](#getMessageTopic--) | Gets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. | | [getPictureCacheDirectory()](#getPictureCacheDirectory--) | Gets the cache directory for pictures. | | [getSameImageDetecting()](#getSameImageDetecting--) | Gets whether to check if images have same source,the default is true the default value is true. | | [getSaveHtmlAsZip()](#getSaveHtmlAsZip--) | Gets whether to save html file as zip archive,the default is false. | @@ -66,6 +67,7 @@ Represents all the load options for GridJs | [setMaxShapeOrImageCount(int value)](#setMaxShapeOrImageCount-int-) | Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true. | | [setMaxShapeOrImageWidthOrHeight(int value)](#setMaxShapeOrImageWidthOrHeight-int-) | Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true. | | [setMaxTotalShapeOrImageCount(int value)](#setMaxTotalShapeOrImageCount-int-) | Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true. | +| [setMessageTopic(String value)](#setMessageTopic-java.lang.String-) | Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. | | [setPictureCacheDirectory(String value)](#setPictureCacheDirectory-java.lang.String-) | Sets the cache directory for pictures. | | [setSameImageDetecting(boolean value)](#setSameImageDetecting-boolean-) | Sets whether to check if images have same source,the default is true the default value is true. | | [setSaveHtmlAsZip(boolean value)](#setSaveHtmlAsZip-boolean-) | Sets whether to save html file as zip archive,the default is false. | @@ -245,6 +247,16 @@ Gets the total count of the display shapes or images in the workbook,it takes ef **Returns:** int +### getMessageTopic() {#getMessageTopic--} +``` +public String getMessageTopic() +``` + + +Gets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. + +**Returns:** +java.lang.String ### getPictureCacheDirectory() {#getPictureCacheDirectory--} ``` public String getPictureCacheDirectory() @@ -523,6 +535,19 @@ Sets the total count of the display shapes or images in the workbook,it takes ef | --- | --- | --- | | value | int | | +### setMessageTopic(String value) {#setMessageTopic-java.lang.String-} +``` +public void setMessageTopic(String value) +``` + + +Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setPictureCacheDirectory(String value) {#setPictureCacheDirectory-java.lang.String-} ``` public void setPictureCacheDirectory(String value) diff --git a/english/java/com.aspose.gridjs/gridjspermissionexception/_index.md b/english/java/com.aspose.gridjs/gridjspermissionexception/_index.md new file mode 100644 index 00000000000..7b6989ee9d4 --- /dev/null +++ b/english/java/com.aspose.gridjs/gridjspermissionexception/_index.md @@ -0,0 +1,341 @@ +--- +title: GridJsPermissionException +second_title: Aspose.Cells for Java API Reference +description: represents permission exception in collaboration mode.only available in java version now will be available in .netython version in future. +type: docs +url: /java/com.aspose.gridjs/gridjspermissionexception/ +--- + +**Inheritance:** +java.lang.Object, java.lang.Throwable, java.lang.Exception +``` +public class GridJsPermissionException extends Exception +``` + +represents permission exception in collaboration mode.only available in java version now, will be available in .net/python version in future. +## Constructors + +| Constructor | Description | +| --- | --- | +| [GridJsPermissionException(String operation, int requiredPermission, int currentPermission)](#GridJsPermissionException-java.lang.String-int-int-) | Constructs a permission exception | +| [GridJsPermissionException(String message, String operation, int requiredPermission, int currentPermission)](#GridJsPermissionException-java.lang.String-java.lang.String-int-int-) | Constructs a permission exception | +## Methods + +| Method | Description | +| --- | --- | +| [addSuppressed(Throwable arg0)](#addSuppressed-java.lang.Throwable-) | | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [fillInStackTrace()](#fillInStackTrace--) | | +| [getCause()](#getCause--) | | +| [getClass()](#getClass--) | | +| [getCurrentPermission()](#getCurrentPermission--) | Gets the current permission level of the user | +| [getLocalizedMessage()](#getLocalizedMessage--) | | +| [getMessage()](#getMessage--) | | +| [getOperation()](#getOperation--) | Gets the operation that was attempted to execute | +| [getRequiredPermission()](#getRequiredPermission--) | Gets the permission level required for the operation | +| [getStackTrace()](#getStackTrace--) | | +| [getSuppressed()](#getSuppressed--) | | +| [hashCode()](#hashCode--) | | +| [initCause(Throwable arg0)](#initCause-java.lang.Throwable-) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [printStackTrace()](#printStackTrace--) | | +| [printStackTrace(PrintStream arg0)](#printStackTrace-java.io.PrintStream-) | | +| [printStackTrace(PrintWriter arg0)](#printStackTrace-java.io.PrintWriter-) | | +| [setStackTrace(StackTraceElement[] arg0)](#setStackTrace-java.lang.StackTraceElement---) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### GridJsPermissionException(String operation, int requiredPermission, int currentPermission) {#GridJsPermissionException-java.lang.String-int-int-} +``` +public GridJsPermissionException(String operation, int requiredPermission, int currentPermission) +``` + + +Constructs a permission exception + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| operation | java.lang.String | Operation attempted to execute | +| requiredPermission | int | [CoWorkUserPermission](../../com.aspose.gridjs/coworkuserpermission). Permission required for the operation | +| currentPermission | int | [CoWorkUserPermission](../../com.aspose.gridjs/coworkuserpermission). Current user permission | + +### GridJsPermissionException(String message, String operation, int requiredPermission, int currentPermission) {#GridJsPermissionException-java.lang.String-java.lang.String-int-int-} +``` +public GridJsPermissionException(String message, String operation, int requiredPermission, int currentPermission) +``` + + +Constructs a permission exception + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| message | java.lang.String | Custom error message | +| operation | java.lang.String | Operation attempted to execute | +| requiredPermission | int | [CoWorkUserPermission](../../com.aspose.gridjs/coworkuserpermission). Permission required for the operation | +| currentPermission | int | [CoWorkUserPermission](../../com.aspose.gridjs/coworkuserpermission). Current user permission | + +### addSuppressed(Throwable arg0) {#addSuppressed-java.lang.Throwable-} +``` +public final synchronized void addSuppressed(Throwable arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Throwable | | + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### fillInStackTrace() {#fillInStackTrace--} +``` +public synchronized Throwable fillInStackTrace() +``` + + + + +**Returns:** +java.lang.Throwable +### getCause() {#getCause--} +``` +public synchronized Throwable getCause() +``` + + + + +**Returns:** +java.lang.Throwable +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getCurrentPermission() {#getCurrentPermission--} +``` +public int getCurrentPermission() +``` + + +Gets the current permission level of the user + +**Returns:** +int - [CoWorkUserPermission](../../com.aspose.gridjs/coworkuserpermission). Current user permission level +### getLocalizedMessage() {#getLocalizedMessage--} +``` +public String getLocalizedMessage() +``` + + + + +**Returns:** +java.lang.String +### getMessage() {#getMessage--} +``` +public String getMessage() +``` + + + + +**Returns:** +java.lang.String +### getOperation() {#getOperation--} +``` +public String getOperation() +``` + + +Gets the operation that was attempted to execute + +**Returns:** +java.lang.String - Operation name +### getRequiredPermission() {#getRequiredPermission--} +``` +public int getRequiredPermission() +``` + + +Gets the permission level required for the operation + +**Returns:** +int - [CoWorkUserPermission](../../com.aspose.gridjs/coworkuserpermission). Required permission level +### getStackTrace() {#getStackTrace--} +``` +public StackTraceElement[] getStackTrace() +``` + + + + +**Returns:** +java.lang.StackTraceElement[] +### getSuppressed() {#getSuppressed--} +``` +public final synchronized Throwable[] getSuppressed() +``` + + + + +**Returns:** +java.lang.Throwable[] +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### initCause(Throwable arg0) {#initCause-java.lang.Throwable-} +``` +public synchronized Throwable initCause(Throwable arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Throwable | | + +**Returns:** +java.lang.Throwable +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### printStackTrace() {#printStackTrace--} +``` +public void printStackTrace() +``` + + + + +### printStackTrace(PrintStream arg0) {#printStackTrace-java.io.PrintStream-} +``` +public void printStackTrace(PrintStream arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.io.PrintStream | | + +### printStackTrace(PrintWriter arg0) {#printStackTrace-java.io.PrintWriter-} +``` +public void printStackTrace(PrintWriter arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.io.PrintWriter | | + +### setStackTrace(StackTraceElement[] arg0) {#setStackTrace-java.lang.StackTraceElement---} +``` +public void setStackTrace(StackTraceElement[] arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.StackTraceElement[] | | + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.gridjs/gridjsservice/_index.md b/english/java/com.aspose.gridjs/gridjsservice/_index.md index 4f6b0b01ece..ab79bd6d7cd 100644 --- a/english/java/com.aspose.gridjs/gridjsservice/_index.md +++ b/english/java/com.aspose.gridjs/gridjsservice/_index.md @@ -27,7 +27,6 @@ Provides the basic operation apis used in controller actions. | --- | --- | | [addImage(String p, String uid, InputStream filestream)](#addImage-java.lang.String-java.lang.String-java.io.InputStream-) | Applies the add image from local file operation. | | [addImageByURL(String p, String uid, InputStream filestream, String imageurl)](#addImageByURL-java.lang.String-java.lang.String-java.io.InputStream-java.lang.String-) | Applies the add image from local file operation. | -| [checkAndSyncForCollaborative(String uid)](#checkAndSyncForCollaborative-java.lang.String-) | Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. | | [checkInCacheForCollaborative(String uid)](#checkInCacheForCollaborative-java.lang.String-) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. | | [copyImage(String p, String uid)](#copyImage-java.lang.String-java.lang.String-) | Applies the copy image operation. | | [detailFileJsonWithUid(String filePath, String uid)](#detailFileJsonWithUid-java.lang.String-java.lang.String-) | Gets JSON string for the file by the specified unique id. . | @@ -99,19 +98,6 @@ Applies the add image from local file operation. **Returns:** java.lang.String - The JSON string result -### checkAndSyncForCollaborative(String uid) {#checkAndSyncForCollaborative-java.lang.String-} -``` -public void checkAndSyncForCollaborative(String uid) -``` - - -Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. - -**Parameters:** -| Parameter | Type | Description | -| --- | --- | --- | -| uid | java.lang.String | | - ### checkInCacheForCollaborative(String uid) {#checkInCacheForCollaborative-java.lang.String-} ``` public boolean checkInCacheForCollaborative(String uid) diff --git a/english/java/com.aspose.gridjs/gridjsworkbook/_index.md b/english/java/com.aspose.gridjs/gridjsworkbook/_index.md index 0074af71a50..c86c2591d94 100644 --- a/english/java/com.aspose.gridjs/gridjsworkbook/_index.md +++ b/english/java/com.aspose.gridjs/gridjsworkbook/_index.md @@ -24,6 +24,7 @@ Represents the main entry class for GridJs | --- | --- | | [CacheImp](#CacheImp) | Custom implemention for cache storage,If you want to store cache in stream way ,you need to set and implement it. | | [CalculateEngine](#CalculateEngine) | Custom implemention for calculation engine ,If you want to do custom calculation, you need to set and implement it. | +| [PICTURE_TYPE](#PICTURE-TYPE) | const value for the type of the image | | [UpdateMonitor](#UpdateMonitor) | Gets/Sets the update monitor to track update operation | ## Methods @@ -101,6 +102,14 @@ public static GridAbstractCalculationEngine CalculateEngine Custom implemention for calculation engine ,If you want to do custom calculation, you need to set and implement it. +### PICTURE_TYPE {#PICTURE-TYPE} +``` +public static final String PICTURE_TYPE +``` + + +const value for the type of the image + ### UpdateMonitor {#UpdateMonitor} ``` public static GridUpdateMonitor UpdateMonitor diff --git a/english/java/com.aspose.gridjs/igridjsservice/_index.md b/english/java/com.aspose.gridjs/igridjsservice/_index.md index 48fce871ed2..969feeb8304 100644 --- a/english/java/com.aspose.gridjs/igridjsservice/_index.md +++ b/english/java/com.aspose.gridjs/igridjsservice/_index.md @@ -16,7 +16,6 @@ Reprensents the basic operation apis interface used in controller actions. | --- | --- | | [addImage(String p, String uid, InputStream filestream)](#addImage-java.lang.String-java.lang.String-java.io.InputStream-) | Applies the add image from local file operation. | | [addImageByURL(String p, String uid, InputStream filestream, String imageurl)](#addImageByURL-java.lang.String-java.lang.String-java.io.InputStream-java.lang.String-) | Applies the add image from remote URL operation. | -| [checkAndSyncForCollaborative(String uid)](#checkAndSyncForCollaborative-java.lang.String-) | Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. | | [checkInCacheForCollaborative(String uid)](#checkInCacheForCollaborative-java.lang.String-) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. | | [copyImage(String p, String uid)](#copyImage-java.lang.String-java.lang.String-) | Applies the copy image operation. | | [detailFileJsonWithUid(String filePath, String uid)](#detailFileJsonWithUid-java.lang.String-java.lang.String-) | Gets JSON string for the file by the specified unique id. . | @@ -66,19 +65,6 @@ Applies the add image from remote URL operation. **Returns:** java.lang.String -### checkAndSyncForCollaborative(String uid) {#checkAndSyncForCollaborative-java.lang.String-} -``` -public abstract void checkAndSyncForCollaborative(String uid) -``` - - -Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. - -**Parameters:** -| Parameter | Type | Description | -| --- | --- | --- | -| uid | java.lang.String | | - ### checkInCacheForCollaborative(String uid) {#checkInCacheForCollaborative-java.lang.String-} ``` public abstract boolean checkInCacheForCollaborative(String uid) diff --git a/english/javascript-cpp/_index.md b/english/javascript-cpp/_index.md index 5df416d153d..44e4077d601 100644 --- a/english/javascript-cpp/_index.md +++ b/english/javascript-cpp/_index.md @@ -638,6 +638,7 @@ is_root: true | [GridlineType](./gridlinetype) | Enumerates grid line Type. | | [HeaderFooterCommandType](./headerfootercommandtype) | Represents the command type of header and footer. | | [HtmlCrossType](./htmlcrosstype) | Represents five types of html cross string. | +| [HtmlEmbeddedFontType](./htmlembeddedfonttype) | Represents the embedded font type in html. | | [HtmlExportDataOptions](./htmlexportdataoptions) | Represents the options for exporting html data. | | [HtmlFormatHandlingType](./htmlformathandlingtype) | Specifies how to handle formatting from the HTML source | | [HtmlHiddenColDisplayType](./htmlhiddencoldisplaytype) | Represents two types of showing the hidden columns in html. | @@ -747,6 +748,7 @@ is_root: true | [ResourceLoadingType](./resourceloadingtype) | Represents how to loading the linked resource. | | [RevisionActionType](./revisionactiontype) | Represents the type of revision action. | | [RevisionType](./revisiontype) | Represents the revision type. | +| [SaveElementType](./saveelementtype) | Represents what kind of elements should be saved. | | [SaveFormat](./saveformat) | Represents the format in which the workbook is saved. | | [SelectionType](./selectiontype) | The selection type of list box. | | [SensitivityLabelAssignmentType](./sensitivitylabelassignmenttype) | Represents the assignment method for the sensitivity label. | diff --git a/english/javascript-cpp/copyoptions/_index.md b/english/javascript-cpp/copyoptions/_index.md index 650fae03102..9ed5878c8bd 100644 --- a/english/javascript-cpp/copyoptions/_index.md +++ b/english/javascript-cpp/copyoptions/_index.md @@ -120,6 +120,6 @@ referToDestinationSheet : boolean; **Remarks** -The default value is false, it works as MS Excel. +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" diff --git a/english/javascript-cpp/docxsaveoptions/_index.md b/english/javascript-cpp/docxsaveoptions/_index.md index df23b076195..cebafcaae35 100644 --- a/english/javascript-cpp/docxsaveoptions/_index.md +++ b/english/javascript-cpp/docxsaveoptions/_index.md @@ -29,6 +29,9 @@ class DocxSaveOptions extends PaginatedSaveOptions; | --- | --- | --- | | [saveAsEditableShaps](#saveAsEditableShaps--)| boolean | Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | | [saveAsEditableShapes](#saveAsEditableShapes--)| boolean | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | +| [embedXlsxAsChartDataSource](#embedXlsxAsChartDataSource--)| boolean | Indicates whether embedding an xlsx file as data source of the chart. | +| [asFlatOpc](#asFlatOpc--)| boolean | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +| [saveElementType](#saveElementType--)| SaveElementType | Indicates which elements should be saved. | | [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. | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | @@ -126,6 +129,37 @@ saveAsEditableShapes : boolean; Only for charts. +### embedXlsxAsChartDataSource {#embedXlsxAsChartDataSource--} + +Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +embedXlsxAsChartDataSource : boolean; +``` + + +**Remarks** + +The default value is true. + +### asFlatOpc {#asFlatOpc--} + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +asFlatOpc : boolean; +``` + + +### saveElementType {#saveElementType--} + +Indicates which elements should be saved. + +```javascript +saveElementType : SaveElementType; +``` + + ### asNormalView {#asNormalView--} 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. diff --git a/english/javascript-cpp/ebooksaveoptions/_index.md b/english/javascript-cpp/ebooksaveoptions/_index.md index ebf179ef79a..50f08adfb33 100644 --- a/english/javascript-cpp/ebooksaveoptions/_index.md +++ b/english/javascript-cpp/ebooksaveoptions/_index.md @@ -107,6 +107,7 @@ class EbookSaveOptions extends HtmlSaveOptions; | [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. | | [htmlVersion](#htmlVersion--)| HtmlVersion | Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. | | [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/). | +| [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. | ### constructor() {#constructor--} @@ -920,4 +921,13 @@ sheetSet : SheetSet; ``` +### embeddedFontType {#embeddedFontType--} + +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. + +```javascript +embeddedFontType : HtmlEmbeddedFontType; +``` + + diff --git a/english/javascript-cpp/fileformattype/_index.md b/english/javascript-cpp/fileformattype/_index.md index fdb0d065f8b..2f66fd9f4c0 100644 --- a/english/javascript-cpp/fileformattype/_index.md +++ b/english/javascript-cpp/fileformattype/_index.md @@ -80,6 +80,7 @@ Represents the file format types. | Json | `513` | Json | | SqlScript | `514` | Sql | | Dbf | `515` | Xbase Data file | +| FlatOpc | `516` | Flat opc file | | XHtml | `771` | Rrepesents XHtml file. | | OneNote | `772` | Rrepesents One Note file. | | MicrosoftCabinet | `773` | Rrepesents Microsoft Cabinet file. | diff --git a/english/javascript-cpp/htmlembeddedfonttype/_index.md b/english/javascript-cpp/htmlembeddedfonttype/_index.md new file mode 100644 index 00000000000..cf4b7b57b3e --- /dev/null +++ b/english/javascript-cpp/htmlembeddedfonttype/_index.md @@ -0,0 +1,16 @@ +--- +title: HtmlEmbeddedFontType +second_title: Aspose.Cells for JavaScript via C++ API Reference +description: Represents the embedded font type in html. +type: docs +url: /javascript-cpp/htmlembeddedfonttype/ +--- + +## HtmlEmbeddedFontType enumeration +Represents the embedded font type in html. +### Values +| Name | Value | Description | +| --- | --- | --- | +| None | `0` | Not embed font. | +| Woff | `1` | Embed WOFF font. | + diff --git a/english/javascript-cpp/htmlsaveoptions/_index.md b/english/javascript-cpp/htmlsaveoptions/_index.md index 195bc623f08..6816be9e865 100644 --- a/english/javascript-cpp/htmlsaveoptions/_index.md +++ b/english/javascript-cpp/htmlsaveoptions/_index.md @@ -94,6 +94,7 @@ class HtmlSaveOptions extends SaveOptions; | [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. | | [htmlVersion](#htmlVersion--)| HtmlVersion | Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. | | [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/). | +| [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. | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -779,6 +780,15 @@ sheetSet : SheetSet; ``` +### embeddedFontType {#embeddedFontType--} + +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. + +```javascript +embeddedFontType : HtmlEmbeddedFontType; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. diff --git a/english/javascript-cpp/markdownsaveoptions/_index.md b/english/javascript-cpp/markdownsaveoptions/_index.md index 166716dcfbf..ed4e75fc603 100644 --- a/english/javascript-cpp/markdownsaveoptions/_index.md +++ b/english/javascript-cpp/markdownsaveoptions/_index.md @@ -35,6 +35,8 @@ class MarkdownSaveOptions extends SaveOptions; | [imageOptions](#imageOptions--)| ImageOrPrintOptions | Readonly. Get the ImageOrPrintOptions object before exporting | | [exportImagesAsBase64](#exportImagesAsBase64--)| boolean | Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [calculateFormula](#calculateFormula--)| boolean | Indicates whether to calculate formulas before saving markdown file. | +| [exportHyperlinkAsReference](#exportHyperlinkAsReference--)| boolean | Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [alignColumnPadding](#alignColumnPadding--)| string | Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -165,6 +167,24 @@ calculateFormula : boolean; The default value is false. +### exportHyperlinkAsReference {#exportHyperlinkAsReference--} + +Exports hyperlink using reference definitions instead of inline format. The default value is false. + +```javascript +exportHyperlinkAsReference : boolean; +``` + + +### alignColumnPadding {#alignColumnPadding--} + +Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). + +```javascript +alignColumnPadding : string; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. diff --git a/english/javascript-cpp/ooxmlsaveoptions/_index.md b/english/javascript-cpp/ooxmlsaveoptions/_index.md index df8b23824f7..d1a423ff3ff 100644 --- a/english/javascript-cpp/ooxmlsaveoptions/_index.md +++ b/english/javascript-cpp/ooxmlsaveoptions/_index.md @@ -27,6 +27,7 @@ class OoxmlSaveOptions extends SaveOptions; | Property | Type | Description | | --- | --- | --- | +| [asFlatOpc](#asFlatOpc--)| boolean | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [exportCellName](#exportCellName--)| boolean | Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. | | [lightCellsDataProvider](#lightCellsDataProvider--)| LightCellsDataProvider | The data provider for saving workbook in light mode. | | [updateZoom](#updateZoom--)| boolean | Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled. | @@ -84,6 +85,15 @@ constructor(saveFormat: SaveFormat); | --- | --- | --- | | saveFormat | [SaveFormat](../saveformat/) | The file format. /// It should be one of following types: [SaveFormat.Xlsx](../saveformat.xlsx/), [SaveFormat.Xltx](../saveformat.xltx/), /// [SaveFormat.Xlam](../saveformat.xlam/), [SaveFormat.Xlsm](../saveformat.xlsm/) or [SaveFormat.Xltm](../saveformat.xltm/), /// otherwise the saved format will be set as [SaveFormat.Xlsx](../saveformat.xlsx/) automatically. | +### asFlatOpc {#asFlatOpc--} + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```javascript +asFlatOpc : boolean; +``` + + ### exportCellName {#exportCellName--} Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. diff --git a/english/javascript-cpp/pptxsaveoptions/_index.md b/english/javascript-cpp/pptxsaveoptions/_index.md index 89d16b3663a..9b34991a2b2 100644 --- a/english/javascript-cpp/pptxsaveoptions/_index.md +++ b/english/javascript-cpp/pptxsaveoptions/_index.md @@ -28,8 +28,11 @@ class PptxSaveOptions extends PaginatedSaveOptions; | Property | Type | Description | | --- | --- | --- | | [ignoreHiddenRows](#ignoreHiddenRows--)| boolean | Inidicates whether ignoring hidden rows when converting Excel to PowerPoint. | +| [saveAsEditableShapes](#saveAsEditableShapes--)| boolean | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | +| [embedXlsxAsChartDataSource](#embedXlsxAsChartDataSource--)| boolean | Indicates whether embedding an xlsx file as data source of the chart. | | [adjustFontSizeForRowType](#adjustFontSizeForRowType--)| AdjustFontSizeForRowType | Represents what type of line needs to be adjusted size of font if height of row is small. | | [exportViewType](#exportViewType--)| SlideViewType | Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing. | +| [asFlatOpc](#asFlatOpc--)| boolean | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -109,6 +112,32 @@ ignoreHiddenRows : boolean; ``` +### saveAsEditableShapes {#saveAsEditableShapes--} + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```javascript +saveAsEditableShapes : boolean; +``` + + +**Remarks** + +Only for charts. + +### embedXlsxAsChartDataSource {#embedXlsxAsChartDataSource--} + +Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +embedXlsxAsChartDataSource : boolean; +``` + + +**Remarks** + +The default value is true. + ### adjustFontSizeForRowType {#adjustFontSizeForRowType--} Represents what type of line needs to be adjusted size of font if height of row is small. @@ -127,6 +156,15 @@ exportViewType : SlideViewType; ``` +### asFlatOpc {#asFlatOpc--} + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +asFlatOpc : boolean; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. diff --git a/english/javascript-cpp/saveelementtype/_index.md b/english/javascript-cpp/saveelementtype/_index.md new file mode 100644 index 00000000000..e09915a984a --- /dev/null +++ b/english/javascript-cpp/saveelementtype/_index.md @@ -0,0 +1,16 @@ +--- +title: SaveElementType +second_title: Aspose.Cells for JavaScript via C++ API Reference +description: Represents what kind of elements should be saved. +type: docs +url: /javascript-cpp/saveelementtype/ +--- + +## SaveElementType enumeration +Represents what kind of elements should be saved. +### Values +| Name | Value | Description | +| --- | --- | --- | +| All | `251658239` | All data. | +| Chart | `256` | Only charts. | + diff --git a/english/net/aspose.cells.gridjs/_index.md b/english/net/aspose.cells.gridjs/_index.md index a6472adc33b..acb68e18907 100644 --- a/english/net/aspose.cells.gridjs/_index.md +++ b/english/net/aspose.cells.gridjs/_index.md @@ -19,6 +19,7 @@ The **Aspose.Cells.GridJs** namespace encapsulates all classes of GridJs, provid | [GridInterruptMonitor](./gridinterruptmonitor/) | Represents all operator about the calculation interrupt. | | [GridJsControllerBase](./gridjscontrollerbase/) | | | [GridJsOptions](./gridjsoptions/) | Represents all the load options for GridJs | +| [GridJsPermissionException](./gridjspermissionexception/) | represents permission exception in collaboration mode.only available in java version now, will be available in .net/python version in future. | | [GridJsService](./gridjsservice/) | Provides the basic operation apis used in controller actions. | | [GridJsWorkbook](./gridjsworkbook/) | Represents the main entry class for GridJs | | [GridReferredArea](./gridreferredarea/) | Represents a referred area by the formula. | @@ -29,11 +30,14 @@ The **Aspose.Cells.GridJs** namespace encapsulates all classes of GridJs, provid | Interface | Description | | --- | --- | +| [CoWorkUserProvider](./coworkuserprovider/) | Represents the user provider inerface in collabration mode.only available in java version now, will be available in .net/python version in future. Customer application can implement this interface to provide the user information. | | [IGridJsService](./igridjsservice/) | Reprensents the basic operation apis interface used in controller actions. | ## Enumeration | Enumeration | Description | | --- | --- | +| [CoWorkOperationType](./coworkoperationtype/) | Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future. | +| [CoWorkUserPermission](./coworkuserpermission/) | represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future. | | [GridExceptionType](./gridexceptiontype/) | Represents custom exception code for GridJs. | | [GridLoadFormat](./gridloadformat/) | Represents the load file format. | diff --git a/english/net/aspose.cells.gridjs/config/_index.md b/english/net/aspose.cells.gridjs/config/_index.md index 60b25086b2f..659f7f288b5 100644 --- a/english/net/aspose.cells.gridjs/config/_index.md +++ b/english/net/aspose.cells.gridjs/config/_index.md @@ -36,6 +36,7 @@ public class Config | static [MaxShapeOrImageCount](../../aspose.cells.gridjs/config/maxshapeorimagecount/) { get; set; } | Gets/Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true. the default value is 100. | | static [MaxShapeOrImageWidthOrHeight](../../aspose.cells.gridjs/config/maxshapeorimagewidthorheight/) { get; set; } | Gets/Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true. the default value is 10000. | | static [MaxTotalShapeOrImageCount](../../aspose.cells.gridjs/config/maxtotalshapeorimagecount/) { get; set; } | Gets/Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true. the default value is 300. | +| static [MessageTopic](../../aspose.cells.gridjs/config/messagetopic/) { get; set; } | Gets/Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. | | static [PictureCacheDirectory](../../aspose.cells.gridjs/config/picturecachedirectory/) { get; set; } | Gets/Sets the cache directory for pictures.(this takes effect when GridJsWorkbook.CacheImp is null) the default path will be "_piccache" inside the FileCacheDirectory. | | static [SameImageDetecting](../../aspose.cells.gridjs/config/sameimagedetecting/) { get; set; } | Gets/Sets whether to check if images have same source,the default is true the default value is true. | | static [SaveHtmlAsZip](../../aspose.cells.gridjs/config/savehtmlaszip/) { get; set; } | Gets/Sets whether to save html file as zip archive,the default is false. | diff --git a/english/net/aspose.cells.gridjs/config/messagetopic/_index.md b/english/net/aspose.cells.gridjs/config/messagetopic/_index.md new file mode 100644 index 00000000000..ae7a759709c --- /dev/null +++ b/english/net/aspose.cells.gridjs/config/messagetopic/_index.md @@ -0,0 +1,22 @@ +--- +title: Config.MessageTopic +second_title: Aspose.Cells for .NET API Reference +description: Config property. Gets/Sets the websocket destinations prefixed with /topic. the default is /topic/opr.used in collaborative mode only +type: docs +url: /net/aspose.cells.gridjs/config/messagetopic/ +--- +## Config.MessageTopic property + +Gets/Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. + +```csharp +public static string MessageTopic { get; set; } +``` + +### See Also + +* class [Config](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/coworkoperationtype/_index.md b/english/net/aspose.cells.gridjs/coworkoperationtype/_index.md new file mode 100644 index 00000000000..6496ada17e1 --- /dev/null +++ b/english/net/aspose.cells.gridjs/coworkoperationtype/_index.md @@ -0,0 +1,42 @@ +--- +title: Enum CoWorkOperationType +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.GridJs.CoWorkOperationType enum. Represents the action operation type in collabration mode.only available in java version now will be available in .net/python version in future +type: docs +url: /net/aspose.cells.gridjs/coworkoperationtype/ +--- +## CoWorkOperationType enumeration + +Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future. + +```csharp +public enum CoWorkOperationType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| VIEW | `0` | View operation (read-only) | +| LOAD | `1` | Load operation (read-only) | +| LOAD_SHEET | `2` | Load sheet operation (read-only) | +| GET_IMAGE | `3` | Get image operation (read-only) | +| GET_OLE | `4` | Get OLE object operation (read-only) | +| EDIT | `5` | Edit operation (editable) | +| UPDATE_CELL | `6` | Update cell operation (editable) | +| ADD_IMAGE | `7` | Add image operation (editable) | +| COPY_IMAGE | `8` | Copy image operation (editable) | +| INSERT_ROW | `9` | Insert row operation (editable) | +| DELETE_ROW | `10` | Delete row operation (editable) | +| INSERT_COLUMN | `11` | Insert column operation (editable) | +| DELETE_COLUMN | `12` | Delete column operation (editable) | +| DOWNLOAD | `13` | Download operation | +| ADMIN_CONFIG | `14` | Admin configuration operation (administrative) | +| USER_MANAGEMENT | `15` | User management operation (administrative) | + +### See Also + +* namespace [Aspose.Cells.GridJs](../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../) + + diff --git a/english/net/aspose.cells.gridjs/coworkuserpermission/_index.md b/english/net/aspose.cells.gridjs/coworkuserpermission/_index.md new file mode 100644 index 00000000000..ce850ca24fd --- /dev/null +++ b/english/net/aspose.cells.gridjs/coworkuserpermission/_index.md @@ -0,0 +1,30 @@ +--- +title: Enum CoWorkUserPermission +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.GridJs.CoWorkUserPermission enum. represent the user permission in collaboration mode.only available in java version now will be available in .net/python version in future +type: docs +url: /net/aspose.cells.gridjs/coworkuserpermission/ +--- +## CoWorkUserPermission enumeration + +represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future. + +```csharp +public enum CoWorkUserPermission +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| READ_ONLY | `0` | Read-only permission,User can only view the content but cannot make any modifications | +| EDITABLE | `1` | Editable permission,User can view and edit the content | +| DOWNLOAD | `2` | Download permission,User can view,edit and download the content to local storage | +| ADMIN | `3` | Administrator permission,User has full access including management operations | + +### See Also + +* namespace [Aspose.Cells.GridJs](../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../) + + diff --git a/english/net/aspose.cells.gridjs/coworkuserprovider/_index.md b/english/net/aspose.cells.gridjs/coworkuserprovider/_index.md new file mode 100644 index 00000000000..9c226819630 --- /dev/null +++ b/english/net/aspose.cells.gridjs/coworkuserprovider/_index.md @@ -0,0 +1,29 @@ +--- +title: Interface CoWorkUserProvider +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.GridJs.CoWorkUserProvider interface. Represents the user provider inerface in collabration mode.only available in java version now will be available in .net/python version in future. Customer application can implement this interface to provide the user information +type: docs +url: /net/aspose.cells.gridjs/coworkuserprovider/ +--- +## CoWorkUserProvider interface + +Represents the user provider inerface in collabration mode.only available in java version now, will be available in .net/python version in future. Customer application can implement this interface to provide the user information. + +```csharp +public interface CoWorkUserProvider +``` + +## Methods + +| Name | Description | +| --- | --- | +| [GetCurrentUserId](../../aspose.cells.gridjs/coworkuserprovider/getcurrentuserid/)() | Gets the unique identifier of the current user | +| [GetCurrentUserName](../../aspose.cells.gridjs/coworkuserprovider/getcurrentusername/)() | Gets the username of the current user | +| [GetPermission](../../aspose.cells.gridjs/coworkuserprovider/getpermission/)() | Gets the permission level of the current user | + +### See Also + +* namespace [Aspose.Cells.GridJs](../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../) + + diff --git a/english/net/aspose.cells.gridjs/coworkuserprovider/getcurrentuserid/_index.md b/english/net/aspose.cells.gridjs/coworkuserprovider/getcurrentuserid/_index.md new file mode 100644 index 00000000000..4d9864f618c --- /dev/null +++ b/english/net/aspose.cells.gridjs/coworkuserprovider/getcurrentuserid/_index.md @@ -0,0 +1,26 @@ +--- +title: CoWorkUserProvider.GetCurrentUserId +second_title: Aspose.Cells for .NET API Reference +description: CoWorkUserProvider method. Gets the unique identifier of the current user +type: docs +url: /net/aspose.cells.gridjs/coworkuserprovider/getcurrentuserid/ +--- +## CoWorkUserProvider.GetCurrentUserId method + +Gets the unique identifier of the current user + +```csharp +public long GetCurrentUserId() +``` + +### Return Value + +Current user ID + +### See Also + +* interface [CoWorkUserProvider](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/coworkuserprovider/getcurrentusername/_index.md b/english/net/aspose.cells.gridjs/coworkuserprovider/getcurrentusername/_index.md new file mode 100644 index 00000000000..97c406bb032 --- /dev/null +++ b/english/net/aspose.cells.gridjs/coworkuserprovider/getcurrentusername/_index.md @@ -0,0 +1,26 @@ +--- +title: CoWorkUserProvider.GetCurrentUserName +second_title: Aspose.Cells for .NET API Reference +description: CoWorkUserProvider method. Gets the username of the current user +type: docs +url: /net/aspose.cells.gridjs/coworkuserprovider/getcurrentusername/ +--- +## CoWorkUserProvider.GetCurrentUserName method + +Gets the username of the current user + +```csharp +public string GetCurrentUserName() +``` + +### Return Value + +Current username + +### See Also + +* interface [CoWorkUserProvider](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/coworkuserprovider/getpermission/_index.md b/english/net/aspose.cells.gridjs/coworkuserprovider/getpermission/_index.md new file mode 100644 index 00000000000..57daefdb834 --- /dev/null +++ b/english/net/aspose.cells.gridjs/coworkuserprovider/getpermission/_index.md @@ -0,0 +1,27 @@ +--- +title: CoWorkUserProvider.GetPermission +second_title: Aspose.Cells for .NET API Reference +description: CoWorkUserProvider method. Gets the permission level of the current user +type: docs +url: /net/aspose.cells.gridjs/coworkuserprovider/getpermission/ +--- +## CoWorkUserProvider.GetPermission method + +Gets the permission level of the current user + +```csharp +public CoWorkUserPermission GetPermission() +``` + +### Return Value + +Current user permission level + +### See Also + +* enum [CoWorkUserPermission](../../coworkuserpermission/) +* interface [CoWorkUserProvider](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjsoptions/_index.md b/english/net/aspose.cells.gridjs/gridjsoptions/_index.md index 209d9dc16ee..1bd98307b6c 100644 --- a/english/net/aspose.cells.gridjs/gridjsoptions/_index.md +++ b/english/net/aspose.cells.gridjs/gridjsoptions/_index.md @@ -37,6 +37,7 @@ public class GridJsOptions | [MaxShapeOrImageCount](../../aspose.cells.gridjs/gridjsoptions/maxshapeorimagecount/) { get; set; } | Gets/Sets the total count of the display shapes or images in the active sheet,it takes effect when IslimitShapeOrImage=true. the default value is 100. | | [MaxShapeOrImageWidthOrHeight](../../aspose.cells.gridjs/gridjsoptions/maxshapeorimagewidthorheight/) { get; set; } | Gets/Sets the max width or height for a shape or an image ,GridJs will ignore the shape or image with the width or height larger than this, it takes effect when IslimitShapeOrImage=true. the default value is 10000. | | [MaxTotalShapeOrImageCount](../../aspose.cells.gridjs/gridjsoptions/maxtotalshapeorimagecount/) { get; set; } | Gets/Sets the total count of the display shapes or images in the workbook,it takes effect when IslimitShapeOrImage=true. the default value is 300. | +| [MessageTopic](../../aspose.cells.gridjs/gridjsoptions/messagetopic/) { get; set; } | Gets/Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. | | [PictureCacheDirectory](../../aspose.cells.gridjs/gridjsoptions/picturecachedirectory/) { get; set; } | Gets/Sets the cache directory for pictures.(this takes effect when GridJsWorkbook.CacheImp is null) the default path will be "_piccache" inside the FileCacheDirectory. | | [SameImageDetecting](../../aspose.cells.gridjs/gridjsoptions/sameimagedetecting/) { get; set; } | Gets/Sets whether to check if images have same source,the default is true the default value is true. | | [SaveHtmlAsZip](../../aspose.cells.gridjs/gridjsoptions/savehtmlaszip/) { get; set; } | Gets/Sets whether to save html file as zip archive,the default is false. | diff --git a/english/net/aspose.cells.gridjs/gridjsoptions/messagetopic/_index.md b/english/net/aspose.cells.gridjs/gridjsoptions/messagetopic/_index.md new file mode 100644 index 00000000000..a0d5986d191 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjsoptions/messagetopic/_index.md @@ -0,0 +1,22 @@ +--- +title: GridJsOptions.MessageTopic +second_title: Aspose.Cells for .NET API Reference +description: GridJsOptions property. Gets/Sets the websocket destinations prefixed with /topic. the default is /topic/opr.used in collaborative mode only +type: docs +url: /net/aspose.cells.gridjs/gridjsoptions/messagetopic/ +--- +## GridJsOptions.MessageTopic property + +Gets/Sets the websocket destinations prefixed with "/topic". the default is "/topic/opr".used in collaborative mode only. + +```csharp +public string MessageTopic { get; set; } +``` + +### See Also + +* class [GridJsOptions](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjspermissionexception/_index.md b/english/net/aspose.cells.gridjs/gridjspermissionexception/_index.md new file mode 100644 index 00000000000..cf1faf07b89 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjspermissionexception/_index.md @@ -0,0 +1,36 @@ +--- +title: Class GridJsPermissionException +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.GridJs.GridJsPermissionException class. represents permission exception in collaboration mode.only available in java version now will be available in .net/python version in future +type: docs +url: /net/aspose.cells.gridjs/gridjspermissionexception/ +--- +## GridJsPermissionException class + +represents permission exception in collaboration mode.only available in java version now, will be available in .net/python version in future. + +```csharp +public class GridJsPermissionException : Exception +``` + +## Constructors + +| Name | Description | +| --- | --- | +| [GridJsPermissionException](gridjspermissionexception/#constructor)(string, CoWorkUserPermission, CoWorkUserPermission) | Constructs a permission exception | +| [GridJsPermissionException](gridjspermissionexception/#constructor_1)(string, string, CoWorkUserPermission, CoWorkUserPermission) | Constructs a permission exception | + +## Methods + +| Name | Description | +| --- | --- | +| [GetCurrentPermission](../../aspose.cells.gridjs/gridjspermissionexception/getcurrentpermission/)() | Gets the current permission level of the user | +| [GetOperation](../../aspose.cells.gridjs/gridjspermissionexception/getoperation/)() | Gets the operation that was attempted to execute | +| [GetRequiredPermission](../../aspose.cells.gridjs/gridjspermissionexception/getrequiredpermission/)() | Gets the permission level required for the operation | + +### See Also + +* namespace [Aspose.Cells.GridJs](../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjspermissionexception/getcurrentpermission/_index.md b/english/net/aspose.cells.gridjs/gridjspermissionexception/getcurrentpermission/_index.md new file mode 100644 index 00000000000..1c94476cab0 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjspermissionexception/getcurrentpermission/_index.md @@ -0,0 +1,27 @@ +--- +title: GridJsPermissionException.GetCurrentPermission +second_title: Aspose.Cells for .NET API Reference +description: GridJsPermissionException method. Gets the current permission level of the user +type: docs +url: /net/aspose.cells.gridjs/gridjspermissionexception/getcurrentpermission/ +--- +## GridJsPermissionException.GetCurrentPermission method + +Gets the current permission level of the user + +```csharp +public CoWorkUserPermission GetCurrentPermission() +``` + +### Return Value + +Current user permission level + +### See Also + +* enum [CoWorkUserPermission](../../coworkuserpermission/) +* class [GridJsPermissionException](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjspermissionexception/getoperation/_index.md b/english/net/aspose.cells.gridjs/gridjspermissionexception/getoperation/_index.md new file mode 100644 index 00000000000..e78e53eda16 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjspermissionexception/getoperation/_index.md @@ -0,0 +1,26 @@ +--- +title: GridJsPermissionException.GetOperation +second_title: Aspose.Cells for .NET API Reference +description: GridJsPermissionException method. Gets the operation that was attempted to execute +type: docs +url: /net/aspose.cells.gridjs/gridjspermissionexception/getoperation/ +--- +## GridJsPermissionException.GetOperation method + +Gets the operation that was attempted to execute + +```csharp +public string GetOperation() +``` + +### Return Value + +Operation name + +### See Also + +* class [GridJsPermissionException](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjspermissionexception/getrequiredpermission/_index.md b/english/net/aspose.cells.gridjs/gridjspermissionexception/getrequiredpermission/_index.md new file mode 100644 index 00000000000..a5ca3b4fc07 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjspermissionexception/getrequiredpermission/_index.md @@ -0,0 +1,27 @@ +--- +title: GridJsPermissionException.GetRequiredPermission +second_title: Aspose.Cells for .NET API Reference +description: GridJsPermissionException method. Gets the permission level required for the operation +type: docs +url: /net/aspose.cells.gridjs/gridjspermissionexception/getrequiredpermission/ +--- +## GridJsPermissionException.GetRequiredPermission method + +Gets the permission level required for the operation + +```csharp +public CoWorkUserPermission GetRequiredPermission() +``` + +### Return Value + +Required permission level + +### See Also + +* enum [CoWorkUserPermission](../../coworkuserpermission/) +* class [GridJsPermissionException](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjspermissionexception/gridjspermissionexception/_index.md b/english/net/aspose.cells.gridjs/gridjspermissionexception/gridjspermissionexception/_index.md new file mode 100644 index 00000000000..ae23dd7ab10 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjspermissionexception/gridjspermissionexception/_index.md @@ -0,0 +1,55 @@ +--- +title: GridJsPermissionException.GridJsPermissionException +second_title: Aspose.Cells for .NET API Reference +description: GridJsPermissionException constructor. Constructs a permission exception +type: docs +url: /net/aspose.cells.gridjs/gridjspermissionexception/gridjspermissionexception/ +--- +## GridJsPermissionException(string, CoWorkUserPermission, CoWorkUserPermission) {#constructor} + +Constructs a permission exception + +```csharp +public GridJsPermissionException(string operation, CoWorkUserPermission requiredPermission, + CoWorkUserPermission currentPermission) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| operation | String | Operation attempted to execute | +| requiredPermission | CoWorkUserPermission | Permission required for the operation | +| currentPermission | CoWorkUserPermission | Current user permission | + +### See Also + +* enum [CoWorkUserPermission](../../coworkuserpermission/) +* class [GridJsPermissionException](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + +--- + +## GridJsPermissionException(string, string, CoWorkUserPermission, CoWorkUserPermission) {#constructor_1} + +Constructs a permission exception + +```csharp +public GridJsPermissionException(string message, string operation, + CoWorkUserPermission requiredPermission, CoWorkUserPermission currentPermission) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| message | String | Custom error message | +| operation | String | Operation attempted to execute | +| requiredPermission | CoWorkUserPermission | Permission required for the operation | +| currentPermission | CoWorkUserPermission | Current user permission | + +### See Also + +* enum [CoWorkUserPermission](../../coworkuserpermission/) +* class [GridJsPermissionException](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjsservice/_index.md b/english/net/aspose.cells.gridjs/gridjsservice/_index.md index bb8e2539edf..78e9232a495 100644 --- a/english/net/aspose.cells.gridjs/gridjsservice/_index.md +++ b/english/net/aspose.cells.gridjs/gridjsservice/_index.md @@ -25,7 +25,6 @@ public class GridJsService : IGridJsService | --- | --- | | [AddImage](../../aspose.cells.gridjs/gridjsservice/addimage/)(string, string, string, IFormFileCollection) | Applies the add image from local file operation. | | [AddImageByURL](../../aspose.cells.gridjs/gridjsservice/addimagebyurl/)(string, string, string) | Applies the add image from remote URL operation. | -| [CheckAndSyncForCollaborative](../../aspose.cells.gridjs/gridjsservice/checkandsyncforcollaborative/)(string) | Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. | | [CheckInCacheForCollaborative](../../aspose.cells.gridjs/gridjsservice/checkincacheforcollaborative/)(string) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. | | [CopyImage](../../aspose.cells.gridjs/gridjsservice/copyimage/)(string, string) | Applies the copy image operation. | | [DetailFileJsonWithUid](../../aspose.cells.gridjs/gridjsservice/detailfilejsonwithuid/#detailfilejsonwithuid_1)(string, string) | Gets JSON string for the file by the specified unique id. . | diff --git a/english/net/aspose.cells.gridjs/gridjsservice/checkandsyncforcollaborative/_index.md b/english/net/aspose.cells.gridjs/gridjsservice/checkandsyncforcollaborative/_index.md deleted file mode 100644 index eb5fbab5aee..00000000000 --- a/english/net/aspose.cells.gridjs/gridjsservice/checkandsyncforcollaborative/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: GridJsService.CheckAndSyncForCollaborative -second_title: Aspose.Cells for .NET API Reference -description: GridJsService method. Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only -type: docs -url: /net/aspose.cells.gridjs/gridjsservice/checkandsyncforcollaborative/ ---- -## GridJsService.CheckAndSyncForCollaborative method - -Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. - -```csharp -public void CheckAndSyncForCollaborative(string uid) -``` - -| Parameter | Type | Description | -| --- | --- | --- | -| uid | String | | - -### See Also - -* class [GridJsService](../) -* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) -* assembly [Aspose.Cells.GridJs](../../../) - - diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md index 823bc7bba31..034e3fb78d0 100644 --- a/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md +++ b/english/net/aspose.cells.gridjs/gridjsworkbook/_index.md @@ -78,6 +78,7 @@ public class GridJsWorkbook | --- | --- | | static [CacheImp](../../aspose.cells.gridjs/gridjsworkbook/cacheimp/) | Custom implemention for cache storage,If you want to store cache in stream way ,you need to set and implement it. | | static [CalculateEngine](../../aspose.cells.gridjs/gridjsworkbook/calculateengine/) | Custom implemention for calculation engine ,If you want to do custom calculation, you need to set and implement it. | +| const [pictureType](../../aspose.cells.gridjs/gridjsworkbook/picturetype/) | const value for the type of the image | | static [UpdateMonitor](../../aspose.cells.gridjs/gridjsworkbook/updatemonitor/) | Gets/Sets the update monitor to track update operation | ### See Also diff --git a/english/net/aspose.cells.gridjs/gridjsworkbook/picturetype/_index.md b/english/net/aspose.cells.gridjs/gridjsworkbook/picturetype/_index.md new file mode 100644 index 00000000000..d65635517b6 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjsworkbook/picturetype/_index.md @@ -0,0 +1,22 @@ +--- +title: GridJsWorkbook.pictureType +second_title: Aspose.Cells for .NET API Reference +description: GridJsWorkbook field. const value for the type of the image +type: docs +url: /net/aspose.cells.gridjs/gridjsworkbook/picturetype/ +--- +## GridJsWorkbook.pictureType field + +const value for the type of the image + +```csharp +public const string pictureType; +``` + +### See Also + +* class [GridJsWorkbook](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/igridjsservice/_index.md b/english/net/aspose.cells.gridjs/igridjsservice/_index.md index 1207780b4ac..89cf0c47fb8 100644 --- a/english/net/aspose.cells.gridjs/igridjsservice/_index.md +++ b/english/net/aspose.cells.gridjs/igridjsservice/_index.md @@ -19,7 +19,6 @@ public interface IGridJsService | --- | --- | | [AddImage](../../aspose.cells.gridjs/igridjsservice/addimage/)(string, string, string, IFormFileCollection) | | | [AddImageByURL](../../aspose.cells.gridjs/igridjsservice/addimagebyurl/)(string, string, string) | | -| [CheckAndSyncForCollaborative](../../aspose.cells.gridjs/igridjsservice/checkandsyncforcollaborative/)(string) | Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. | | [CheckInCacheForCollaborative](../../aspose.cells.gridjs/igridjsservice/checkincacheforcollaborative/)(string) | Check wether workbook instance is in memory cache .this method is apply for Collaborative mode only. | | [CopyImage](../../aspose.cells.gridjs/igridjsservice/copyimage/)(string, string) | Applies the copy image operation. | | [DetailFileJsonWithUid](../../aspose.cells.gridjs/igridjsservice/detailfilejsonwithuid/#detailfilejsonwithuid_1)(string, string) | Gets JSON string for the file by the specified unique id. . | diff --git a/english/net/aspose.cells.gridjs/igridjsservice/checkandsyncforcollaborative/_index.md b/english/net/aspose.cells.gridjs/igridjsservice/checkandsyncforcollaborative/_index.md deleted file mode 100644 index fa71eec76a3..00000000000 --- a/english/net/aspose.cells.gridjs/igridjsservice/checkandsyncforcollaborative/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: IGridJsService.CheckAndSyncForCollaborative -second_title: Aspose.Cells for .NET API Reference -description: IGridJsService method. Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only -type: docs -url: /net/aspose.cells.gridjs/igridjsservice/checkandsyncforcollaborative/ ---- -## IGridJsService.CheckAndSyncForCollaborative method - -Check wether workbook instance is in memory cache and need to sync with history operations .this method is apply for Collaborative mode only. - -```csharp -public void CheckAndSyncForCollaborative(string uid) -``` - -| Parameter | Type | Description | -| --- | --- | --- | -| uid | String | | - -### See Also - -* interface [IGridJsService](../) -* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) -* assembly [Aspose.Cells.GridJs](../../../) - - diff --git a/english/net/aspose.cells.rendering/_index.md b/english/net/aspose.cells.rendering/_index.md index cee4e985af9..9dde8751481 100644 --- a/english/net/aspose.cells.rendering/_index.md +++ b/english/net/aspose.cells.rendering/_index.md @@ -39,6 +39,7 @@ The **Aspose.Cells.Rendering** namespace provides classes for rendering image an | [ColorDepth](./colordepth/) | Enumerates Bit Depth Type for tiff image. | | [CommentTitleType](./commenttitletype/) | Represents comment title type while rendering when comment is set to display at end of sheet. | | [DrawObjectEnum](./drawobjectenum/) | Indicate Cell or Image of DrawObject. | +| [HtmlEmbeddedFontType](./htmlembeddedfonttype/) | Represents the embedded font type in html. | | [ImageBinarizationMethod](./imagebinarizationmethod/) | Specifies the method used to binarize image. | | [PdfCompliance](./pdfcompliance/) | Allowing user to set PDF conversion's Compatibility | | [PdfCompressionCore](./pdfcompressioncore/) | Specifies a type of compression applied to all content in the PDF file except images. | diff --git a/english/net/aspose.cells.rendering/htmlembeddedfonttype/_index.md b/english/net/aspose.cells.rendering/htmlembeddedfonttype/_index.md new file mode 100644 index 00000000000..9b21429c4de --- /dev/null +++ b/english/net/aspose.cells.rendering/htmlembeddedfonttype/_index.md @@ -0,0 +1,28 @@ +--- +title: Enum HtmlEmbeddedFontType +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.Rendering.HtmlEmbeddedFontType enum. Represents the embedded font type in html +type: docs +url: /net/aspose.cells.rendering/htmlembeddedfonttype/ +--- +## HtmlEmbeddedFontType enumeration + +Represents the embedded font type in html. + +```csharp +public enum HtmlEmbeddedFontType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| None | `0` | Not embed font. | +| Woff | `1` | Embed WOFF font. | + +### See Also + +* namespace [Aspose.Cells.Rendering](../../aspose.cells.rendering/) +* assembly [Aspose.Cells](../../) + + diff --git a/english/net/aspose.cells.saving/_index.md b/english/net/aspose.cells.saving/_index.md index d955c4442ae..96a560894a1 100644 --- a/english/net/aspose.cells.saving/_index.md +++ b/english/net/aspose.cells.saving/_index.md @@ -19,6 +19,7 @@ The **Aspose.Cells.Saving** namespace provides options classes of saving files. | Enumeration | Description | | --- | --- | +| [SaveElementType](./saveelementtype/) | Represents what kind of elements should be saved. | | [SqlScriptOperatorType](./sqlscriptoperatortype/) | Represents the type of operating data. | diff --git a/english/net/aspose.cells.saving/ebooksaveoptions/_index.md b/english/net/aspose.cells.saving/ebooksaveoptions/_index.md index 2256a5a7b6a..b47dd0b0394 100644 --- a/english/net/aspose.cells.saving/ebooksaveoptions/_index.md +++ b/english/net/aspose.cells.saving/ebooksaveoptions/_index.md @@ -39,6 +39,7 @@ public class EbookSaveOptions : HtmlSaveOptions | [DefaultFontName](../../aspose.cells/htmlsaveoptions/defaultfontname/) { get; set; } | 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 will use universal font which have the same family with the original font, the default value is null.(Inherited from [`HtmlSaveOptions`](../../aspose.cells/htmlsaveoptions/).) | | [DisableCss](../../aspose.cells/htmlsaveoptions/disablecss/) { get; set; } | Indicates whether only inline styles are applied, without relying on CSS. The default value is false.(Inherited from [`HtmlSaveOptions`](../../aspose.cells/htmlsaveoptions/).) | | [DisableDownlevelRevealedComments](../../aspose.cells/htmlsaveoptions/disabledownlevelrevealedcomments/) { get; set; } | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false.(Inherited from [`HtmlSaveOptions`](../../aspose.cells/htmlsaveoptions/).) | +| [EmbeddedFontType](../../aspose.cells/htmlsaveoptions/embeddedfonttype/) { get; set; } | Gets or sets the type of font that embedded in html. Default value is None which indicates that it will not embed font in html.(Inherited from [`HtmlSaveOptions`](../../aspose.cells/htmlsaveoptions/).) | | [EnableCssCustomProperties](../../aspose.cells/htmlsaveoptions/enablecsscustomproperties/) { get; set; } | 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.(Inherited from [`HtmlSaveOptions`](../../aspose.cells/htmlsaveoptions/).) | | [EncodeEntityAsCode](../../aspose.cells/htmlsaveoptions/encodeentityascode/) { get; set; } | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false.(Inherited from [`HtmlSaveOptions`](../../aspose.cells/htmlsaveoptions/).) | | [Encoding](../../aspose.cells/htmlsaveoptions/encoding/) { get; set; } | If not set,use Encoding.UTF8 as default enconding type.(Inherited from [`HtmlSaveOptions`](../../aspose.cells/htmlsaveoptions/).) | diff --git a/english/net/aspose.cells.saving/saveelementtype/_index.md b/english/net/aspose.cells.saving/saveelementtype/_index.md new file mode 100644 index 00000000000..23bce9b7700 --- /dev/null +++ b/english/net/aspose.cells.saving/saveelementtype/_index.md @@ -0,0 +1,28 @@ +--- +title: Enum SaveElementType +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.Saving.SaveElementType enum. Represents what kind of elements should be saved +type: docs +url: /net/aspose.cells.saving/saveelementtype/ +--- +## SaveElementType enumeration + +Represents what kind of elements should be saved. + +```csharp +public enum SaveElementType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| All | `251658239` | All data. | +| Chart | `256` | Only charts. | + +### See Also + +* namespace [Aspose.Cells.Saving](../../aspose.cells.saving/) +* assembly [Aspose.Cells](../../) + + diff --git a/english/net/aspose.cells/copyoptions/refertodestinationsheet/_index.md b/english/net/aspose.cells/copyoptions/refertodestinationsheet/_index.md index 5df62f4d670..9e934e087cc 100644 --- a/english/net/aspose.cells/copyoptions/refertodestinationsheet/_index.md +++ b/english/net/aspose.cells/copyoptions/refertodestinationsheet/_index.md @@ -15,7 +15,7 @@ public bool ReferToDestinationSheet { get; set; } ### Remarks -The default value is false, it works as MS Excel. +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" ### Examples diff --git a/english/net/aspose.cells/docxsaveoptions/_index.md b/english/net/aspose.cells/docxsaveoptions/_index.md index f62dc54450d..dcfdefaf192 100644 --- a/english/net/aspose.cells/docxsaveoptions/_index.md +++ b/english/net/aspose.cells/docxsaveoptions/_index.md @@ -25,6 +25,7 @@ public class DocxSaveOptions : PaginatedSaveOptions | Name | Description | | --- | --- | | [AllColumnsInOnePagePerSheet](../../aspose.cells/paginatedsaveoptions/allcolumnsinonepagepersheet/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [AsFlatOpc](../../aspose.cells/docxsaveoptions/asflatopc/) { get; set; } | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [AsNormalView](../../aspose.cells/docxsaveoptions/asnormalview/) { get; set; } | 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. | | [CachedFileFolder](../../aspose.cells/saveoptions/cachedfilefolder/) { get; set; } | The folder for temporary files that may be used as data cache.(Inherited from [`SaveOptions`](../saveoptions/).) | | [CheckExcelRestriction](../../aspose.cells/saveoptions/checkexcelrestriction/) { get; set; } | 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.(Inherited from [`SaveOptions`](../saveoptions/).) | @@ -36,6 +37,7 @@ public class DocxSaveOptions : PaginatedSaveOptions | [DefaultEditLanguage](../../aspose.cells/paginatedsaveoptions/defaulteditlanguage/) { get; set; } | Gets or sets default edit language.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [DefaultFont](../../aspose.cells/paginatedsaveoptions/defaultfont/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [DrawObjectEventHandler](../../aspose.cells/paginatedsaveoptions/drawobjecteventhandler/) { get; set; } | Implements this interface to get DrawObject and Bound when rendering.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [EmbedXlsxAsChartDataSource](../../aspose.cells/docxsaveoptions/embedxlsxaschartdatasource/) { get; set; } | Indicates whether embedding an xlsx file as data source of the chart. | | [EmfRenderSetting](../../aspose.cells/paginatedsaveoptions/emfrendersetting/) { get; set; } | Setting for rendering Emf metafile.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [EncryptDocumentProperties](../../aspose.cells/saveoptions/encryptdocumentproperties/) { get; set; } | Indicates whether encrypt document properties when saving as .xls file. The default value is true.(Inherited from [`SaveOptions`](../saveoptions/).) | | [GridlineColor](../../aspose.cells/paginatedsaveoptions/gridlinecolor/) { get; set; } | Gets or sets gridline color.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | @@ -52,6 +54,7 @@ public class DocxSaveOptions : PaginatedSaveOptions | [RefreshChartCache](../../aspose.cells/saveoptions/refreshchartcache/) { get; set; } | Indicates whether refreshing chart cache data(Inherited from [`SaveOptions`](../saveoptions/).) | | [SaveAsEditableShapes](../../aspose.cells/docxsaveoptions/saveaseditableshapes/) { get; set; } | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | | [SaveAsEditableShaps](../../aspose.cells/docxsaveoptions/saveaseditableshaps/) { get; set; } | (**Obsolete.**) Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | +| [SaveElementType](../../aspose.cells/docxsaveoptions/saveelementtype/) { get; set; } | Indicates which elements should be saved. | | [SaveFormat](../../aspose.cells/saveoptions/saveformat/) { get; } | Gets the save file format.(Inherited from [`SaveOptions`](../saveoptions/).) | | [SheetSet](../../aspose.cells/paginatedsaveoptions/sheetset/) { get; set; } | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`Visible`](../../aspose.cells.rendering/sheetset/visible/).(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [SortExternalNames](../../aspose.cells/saveoptions/sortexternalnames/) { get; set; } | Indicates whether sorting external defined names before saving file.(Inherited from [`SaveOptions`](../saveoptions/).) | diff --git a/english/net/aspose.cells/docxsaveoptions/asflatopc/_index.md b/english/net/aspose.cells/docxsaveoptions/asflatopc/_index.md new file mode 100644 index 00000000000..5b7946d39af --- /dev/null +++ b/english/net/aspose.cells/docxsaveoptions/asflatopc/_index.md @@ -0,0 +1,22 @@ +--- +title: DocxSaveOptions.AsFlatOpc +second_title: Aspose.Cells for .NET API Reference +description: DocxSaveOptions property. Indicates whether saving as a flat opc file which can be generated by Open XML SDK +type: docs +url: /net/aspose.cells/docxsaveoptions/asflatopc/ +--- +## DocxSaveOptions.AsFlatOpc property + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```csharp +public bool AsFlatOpc { get; set; } +``` + +### See Also + +* class [DocxSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/docxsaveoptions/embedxlsxaschartdatasource/_index.md b/english/net/aspose.cells/docxsaveoptions/embedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..e2a9ce4f72b --- /dev/null +++ b/english/net/aspose.cells/docxsaveoptions/embedxlsxaschartdatasource/_index.md @@ -0,0 +1,26 @@ +--- +title: DocxSaveOptions.EmbedXlsxAsChartDataSource +second_title: Aspose.Cells for .NET API Reference +description: DocxSaveOptions property. Indicates whether embedding an xlsx file as data source of the chart +type: docs +url: /net/aspose.cells/docxsaveoptions/embedxlsxaschartdatasource/ +--- +## DocxSaveOptions.EmbedXlsxAsChartDataSource property + +Indicates whether embedding an xlsx file as data source of the chart. + +```csharp +public bool EmbedXlsxAsChartDataSource { get; set; } +``` + +### Remarks + +The default value is true. + +### See Also + +* class [DocxSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/docxsaveoptions/saveelementtype/_index.md b/english/net/aspose.cells/docxsaveoptions/saveelementtype/_index.md new file mode 100644 index 00000000000..d7a7516544c --- /dev/null +++ b/english/net/aspose.cells/docxsaveoptions/saveelementtype/_index.md @@ -0,0 +1,23 @@ +--- +title: DocxSaveOptions.SaveElementType +second_title: Aspose.Cells for .NET API Reference +description: DocxSaveOptions property. Indicates which elements should be saved +type: docs +url: /net/aspose.cells/docxsaveoptions/saveelementtype/ +--- +## DocxSaveOptions.SaveElementType property + +Indicates which elements should be saved. + +```csharp +public SaveElementType SaveElementType { get; set; } +``` + +### See Also + +* enum [SaveElementType](../../../aspose.cells.saving/saveelementtype/) +* class [DocxSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/fileformattype/_index.md b/english/net/aspose.cells/fileformattype/_index.md index 333fceea4a5..23483352088 100644 --- a/english/net/aspose.cells/fileformattype/_index.md +++ b/english/net/aspose.cells/fileformattype/_index.md @@ -86,6 +86,7 @@ public enum FileFormatType | Json | `513` | Json | | SqlScript | `514` | Sql | | Dbf | `515` | Xbase Data file | +| FlatOpc | `516` | Flat opc file | | XHtml | `771` | Rrepesents XHtml file. | | OneNote | `772` | Rrepesents One Note file. | | MicrosoftCabinet | `773` | Rrepesents Microsoft Cabinet file. | diff --git a/english/net/aspose.cells/htmlsaveoptions/_index.md b/english/net/aspose.cells/htmlsaveoptions/_index.md index 579e825deed..e828362ec44 100644 --- a/english/net/aspose.cells/htmlsaveoptions/_index.md +++ b/english/net/aspose.cells/htmlsaveoptions/_index.md @@ -39,6 +39,7 @@ public class HtmlSaveOptions : SaveOptions | [DefaultFontName](../../aspose.cells/htmlsaveoptions/defaultfontname/) { get; set; } | 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 will use universal font which have the same family with the original font, the default value is null. | | [DisableCss](../../aspose.cells/htmlsaveoptions/disablecss/) { get; set; } | Indicates whether only inline styles are applied, without relying on CSS. The default value is false. | | [DisableDownlevelRevealedComments](../../aspose.cells/htmlsaveoptions/disabledownlevelrevealedcomments/) { get; set; } | Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false. | +| [EmbeddedFontType](../../aspose.cells/htmlsaveoptions/embeddedfonttype/) { get; set; } | Gets or sets the type of font that embedded in html. Default value is None which indicates that it will not embed font in html. | | [EnableCssCustomProperties](../../aspose.cells/htmlsaveoptions/enablecsscustomproperties/) { get; set; } | 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. | | [EncodeEntityAsCode](../../aspose.cells/htmlsaveoptions/encodeentityascode/) { get; set; } | Indicates whether the html character entities are replaced with decimal code. (e.g. " " is replaced with " "). The default value is false. | | [Encoding](../../aspose.cells/htmlsaveoptions/encoding/) { get; set; } | If not set,use Encoding.UTF8 as default enconding type. | diff --git a/english/net/aspose.cells/htmlsaveoptions/embeddedfonttype/_index.md b/english/net/aspose.cells/htmlsaveoptions/embeddedfonttype/_index.md new file mode 100644 index 00000000000..d8fdd5a18b2 --- /dev/null +++ b/english/net/aspose.cells/htmlsaveoptions/embeddedfonttype/_index.md @@ -0,0 +1,23 @@ +--- +title: HtmlSaveOptions.EmbeddedFontType +second_title: Aspose.Cells for .NET API Reference +description: HtmlSaveOptions property. Gets or sets the type of font that embedded in html. Default value is None which indicates that it will not embed font in html +type: docs +url: /net/aspose.cells/htmlsaveoptions/embeddedfonttype/ +--- +## HtmlSaveOptions.EmbeddedFontType property + +Gets or sets the type of font that embedded in html. Default value is None which indicates that it will not embed font in html. + +```csharp +public HtmlEmbeddedFontType EmbeddedFontType { get; set; } +``` + +### See Also + +* enum [HtmlEmbeddedFontType](../../../aspose.cells.rendering/htmlembeddedfonttype/) +* class [HtmlSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/markdownsaveoptions/_index.md b/english/net/aspose.cells/markdownsaveoptions/_index.md index e89b0be6efa..91843d9b932 100644 --- a/english/net/aspose.cells/markdownsaveoptions/_index.md +++ b/english/net/aspose.cells/markdownsaveoptions/_index.md @@ -23,6 +23,7 @@ public class MarkdownSaveOptions : SaveOptions | Name | Description | | --- | --- | +| [AlignColumnPadding](../../aspose.cells/markdownsaveoptions/aligncolumnpadding/) { get; set; } | Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | | [CachedFileFolder](../../aspose.cells/saveoptions/cachedfilefolder/) { get; set; } | The folder for temporary files that may be used as data cache.(Inherited from [`SaveOptions`](../saveoptions/).) | | [CalculateFormula](../../aspose.cells/markdownsaveoptions/calculateformula/) { get; set; } | Indicates whether to calculate formulas before saving markdown file. | | [CheckExcelRestriction](../../aspose.cells/saveoptions/checkexcelrestriction/) { get; set; } | 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.(Inherited from [`SaveOptions`](../saveoptions/).) | @@ -30,6 +31,7 @@ public class MarkdownSaveOptions : SaveOptions | [CreateDirectory](../../aspose.cells/saveoptions/createdirectory/) { get; set; } | If true and the directory does not exist, the directory will be automatically created before saving the file.(Inherited from [`SaveOptions`](../saveoptions/).) | | [Encoding](../../aspose.cells/markdownsaveoptions/encoding/) { get; set; } | Gets and sets the default encoding. | | [EncryptDocumentProperties](../../aspose.cells/saveoptions/encryptdocumentproperties/) { get; set; } | Indicates whether encrypt document properties when saving as .xls file. The default value is true.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [ExportHyperlinkAsReference](../../aspose.cells/markdownsaveoptions/exporthyperlinkasreference/) { get; set; } | Exports hyperlink using reference definitions instead of inline format. The default value is false. | | [ExportImagesAsBase64](../../aspose.cells/markdownsaveoptions/exportimagesasbase64/) { get; set; } | Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [FormatStrategy](../../aspose.cells/markdownsaveoptions/formatstrategy/) { get; set; } | Gets and sets the format strategy when exporting the cell value as string. | | [ImageOptions](../../aspose.cells/markdownsaveoptions/imageoptions/) { get; } | Get the ImageOrPrintOptions object before exporting | diff --git a/english/net/aspose.cells/markdownsaveoptions/aligncolumnpadding/_index.md b/english/net/aspose.cells/markdownsaveoptions/aligncolumnpadding/_index.md new file mode 100644 index 00000000000..334bc9251a2 --- /dev/null +++ b/english/net/aspose.cells/markdownsaveoptions/aligncolumnpadding/_index.md @@ -0,0 +1,22 @@ +--- +title: MarkdownSaveOptions.AlignColumnPadding +second_title: Aspose.Cells for .NET API Reference +description: MarkdownSaveOptions property. Indicates whether column alignment is enabled for generated Markdown tables. When enabled columns are aligned by padding cell content with the specified charactertypically for spaces. Set to 0 to disable column alignment default +type: docs +url: /net/aspose.cells/markdownsaveoptions/aligncolumnpadding/ +--- +## MarkdownSaveOptions.AlignColumnPadding property + +Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). + +```csharp +public char AlignColumnPadding { get; set; } +``` + +### See Also + +* class [MarkdownSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/_index.md b/english/net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/_index.md new file mode 100644 index 00000000000..990223b784b --- /dev/null +++ b/english/net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/_index.md @@ -0,0 +1,22 @@ +--- +title: MarkdownSaveOptions.ExportHyperlinkAsReference +second_title: Aspose.Cells for .NET API Reference +description: MarkdownSaveOptions property. Exports hyperlink using reference definitions instead of inline format. The default value is false +type: docs +url: /net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/ +--- +## MarkdownSaveOptions.ExportHyperlinkAsReference property + +Exports hyperlink using reference definitions instead of inline format. The default value is false. + +```csharp +public bool ExportHyperlinkAsReference { get; set; } +``` + +### See Also + +* class [MarkdownSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/ooxmlsaveoptions/_index.md b/english/net/aspose.cells/ooxmlsaveoptions/_index.md index 4cb5eb92edf..e469273aeda 100644 --- a/english/net/aspose.cells/ooxmlsaveoptions/_index.md +++ b/english/net/aspose.cells/ooxmlsaveoptions/_index.md @@ -24,6 +24,7 @@ public class OoxmlSaveOptions : SaveOptions | Name | Description | | --- | --- | +| [AsFlatOpc](../../aspose.cells/ooxmlsaveoptions/asflatopc/) { get; set; } | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [CachedFileFolder](../../aspose.cells/saveoptions/cachedfilefolder/) { get; set; } | The folder for temporary files that may be used as data cache.(Inherited from [`SaveOptions`](../saveoptions/).) | | [CheckExcelRestriction](../../aspose.cells/saveoptions/checkexcelrestriction/) { get; set; } | 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.(Inherited from [`SaveOptions`](../saveoptions/).) | | [ClearData](../../aspose.cells/saveoptions/cleardata/) { get; set; } | Make the workbook empty after saving the file.(Inherited from [`SaveOptions`](../saveoptions/).) | diff --git a/english/net/aspose.cells/ooxmlsaveoptions/asflatopc/_index.md b/english/net/aspose.cells/ooxmlsaveoptions/asflatopc/_index.md new file mode 100644 index 00000000000..42f8c4e0403 --- /dev/null +++ b/english/net/aspose.cells/ooxmlsaveoptions/asflatopc/_index.md @@ -0,0 +1,22 @@ +--- +title: OoxmlSaveOptions.AsFlatOpc +second_title: Aspose.Cells for .NET API Reference +description: OoxmlSaveOptions property. Indicates whether saving as a flat opc file which can be generated by Open XML SDK +type: docs +url: /net/aspose.cells/ooxmlsaveoptions/asflatopc/ +--- +## OoxmlSaveOptions.AsFlatOpc property + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```csharp +public bool AsFlatOpc { get; set; } +``` + +### See Also + +* class [OoxmlSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/pptxsaveoptions/_index.md b/english/net/aspose.cells/pptxsaveoptions/_index.md index 4827b9ed317..f47fe461f0b 100644 --- a/english/net/aspose.cells/pptxsaveoptions/_index.md +++ b/english/net/aspose.cells/pptxsaveoptions/_index.md @@ -26,6 +26,7 @@ public class PptxSaveOptions : PaginatedSaveOptions | --- | --- | | [AdjustFontSizeForRowType](../../aspose.cells/pptxsaveoptions/adjustfontsizeforrowtype/) { get; set; } | Represents what type of line needs to be adjusted size of font if height of row is small. | | [AllColumnsInOnePagePerSheet](../../aspose.cells/paginatedsaveoptions/allcolumnsinonepagepersheet/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [AsFlatOpc](../../aspose.cells/pptxsaveoptions/asflatopc/) { get; set; } | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [CachedFileFolder](../../aspose.cells/saveoptions/cachedfilefolder/) { get; set; } | The folder for temporary files that may be used as data cache.(Inherited from [`SaveOptions`](../saveoptions/).) | | [CheckExcelRestriction](../../aspose.cells/saveoptions/checkexcelrestriction/) { get; set; } | 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.(Inherited from [`SaveOptions`](../saveoptions/).) | | [CheckFontCompatibility](../../aspose.cells/paginatedsaveoptions/checkfontcompatibility/) { get; set; } | Indicates whether to check font compatibility for every character in text.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | @@ -36,6 +37,7 @@ public class PptxSaveOptions : PaginatedSaveOptions | [DefaultEditLanguage](../../aspose.cells/paginatedsaveoptions/defaulteditlanguage/) { get; set; } | Gets or sets default edit language.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [DefaultFont](../../aspose.cells/paginatedsaveoptions/defaultfont/) { get; set; } | 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.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [DrawObjectEventHandler](../../aspose.cells/paginatedsaveoptions/drawobjecteventhandler/) { get; set; } | Implements this interface to get DrawObject and Bound when rendering.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | +| [EmbedXlsxAsChartDataSource](../../aspose.cells/pptxsaveoptions/embedxlsxaschartdatasource/) { get; set; } | Indicates whether embedding an xlsx file as data source of the chart. | | [EmfRenderSetting](../../aspose.cells/paginatedsaveoptions/emfrendersetting/) { get; set; } | Setting for rendering Emf metafile.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [EncryptDocumentProperties](../../aspose.cells/saveoptions/encryptdocumentproperties/) { get; set; } | Indicates whether encrypt document properties when saving as .xls file. The default value is true.(Inherited from [`SaveOptions`](../saveoptions/).) | | [ExportViewType](../../aspose.cells/pptxsaveoptions/exportviewtype/) { get; set; } | Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing. | @@ -52,6 +54,7 @@ public class PptxSaveOptions : PaginatedSaveOptions | [PageSavingCallback](../../aspose.cells/paginatedsaveoptions/pagesavingcallback/) { get; set; } | Control/Indicate progress of page saving process.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [PrintingPageType](../../aspose.cells/paginatedsaveoptions/printingpagetype/) { get; set; } | Indicates which pages will not be printed.(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [RefreshChartCache](../../aspose.cells/saveoptions/refreshchartcache/) { get; set; } | Indicates whether refreshing chart cache data(Inherited from [`SaveOptions`](../saveoptions/).) | +| [SaveAsEditableShapes](../../aspose.cells/pptxsaveoptions/saveaseditableshapes/) { get; set; } | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | | [SaveFormat](../../aspose.cells/saveoptions/saveformat/) { get; } | Gets the save file format.(Inherited from [`SaveOptions`](../saveoptions/).) | | [SheetSet](../../aspose.cells/paginatedsaveoptions/sheetset/) { get; set; } | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`Visible`](../../aspose.cells.rendering/sheetset/visible/).(Inherited from [`PaginatedSaveOptions`](../paginatedsaveoptions/).) | | [SortExternalNames](../../aspose.cells/saveoptions/sortexternalnames/) { get; set; } | Indicates whether sorting external defined names before saving file.(Inherited from [`SaveOptions`](../saveoptions/).) | diff --git a/english/net/aspose.cells/pptxsaveoptions/asflatopc/_index.md b/english/net/aspose.cells/pptxsaveoptions/asflatopc/_index.md new file mode 100644 index 00000000000..18beb85152e --- /dev/null +++ b/english/net/aspose.cells/pptxsaveoptions/asflatopc/_index.md @@ -0,0 +1,22 @@ +--- +title: PptxSaveOptions.AsFlatOpc +second_title: Aspose.Cells for .NET API Reference +description: PptxSaveOptions property. Indicates whether saving as a flat opc file which can be generated by Open XML SDK +type: docs +url: /net/aspose.cells/pptxsaveoptions/asflatopc/ +--- +## PptxSaveOptions.AsFlatOpc property + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```csharp +public bool AsFlatOpc { get; set; } +``` + +### See Also + +* class [PptxSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/pptxsaveoptions/embedxlsxaschartdatasource/_index.md b/english/net/aspose.cells/pptxsaveoptions/embedxlsxaschartdatasource/_index.md new file mode 100644 index 00000000000..c055ca97f4a --- /dev/null +++ b/english/net/aspose.cells/pptxsaveoptions/embedxlsxaschartdatasource/_index.md @@ -0,0 +1,26 @@ +--- +title: PptxSaveOptions.EmbedXlsxAsChartDataSource +second_title: Aspose.Cells for .NET API Reference +description: PptxSaveOptions property. Indicates whether embedding an xlsx file as data source of the chart +type: docs +url: /net/aspose.cells/pptxsaveoptions/embedxlsxaschartdatasource/ +--- +## PptxSaveOptions.EmbedXlsxAsChartDataSource property + +Indicates whether embedding an xlsx file as data source of the chart. + +```csharp +public bool EmbedXlsxAsChartDataSource { get; set; } +``` + +### Remarks + +The default value is true. + +### See Also + +* class [PptxSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/pptxsaveoptions/saveaseditableshapes/_index.md b/english/net/aspose.cells/pptxsaveoptions/saveaseditableshapes/_index.md new file mode 100644 index 00000000000..1ad23adb412 --- /dev/null +++ b/english/net/aspose.cells/pptxsaveoptions/saveaseditableshapes/_index.md @@ -0,0 +1,26 @@ +--- +title: PptxSaveOptions.SaveAsEditableShapes +second_title: Aspose.Cells for .NET API Reference +description: PptxSaveOptions property. Save all drawing objects as editable shapes in the pptx file so you can edit them in PowerPoint +type: docs +url: /net/aspose.cells/pptxsaveoptions/saveaseditableshapes/ +--- +## PptxSaveOptions.SaveAsEditableShapes property + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```csharp +public bool SaveAsEditableShapes { get; set; } +``` + +### Remarks + +Only for charts. + +### See Also + +* class [PptxSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/streamprovideroptions/streamprovideroptions/_index.md b/english/net/aspose.cells/streamprovideroptions/streamprovideroptions/_index.md index 6d2836e51a3..1f4a17da2a4 100644 --- a/english/net/aspose.cells/streamprovideroptions/streamprovideroptions/_index.md +++ b/english/net/aspose.cells/streamprovideroptions/streamprovideroptions/_index.md @@ -24,41 +24,36 @@ public StreamProviderOptions(ResourceLoadingType loadingType, string defaultPath namespace AsposeCellsExamples { using Aspose.Cells; + using Aspose.Cells.Drawing; + using Microsoft.VisualBasic; using System; public class StreamProviderOptionsMethodCtorWithResourceLoadingTypeStringDemo { public static void Run() { - // Create a new workbook - Workbook workbook = new Workbook(); - Worksheet worksheet = workbook.Worksheets[0]; - - try + Workbook workbook = new Workbook("file1.xlsx"); + workbook.Settings.ResourceProvider = new StreamProvider(); + foreach (Shape shape in workbook.Worksheets[0].Shapes) { - // Call the #ctor method with ResourceLoadingType.Default and a default path - StreamProviderOptions options = new StreamProviderOptions(ResourceLoadingType.Default, "output_files/"); - - // Display the properties set by the constructor - Console.WriteLine($"ResourceLoadingType: {options.ResourceLoadingType}"); - Console.WriteLine($"DefaultPath: {options.DefaultPath}"); - - // Set additional properties - options.CustomPath = "custom_output/"; - options.Stream = null; // Can be set to a specific stream if needed - - // Use the options when saving (example with HTML save options) - HtmlSaveOptions saveOptions = new HtmlSaveOptions(); - saveOptions.StreamProvider = (IStreamProvider)options; - - // Save the workbook to demonstrate the effect - workbook.Save("StreamProviderOptionsDemo.html", saveOptions); + shape.ToImage("out.png", null); + } + } + } - Console.WriteLine("Workbook saved with StreamProviderOptions settings."); - } - catch (Exception ex) + class StreamProvider : IStreamProvider + { + public void InitStream(StreamProviderOptions options) + { + options.Stream = File.OpenRead("example.jpg"); + options.ResourceLoadingType = ResourceLoadingType.UserProvided; + } + public void CloseStream(StreamProviderOptions options) + { + if (options.Stream != null) { - Console.WriteLine($"Error executing #ctor method: {ex.Message}"); + options.Stream.Close(); + options.Stream = null; } } } @@ -88,6 +83,7 @@ public StreamProviderOptions() namespace AsposeCellsExamples { using Aspose.Cells; + using Aspose.Cells.Drawing; using System; using System.IO; @@ -98,30 +94,18 @@ namespace AsposeCellsExamples try { // Demonstrate parameterless constructor - StreamProviderOptions options1 = new StreamProviderOptions(); + StreamProviderOptions options = new StreamProviderOptions(); Console.WriteLine("Parameterless constructor:"); - Console.WriteLine($"ResourceLoadingType: {options1.ResourceLoadingType}"); - Console.WriteLine($"DefaultPath: {options1.DefaultPath}"); - - // Demonstrate constructor with parameters - StreamProviderOptions options2 = new StreamProviderOptions( - ResourceLoadingType.Default, - "output_files/"); - - Console.WriteLine("\nConstructor with parameters:"); - Console.WriteLine($"ResourceLoadingType: {options2.ResourceLoadingType}"); - Console.WriteLine($"DefaultPath: {options2.DefaultPath}"); - - // Set additional properties - options2.CustomPath = "custom_path/"; - options2.Stream = new MemoryStream(); + Console.WriteLine($"ResourceLoadingType: {options.ResourceLoadingType}"); + Console.WriteLine($"DefaultPath: {options.DefaultPath}"); // Create a workbook and save with stream options Workbook workbook = new Workbook(); workbook.Worksheets[0].Cells["A1"].PutValue("StreamProviderOptions Demo"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(); - saveOptions.StreamProvider = (IStreamProvider)options2; + string outputDir = "custom_path/"; + saveOptions.StreamProvider = new ExportStreamProvider(outputDir); workbook.Save("StreamProviderOptionsDemo.html", saveOptions); Console.WriteLine("\nWorkbook saved with custom stream options"); @@ -132,6 +116,39 @@ namespace AsposeCellsExamples } } } + + internal class ExportStreamProvider : IStreamProvider + { + private string outputDir; + + public ExportStreamProvider(string dir) + { + outputDir = dir; + } + + public void InitStream(StreamProviderOptions options) + { + if (options.DefaultPath == null) + { + options.Stream = new MemoryStream(); + } + else + { + string path = outputDir + Path.GetFileName(options.DefaultPath); + options.CustomPath = path; + Directory.CreateDirectory(Path.GetDirectoryName(path)); + options.Stream = File.Create(path); + } + } + + public void CloseStream(StreamProviderOptions options) + { + if (options != null && options.Stream != null) + { + options.Stream.Close(); + } + } + } } ``` diff --git a/english/net/aspose.cells/styleflag/alignments/_index.md b/english/net/aspose.cells/styleflag/alignments/_index.md index 662c4945811..914b4554821 100644 --- a/english/net/aspose.cells/styleflag/alignments/_index.md +++ b/english/net/aspose.cells/styleflag/alignments/_index.md @@ -47,9 +47,9 @@ namespace AsposeCellsExamples cell.SetStyle(style, styleFlag); // Display the current alignment settings - Console.WriteLine("Horizontal Alignment: " + style.HorizontalAlignment); - Console.WriteLine("Vertical Alignment: " + style.VerticalAlignment); - Console.WriteLine("Rotation: " + style.RotationAngle); + Console.WriteLine("Horizontal Alignment: " + cell.GetStyle().HorizontalAlignment); + Console.WriteLine("Vertical Alignment: " + cell.GetStyle().VerticalAlignment); + Console.WriteLine("Rotation: " + cell.GetStyle().RotationAngle); // Modify the style flag to disable alignment properties styleFlag.Alignments = false; diff --git a/english/net/aspose.cells/styleflag/diagonaldownborder/_index.md b/english/net/aspose.cells/styleflag/diagonaldownborder/_index.md index 1d4ac27ddb6..971e1fc454e 100644 --- a/english/net/aspose.cells/styleflag/diagonaldownborder/_index.md +++ b/english/net/aspose.cells/styleflag/diagonaldownborder/_index.md @@ -36,9 +36,9 @@ namespace AsposeCellsExamples // Create a style object and set diagonal down border Style style = workbook.CreateStyle(); - style.Borders.DiagonalStyle = CellBorderType.Thick; - style.Borders.DiagonalColor = Color.FromArgb(255, 0, 0, 255); - + style.Borders[BorderType.DiagonalDown].LineStyle = CellBorderType.Thick; + style.Borders[BorderType.DiagonalDown].Color = Color.FromArgb(255, 0, 0, 255); + // Create a style flag and enable diagonal down border flag StyleFlag styleFlag = new StyleFlag(); styleFlag.DiagonalDownBorder = true; @@ -47,11 +47,16 @@ namespace AsposeCellsExamples cell.SetStyle(style, styleFlag); // Check if diagonal down border flag is enabled - Console.WriteLine("DiagonalDownBorder flag is enabled: " + styleFlag.DiagonalDownBorder); + Console.WriteLine("DiagonalDownBorder flag is enabled: " + cell.GetStyle().Borders[BorderType.DiagonalDown].LineStyle); // Disable the diagonal down border flag styleFlag.DiagonalDownBorder = false; - Console.WriteLine("DiagonalDownBorder flag is now: " + styleFlag.DiagonalDownBorder); + style.Borders[BorderType.DiagonalDown].LineStyle = CellBorderType.Thin; + style.Borders[BorderType.DiagonalDown].Color = Color.FromArgb(255, 0, 255, 0); + + // Apply the style with the flag to the cell + cell.SetStyle(style, styleFlag); + Console.WriteLine("DiagonalDownBorder flag is now: " + cell.GetStyle().Borders[BorderType.DiagonalDown].LineStyle); // Save the workbook workbook.Save("StyleFlagPropertyDiagonalDownBorderDemo.xlsx"); diff --git a/english/net/aspose.cells/styleflag/diagonalupborder/_index.md b/english/net/aspose.cells/styleflag/diagonalupborder/_index.md index 374dea0f280..500c5c66d4e 100644 --- a/english/net/aspose.cells/styleflag/diagonalupborder/_index.md +++ b/english/net/aspose.cells/styleflag/diagonalupborder/_index.md @@ -36,8 +36,8 @@ namespace AsposeCellsExamples // Create a style object and set diagonal up border Style style = workbook.CreateStyle(); - style.Borders.DiagonalStyle = CellBorderType.MediumDashDot; - style.Borders.DiagonalColor = Color.Red; + style.Borders[BorderType.DiagonalUp].LineStyle = CellBorderType.Thick; + style.Borders[BorderType.DiagonalUp].Color = Color.FromArgb(255, 0, 0, 255); // Create a style flag and enable diagonal up border flag StyleFlag styleFlag = new StyleFlag(); @@ -52,8 +52,8 @@ namespace AsposeCellsExamples // Create a different style for comparison Style style2 = workbook.CreateStyle(); - style2.Borders.DiagonalStyle = CellBorderType.Thick; - style2.Borders.DiagonalColor = Color.Blue; + style.Borders[BorderType.DiagonalUp].LineStyle = CellBorderType.Thin; + style.Borders[BorderType.DiagonalUp].Color = Color.FromArgb(255, 0, 255, 0); // Apply the second style with the same flag cell2.SetStyle(style2, styleFlag); diff --git a/english/net/aspose.cells/styleflag/fontscript/_index.md b/english/net/aspose.cells/styleflag/fontscript/_index.md index 0a80afd078a..f9f4349c2a2 100644 --- a/english/net/aspose.cells/styleflag/fontscript/_index.md +++ b/english/net/aspose.cells/styleflag/fontscript/_index.md @@ -49,11 +49,12 @@ namespace AsposeCellsExamples // Change font script to superscript style.Font.IsSubscript = false; - style.Font.IsSuperscript = true; + style.Font.IsSuperscript = false; cell.SetStyle(style, styleFlag); // Display the updated font script status Console.WriteLine("Font is superscript: " + cell.GetStyle().Font.IsSuperscript); + Console.WriteLine("Font is subscript: " + cell.GetStyle().Font.IsSubscript); // Save the workbook workbook.Save("StyleFlagPropertyFontScriptDemo.xlsx"); diff --git a/english/net/aspose.cells/styleflag/fontstrike/_index.md b/english/net/aspose.cells/styleflag/fontstrike/_index.md index 98b609c0d0e..fbfcd498bc6 100644 --- a/english/net/aspose.cells/styleflag/fontstrike/_index.md +++ b/english/net/aspose.cells/styleflag/fontstrike/_index.md @@ -45,11 +45,15 @@ namespace AsposeCellsExamples cell.SetStyle(style, styleFlag); // Display the current FontStrike status - Console.WriteLine("FontStrike applied: " + style.Font.IsStrikeout); + Console.WriteLine("FontStrike applied: " + cell.GetStyle().Font.IsStrikeout); // Create another cell to demonstrate non-strikethrough text Cell cell2 = worksheet.Cells["A2"]; cell2.PutValue("Normal Text"); + styleFlag.FontStrike = false; + + cell2.SetStyle(style, styleFlag); + Console.WriteLine("FontStrike applied: " + cell2.GetStyle().Font.IsStrikeout); // Save the workbook to see the effects workbook.Save("PropertyFontStrikeDemo.xlsx"); diff --git a/english/net/aspose.cells/styleflag/fontunderline/_index.md b/english/net/aspose.cells/styleflag/fontunderline/_index.md index 58dc10b66e2..fcecc6fe64f 100644 --- a/english/net/aspose.cells/styleflag/fontunderline/_index.md +++ b/english/net/aspose.cells/styleflag/fontunderline/_index.md @@ -45,12 +45,14 @@ namespace AsposeCellsExamples cell.SetStyle(style, styleFlag); // Display current underline status - Console.WriteLine("Current FontUnderline status: " + style.Font.Underline); + Console.WriteLine("Current FontUnderline status: " + cell.GetStyle().Font.Underline); // Change the underline type to double style.Font.Underline = FontUnderlineType.Double; cell.SetStyle(style, styleFlag); + Console.WriteLine("Current FontUnderline status: " + cell.GetStyle().Font.Underline); + // Save the workbook workbook.Save("FontUnderlineDemo.xlsx"); } diff --git a/english/net/aspose.cells/styleflag/hideformula/_index.md b/english/net/aspose.cells/styleflag/hideformula/_index.md index c493fde9e06..71b6828bbaa 100644 --- a/english/net/aspose.cells/styleflag/hideformula/_index.md +++ b/english/net/aspose.cells/styleflag/hideformula/_index.md @@ -28,10 +28,10 @@ namespace AsposeCellsExamples // Create a new workbook Workbook workbook = new Workbook(); Worksheet worksheet = workbook.Worksheets[0]; - + Cell a1 = worksheet.Cells["A1"]; // Add a formula to cell A1 - worksheet.Cells["A1"].Formula = "=1+2"; - worksheet.Cells["A1"].Value = 3; // Display value + a1.Formula = "=1+2"; + a1.Value = 3; // Display value // Create a style flag with HideFormula set to true StyleFlag styleFlag = new StyleFlag(); @@ -42,7 +42,7 @@ namespace AsposeCellsExamples style.IsFormulaHidden = true; // Apply the style to cell A1 with the style flag - worksheet.Cells["A1"].SetStyle(style, styleFlag); + a1.SetStyle(style, styleFlag); // Protect the worksheet to see the effect of HideFormula worksheet.Protection.AllowEditingObject = true; @@ -53,8 +53,8 @@ namespace AsposeCellsExamples workbook.Save("PropertyHideFormulaDemo.xlsx"); // Verify the formula is hidden - Console.WriteLine("Formula in A1: " + worksheet.Cells["A1"].Formula); - Console.WriteLine("Is formula hidden? " + style.IsFormulaHidden); + Console.WriteLine("Formula in A1: " + a1.Formula); + Console.WriteLine("Is formula hidden? " + a1.GetStyle().IsFormulaHidden); } } } diff --git a/english/net/aspose.cells/styleflag/quoteprefix/_index.md b/english/net/aspose.cells/styleflag/quoteprefix/_index.md index aef677ba7ba..23bd94a8562 100644 --- a/english/net/aspose.cells/styleflag/quoteprefix/_index.md +++ b/english/net/aspose.cells/styleflag/quoteprefix/_index.md @@ -45,7 +45,7 @@ namespace AsposeCellsExamples cell.SetStyle(style, flag); // Display the current QuotePrefix value - Console.WriteLine("Current QuotePrefix value: " + style.QuotePrefix); + Console.WriteLine("Current QuotePrefix value: " + cell.GetStyle().QuotePrefix); // Save the workbook to see the effect (the value will be treated as text in Excel) workbook.Save("PropertyQuotePrefixDemo.xlsx"); @@ -54,6 +54,7 @@ namespace AsposeCellsExamples style.QuotePrefix = false; cell.SetStyle(style, flag); + Console.WriteLine("Current QuotePrefix value: " + cell.GetStyle().QuotePrefix); // Save again with different name to compare workbook.Save("PropertyQuotePrefixDemo_WithoutPrefix.xlsx"); } diff --git a/english/net/aspose.cells/styleflag/rotation/_index.md b/english/net/aspose.cells/styleflag/rotation/_index.md index 9a5b75ba430..7b9f7b2fde6 100644 --- a/english/net/aspose.cells/styleflag/rotation/_index.md +++ b/english/net/aspose.cells/styleflag/rotation/_index.md @@ -34,14 +34,14 @@ namespace AsposeCellsExamples cell.PutValue("Rotated Text"); // Get the style of the cell - Style style = cell.GetStyle(); - - // Display current rotation value - Console.WriteLine("Current Rotation value: " + style.RotationAngle); + Style style = workbook.CreateStyle(); // Set new rotation value (45 degrees) style.RotationAngle = 45; + // Display current rotation value + Console.WriteLine("Current Rotation value: " + cell.GetStyle().RotationAngle); + // Create a style flag and enable rotation flag StyleFlag styleFlag = new StyleFlag(); styleFlag.Rotation = true; @@ -49,9 +49,8 @@ namespace AsposeCellsExamples // Apply the style with rotation to the cell cell.SetStyle(style, styleFlag); - // Auto-fit the column to see the rotated text properly - worksheet.AutoFitColumn(0); - + Console.WriteLine("after setting style, rotation value: " + cell.GetStyle().RotationAngle); + // Save the result workbook.Save("PropertyRotationDemo.xlsx"); } diff --git a/english/net/aspose.cells/styleflag/textdirection/_index.md b/english/net/aspose.cells/styleflag/textdirection/_index.md index 72cace8eed5..9bccc807b5c 100644 --- a/english/net/aspose.cells/styleflag/textdirection/_index.md +++ b/english/net/aspose.cells/styleflag/textdirection/_index.md @@ -45,12 +45,14 @@ namespace AsposeCellsExamples cell.SetStyle(style, styleFlag); // Display current text direction - Console.WriteLine("Current TextDirection value: " + style.TextDirection); + Console.WriteLine("Current TextDirection value: " + cell.GetStyle().TextDirection); // Change text direction and apply again style.TextDirection = TextDirectionType.LeftToRight; cell.SetStyle(style, styleFlag); + Console.WriteLine("Current TextDirection value: " + cell.GetStyle().TextDirection); + // Save the workbook workbook.Save("TextDirectionDemo.xlsx"); } diff --git a/english/net/aspose.cells/workbookdesigner/_index.md b/english/net/aspose.cells/workbookdesigner/_index.md index 7ceab4299e1..9c1a54031c7 100644 --- a/english/net/aspose.cells/workbookdesigner/_index.md +++ b/english/net/aspose.cells/workbookdesigner/_index.md @@ -26,12 +26,13 @@ public class WorkbookDesigner | --- | --- | | [CalculateFormula](../../aspose.cells/workbookdesigner/calculateformula/) { get; set; } | Indicates whether formulas should be calculated. | | [CallBack](../../aspose.cells/workbookdesigner/callback/) { get; set; } | Gets and sets callback interface of processing smartmarker. | -| [ContainsVariables](../../aspose.cells/workbookdesigner/containsvariables/) { get; set; } | Indicates whether the first worksheet contains custom variables. | +| [ContainsVariables](../../aspose.cells/workbookdesigner/containsvariables/) { get; set; } | (**Obsolete.**) Indicates whether the first worksheet contains custom variables. | | [LineByLine](../../aspose.cells/workbookdesigner/linebyline/) { get; set; } | (**Obsolete.**) Indicates whether processing the smart marker line by line. | | [RepeatFormulasWithSubtotal](../../aspose.cells/workbookdesigner/repeatformulaswithsubtotal/) { get; set; } | Indicates whether repeating formulas with subtotal row. | | [SortDataSource](../../aspose.cells/workbookdesigner/sortdatasource/) { get; set; } | Indicates whether sorting data source. | | [UpdateEmptyStringAsNull](../../aspose.cells/workbookdesigner/updateemptystringasnull/) { get; set; } | If TRUE, Null will be inserted if the value is ""; | | [UpdateReference](../../aspose.cells/workbookdesigner/updatereference/) { get; set; } | Indicates if references in other worksheets will be updated. | +| [VariablesWorksheetName](../../aspose.cells/workbookdesigner/variablesworksheetname/) { get; set; } | Gets and sets the name of the worksheet which contains variables smart marker. | | [Workbook](../../aspose.cells/workbookdesigner/workbook/) { get; set; } | Gets and sets the [`Workbook`](./workbook/) object. | ## Methods diff --git a/english/net/aspose.cells/workbookdesigner/containsvariables/_index.md b/english/net/aspose.cells/workbookdesigner/containsvariables/_index.md index b6313f42025..afc7a6f2f42 100644 --- a/english/net/aspose.cells/workbookdesigner/containsvariables/_index.md +++ b/english/net/aspose.cells/workbookdesigner/containsvariables/_index.md @@ -10,9 +10,15 @@ url: /net/aspose.cells/workbookdesigner/containsvariables/ Indicates whether the first worksheet contains custom variables. ```csharp +[Obsolete("Use WorkbookDesigner.VariablesWorksheetName property, instead.")] +[EditorBrowsable(EditorBrowsableState.Never)] public bool ContainsVariables { get; set; } ``` +### Remarks + +NOTE: This member is now obsolete. Instead, please use WorkbookDesigner.VariablesWorksheetName property, instead. This property will be removed 3 months later since September 2025. Aspose apologizes for any inconvenience you may have experienced. + ### See Also * class [WorkbookDesigner](../) diff --git a/english/net/aspose.cells/workbookdesigner/variablesworksheetname/_index.md b/english/net/aspose.cells/workbookdesigner/variablesworksheetname/_index.md new file mode 100644 index 00000000000..5985252d345 --- /dev/null +++ b/english/net/aspose.cells/workbookdesigner/variablesworksheetname/_index.md @@ -0,0 +1,22 @@ +--- +title: WorkbookDesigner.VariablesWorksheetName +second_title: Aspose.Cells for .NET API Reference +description: WorkbookDesigner property. Gets and sets the name of the worksheet which contains variables smart marker +type: docs +url: /net/aspose.cells/workbookdesigner/variablesworksheetname/ +--- +## WorkbookDesigner.VariablesWorksheetName property + +Gets and sets the name of the worksheet which contains variables smart marker. + +```csharp +public string VariablesWorksheetName { get; set; } +``` + +### See Also + +* class [WorkbookDesigner](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/nodejs-cpp/_index.md b/english/nodejs-cpp/_index.md index d2a63585620..8fd1c80f3dc 100644 --- a/english/nodejs-cpp/_index.md +++ b/english/nodejs-cpp/_index.md @@ -637,6 +637,7 @@ is_root: true | [GridlineType](./gridlinetype) | Enumerates grid line Type. | | [HeaderFooterCommandType](./headerfootercommandtype) | Represents the command type of header and footer. | | [HtmlCrossType](./htmlcrosstype) | Represents five types of html cross string. | +| [HtmlEmbeddedFontType](./htmlembeddedfonttype) | Represents the embedded font type in html. | | [HtmlExportDataOptions](./htmlexportdataoptions) | Represents the options for exporting html data. | | [HtmlFormatHandlingType](./htmlformathandlingtype) | Specifies how to handle formatting from the HTML source | | [HtmlHiddenColDisplayType](./htmlhiddencoldisplaytype) | Represents two types of showing the hidden columns in html. | @@ -747,6 +748,7 @@ is_root: true | [ResourceLoadingType](./resourceloadingtype) | Represents how to loading the linked resource. | | [RevisionActionType](./revisionactiontype) | Represents the type of revision action. | | [RevisionType](./revisiontype) | Represents the revision type. | +| [SaveElementType](./saveelementtype) | Represents what kind of elements should be saved. | | [SaveFormat](./saveformat) | Represents the format in which the workbook is saved. | | [SelectionType](./selectiontype) | The selection type of list box. | | [SensitivityLabelAssignmentType](./sensitivitylabelassignmenttype) | Represents the assignment method for the sensitivity label. | diff --git a/english/nodejs-cpp/copyoptions/_index.md b/english/nodejs-cpp/copyoptions/_index.md index 7f6bb7e586f..6eb5985fd17 100644 --- a/english/nodejs-cpp/copyoptions/_index.md +++ b/english/nodejs-cpp/copyoptions/_index.md @@ -140,7 +140,7 @@ referToDestinationSheet : boolean; **Remarks** -The default value is false, it works as MS Excel. +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" ### getKeepMacros() {#getKeepMacros--} @@ -309,7 +309,7 @@ getReferToDestinationSheet() : boolean; **Remarks** -The default value is false, it works as MS Excel. +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" ### setReferToDestinationSheet(boolean) {#setReferToDestinationSheet-boolean-} @@ -326,7 +326,7 @@ setReferToDestinationSheet(value: boolean) : void; **Remarks** -The default value is false, it works as MS Excel. +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" ### isNull() {#isNull--} diff --git a/english/nodejs-cpp/docxsaveoptions/_index.md b/english/nodejs-cpp/docxsaveoptions/_index.md index 0a1e63916dd..84f76580d8e 100644 --- a/english/nodejs-cpp/docxsaveoptions/_index.md +++ b/english/nodejs-cpp/docxsaveoptions/_index.md @@ -29,6 +29,9 @@ class DocxSaveOptions extends PaginatedSaveOptions; | --- | --- | --- | | [saveAsEditableShaps](#saveAsEditableShaps--)| boolean | Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | | [saveAsEditableShapes](#saveAsEditableShapes--)| boolean | Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | +| [embedXlsxAsChartDataSource](#embedXlsxAsChartDataSource--)| boolean | Indicates whether embedding an xlsx file as data source of the chart. | +| [asFlatOpc](#asFlatOpc--)| boolean | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +| [saveElementType](#saveElementType--)| SaveElementType | Indicates which elements should be saved. | | [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. | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | @@ -72,6 +75,12 @@ class DocxSaveOptions extends PaginatedSaveOptions; | [setSaveAsEditableShaps(boolean)](#setSaveAsEditableShaps-boolean-)| @deprecated. Please use the 'saveAsEditableShaps' property instead. Save all drawing objecgts as editable shapes in word file.So you can edit them in Word. | | [getSaveAsEditableShapes()](#getSaveAsEditableShapes--)| @deprecated. Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | | [setSaveAsEditableShapes(boolean)](#setSaveAsEditableShapes-boolean-)| @deprecated. Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the word file, so you can edit them in Word. | +| [getEmbedXlsxAsChartDataSource()](#getEmbedXlsxAsChartDataSource--)| @deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. | +| [setEmbedXlsxAsChartDataSource(boolean)](#setEmbedXlsxAsChartDataSource-boolean-)| @deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. | +| [getAsFlatOpc()](#getAsFlatOpc--)| @deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +| [setAsFlatOpc(boolean)](#setAsFlatOpc-boolean-)| @deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +| [getSaveElementType()](#getSaveElementType--)| @deprecated. Please use the 'saveElementType' property instead. Indicates which elements should be saved. | +| [setSaveElementType(SaveElementType)](#setSaveElementType-saveelementtype-)| @deprecated. Please use the 'saveElementType' property instead. Indicates which elements should be saved. | | [getAsNormalView()](#getAsNormalView--)| @deprecated. 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. | | [setAsNormalView(boolean)](#setAsNormalView-boolean-)| @deprecated. 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. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | @@ -203,6 +212,37 @@ saveAsEditableShapes : boolean; Only for charts. +### embedXlsxAsChartDataSource {#embedXlsxAsChartDataSource--} + +Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +embedXlsxAsChartDataSource : boolean; +``` + + +**Remarks** + +The default value is true. + +### asFlatOpc {#asFlatOpc--} + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +asFlatOpc : boolean; +``` + + +### saveElementType {#saveElementType--} + +Indicates which elements should be saved. + +```javascript +saveElementType : SaveElementType; +``` + + ### asNormalView {#asNormalView--} 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. @@ -637,6 +677,84 @@ setSaveAsEditableShapes(value: boolean) : void; Only for charts. +### getEmbedXlsxAsChartDataSource() {#getEmbedXlsxAsChartDataSource--} + +@deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +getEmbedXlsxAsChartDataSource() : boolean; +``` + + +**Remarks** + +The default value is true. + +### setEmbedXlsxAsChartDataSource(boolean) {#setEmbedXlsxAsChartDataSource-boolean-} + +@deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +setEmbedXlsxAsChartDataSource(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + +**Remarks** + +The default value is true. + +### getAsFlatOpc() {#getAsFlatOpc--} + +@deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +getAsFlatOpc() : boolean; +``` + + +### setAsFlatOpc(boolean) {#setAsFlatOpc-boolean-} + +@deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +setAsFlatOpc(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + +### getSaveElementType() {#getSaveElementType--} + +@deprecated. Please use the 'saveElementType' property instead. Indicates which elements should be saved. + +```javascript +getSaveElementType() : SaveElementType; +``` + + +**Returns** + +[SaveElementType](../saveelementtype/) + +### setSaveElementType(SaveElementType) {#setSaveElementType-saveelementtype-} + +@deprecated. Please use the 'saveElementType' property instead. Indicates which elements should be saved. + +```javascript +setSaveElementType(value: SaveElementType) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [SaveElementType](../saveelementtype/) | The value to set. | + ### getAsNormalView() {#getAsNormalView--} @deprecated. 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. diff --git a/english/nodejs-cpp/ebooksaveoptions/_index.md b/english/nodejs-cpp/ebooksaveoptions/_index.md index 580e88d752e..d69bd75a8f8 100644 --- a/english/nodejs-cpp/ebooksaveoptions/_index.md +++ b/english/nodejs-cpp/ebooksaveoptions/_index.md @@ -107,6 +107,7 @@ class EbookSaveOptions extends HtmlSaveOptions; | [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. | | [htmlVersion](#htmlVersion--)| HtmlVersion | Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. | | [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/). | +| [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. | ## Methods @@ -271,6 +272,8 @@ class EbookSaveOptions extends HtmlSaveOptions; | [setHtmlVersion(HtmlVersion)](#setHtmlVersion-htmlversion-)| @deprecated. 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. | | [getSheetSet()](#getSheetSet--)| @deprecated. 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/). | | [setSheetSet(SheetSet)](#setSheetSet-sheetset-)| @deprecated. 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/). | +| [getEmbeddedFontType()](#getEmbeddedFontType--)| @deprecated. 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. | +| [setEmbeddedFontType(HtmlEmbeddedFontType)](#setEmbeddedFontType-htmlembeddedfonttype-)| @deprecated. 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. | ### constructor() {#constructor--} @@ -1084,6 +1087,15 @@ sheetSet : SheetSet; ``` +### embeddedFontType {#embeddedFontType--} + +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. + +```javascript +embeddedFontType : HtmlEmbeddedFontType; +``` + + ### isNull() {#isNull--} Checks whether the implementation object is null. @@ -3003,4 +3015,30 @@ setSheetSet(value: SheetSet) : void; | --- | --- | --- | | value | [SheetSet](../sheetset/) | The value to set. | +### getEmbeddedFontType() {#getEmbeddedFontType--} + +@deprecated. 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. + +```javascript +getEmbeddedFontType() : HtmlEmbeddedFontType; +``` + + +**Returns** + +[HtmlEmbeddedFontType](../htmlembeddedfonttype/) + +### setEmbeddedFontType(HtmlEmbeddedFontType) {#setEmbeddedFontType-htmlembeddedfonttype-} + +@deprecated. 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. + +```javascript +setEmbeddedFontType(value: HtmlEmbeddedFontType) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [HtmlEmbeddedFontType](../htmlembeddedfonttype/) | The value to set. | + diff --git a/english/nodejs-cpp/fileformattype/_index.md b/english/nodejs-cpp/fileformattype/_index.md index cafc355e645..81bb23c0d7e 100644 --- a/english/nodejs-cpp/fileformattype/_index.md +++ b/english/nodejs-cpp/fileformattype/_index.md @@ -80,6 +80,7 @@ Represents the file format types. | Json | `513` | Json | | SqlScript | `514` | Sql | | Dbf | `515` | Xbase Data file | +| FlatOpc | `516` | Flat opc file | | XHtml | `771` | Rrepesents XHtml file. | | OneNote | `772` | Rrepesents One Note file. | | MicrosoftCabinet | `773` | Rrepesents Microsoft Cabinet file. | diff --git a/english/nodejs-cpp/htmlembeddedfonttype/_index.md b/english/nodejs-cpp/htmlembeddedfonttype/_index.md new file mode 100644 index 00000000000..9df3f03f21c --- /dev/null +++ b/english/nodejs-cpp/htmlembeddedfonttype/_index.md @@ -0,0 +1,16 @@ +--- +title: HtmlEmbeddedFontType +second_title: Aspose.Cells for Node.js via C++ API Reference +description: Represents the embedded font type in html. +type: docs +url: /nodejs-cpp/htmlembeddedfonttype/ +--- + +## HtmlEmbeddedFontType enumeration +Represents the embedded font type in html. +### Values +| Name | Value | Description | +| --- | --- | --- | +| None | `0` | Not embed font. | +| Woff | `1` | Embed WOFF font. | + diff --git a/english/nodejs-cpp/htmlsaveoptions/_index.md b/english/nodejs-cpp/htmlsaveoptions/_index.md index 2152aab7908..ce9f5e5d461 100644 --- a/english/nodejs-cpp/htmlsaveoptions/_index.md +++ b/english/nodejs-cpp/htmlsaveoptions/_index.md @@ -94,6 +94,7 @@ class HtmlSaveOptions extends SaveOptions; | [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. | | [htmlVersion](#htmlVersion--)| HtmlVersion | Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default. | | [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/). | +| [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. | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -245,6 +246,8 @@ class HtmlSaveOptions extends SaveOptions; | [setHtmlVersion(HtmlVersion)](#setHtmlVersion-htmlversion-)| @deprecated. 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. | | [getSheetSet()](#getSheetSet--)| @deprecated. 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/). | | [setSheetSet(SheetSet)](#setSheetSet-sheetset-)| @deprecated. 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/). | +| [getEmbeddedFontType()](#getEmbeddedFontType--)| @deprecated. 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. | +| [setEmbeddedFontType(HtmlEmbeddedFontType)](#setEmbeddedFontType-htmlembeddedfonttype-)| @deprecated. 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. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | | [getSaveFormat()](#getSaveFormat--)| @deprecated. Please use the 'saveFormat' property instead. Gets the save file format. | | [getClearData()](#getClearData--)| @deprecated. Please use the 'clearData' property instead. Make the workbook empty after saving the file. | @@ -943,6 +946,15 @@ sheetSet : SheetSet; ``` +### embeddedFontType {#embeddedFontType--} + +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. + +```javascript +embeddedFontType : HtmlEmbeddedFontType; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. @@ -2665,6 +2677,32 @@ setSheetSet(value: SheetSet) : void; | --- | --- | --- | | value | [SheetSet](../sheetset/) | The value to set. | +### getEmbeddedFontType() {#getEmbeddedFontType--} + +@deprecated. 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. + +```javascript +getEmbeddedFontType() : HtmlEmbeddedFontType; +``` + + +**Returns** + +[HtmlEmbeddedFontType](../htmlembeddedfonttype/) + +### setEmbeddedFontType(HtmlEmbeddedFontType) {#setEmbeddedFontType-htmlembeddedfonttype-} + +@deprecated. 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. + +```javascript +setEmbeddedFontType(value: HtmlEmbeddedFontType) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [HtmlEmbeddedFontType](../htmlembeddedfonttype/) | The value to set. | + ### isNull() {#isNull--} Checks whether the implementation object is null. diff --git a/english/nodejs-cpp/markdownsaveoptions/_index.md b/english/nodejs-cpp/markdownsaveoptions/_index.md index 73da323d856..bc47d76f13c 100644 --- a/english/nodejs-cpp/markdownsaveoptions/_index.md +++ b/english/nodejs-cpp/markdownsaveoptions/_index.md @@ -35,6 +35,8 @@ class MarkdownSaveOptions extends SaveOptions; | [imageOptions](#imageOptions--)| ImageOrPrintOptions | Readonly. Get the ImageOrPrintOptions object before exporting | | [exportImagesAsBase64](#exportImagesAsBase64--)| boolean | Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [calculateFormula](#calculateFormula--)| boolean | Indicates whether to calculate formulas before saving markdown file. | +| [exportHyperlinkAsReference](#exportHyperlinkAsReference--)| boolean | Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [alignColumnPadding](#alignColumnPadding--)| string | Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -70,6 +72,10 @@ class MarkdownSaveOptions extends SaveOptions; | [setExportImagesAsBase64(boolean)](#setExportImagesAsBase64-boolean-)| @deprecated. Please use the 'exportImagesAsBase64' property instead. Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [getCalculateFormula()](#getCalculateFormula--)| @deprecated. Please use the 'calculateFormula' property instead. Indicates whether to calculate formulas before saving markdown file. | | [setCalculateFormula(boolean)](#setCalculateFormula-boolean-)| @deprecated. Please use the 'calculateFormula' property instead. Indicates whether to calculate formulas before saving markdown file. | +| [getExportHyperlinkAsReference()](#getExportHyperlinkAsReference--)| @deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [setExportHyperlinkAsReference(boolean)](#setExportHyperlinkAsReference-boolean-)| @deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [getAlignColumnPadding()](#getAlignColumnPadding--)| @deprecated. Please use the 'alignColumnPadding' property instead. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | +| [setAlignColumnPadding(string)](#setAlignColumnPadding-string-)| @deprecated. Please use the 'alignColumnPadding' property instead. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | | [isNull()](#isNull--)| Checks whether the implementation object is null. | | [getSaveFormat()](#getSaveFormat--)| @deprecated. Please use the 'saveFormat' property instead. Gets the save file format. | | [getClearData()](#getClearData--)| @deprecated. Please use the 'clearData' property instead. Make the workbook empty after saving the file. | @@ -213,6 +219,24 @@ calculateFormula : boolean; The default value is false. +### exportHyperlinkAsReference {#exportHyperlinkAsReference--} + +Exports hyperlink using reference definitions instead of inline format. The default value is false. + +```javascript +exportHyperlinkAsReference : boolean; +``` + + +### alignColumnPadding {#alignColumnPadding--} + +Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). + +```javascript +alignColumnPadding : string; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. @@ -587,6 +611,50 @@ setCalculateFormula(value: boolean) : void; The default value is false. +### getExportHyperlinkAsReference() {#getExportHyperlinkAsReference--} + +@deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. + +```javascript +getExportHyperlinkAsReference() : boolean; +``` + + +### setExportHyperlinkAsReference(boolean) {#setExportHyperlinkAsReference-boolean-} + +@deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. + +```javascript +setExportHyperlinkAsReference(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + +### getAlignColumnPadding() {#getAlignColumnPadding--} + +@deprecated. Please use the 'alignColumnPadding' property instead. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). + +```javascript +getAlignColumnPadding() : string; +``` + + +### setAlignColumnPadding(string) {#setAlignColumnPadding-string-} + +@deprecated. Please use the 'alignColumnPadding' property instead. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). + +```javascript +setAlignColumnPadding(value: string) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | string | The value to set. | + ### isNull() {#isNull--} Checks whether the implementation object is null. diff --git a/english/nodejs-cpp/ooxmlsaveoptions/_index.md b/english/nodejs-cpp/ooxmlsaveoptions/_index.md index 760b042d7e2..8982dd345e1 100644 --- a/english/nodejs-cpp/ooxmlsaveoptions/_index.md +++ b/english/nodejs-cpp/ooxmlsaveoptions/_index.md @@ -27,6 +27,7 @@ class OoxmlSaveOptions extends SaveOptions; | Property | Type | Description | | --- | --- | --- | +| [asFlatOpc](#asFlatOpc--)| boolean | Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [exportCellName](#exportCellName--)| boolean | Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. | | [lightCellsDataProvider](#lightCellsDataProvider--)| LightCellsDataProvider | The data provider for saving workbook in light mode. | | [updateZoom](#updateZoom--)| boolean | Indicates whether update scaling factor before saving the file if the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled. | @@ -52,6 +53,8 @@ class OoxmlSaveOptions extends SaveOptions; | Method | Description | | --- | --- | +| [getAsFlatOpc()](#getAsFlatOpc--)| @deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | +| [setAsFlatOpc(boolean)](#setAsFlatOpc-boolean-)| @deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK. | | [getExportCellName()](#getExportCellName--)| @deprecated. Please use the 'exportCellName' property instead. Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. | | [setExportCellName(boolean)](#setExportCellName-boolean-)| @deprecated. Please use the 'exportCellName' property instead. Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. | | [getLightCellsDataProvider()](#getLightCellsDataProvider--)| @deprecated. Please use the 'lightCellsDataProvider' property instead. The data provider for saving workbook in light mode. | @@ -129,6 +132,15 @@ constructor(saveFormat: SaveFormat); | --- | --- | --- | | saveFormat | [SaveFormat](../saveformat/) | The file format. /// It should be one of following types: [SaveFormat.Xlsx](../saveformat.xlsx/), [SaveFormat.Xltx](../saveformat.xltx/), /// [SaveFormat.Xlam](../saveformat.xlam/), [SaveFormat.Xlsm](../saveformat.xlsm/) or [SaveFormat.Xltm](../saveformat.xltm/), /// otherwise the saved format will be set as [SaveFormat.Xlsx](../saveformat.xlsx/) automatically. | +### asFlatOpc {#asFlatOpc--} + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```javascript +asFlatOpc : boolean; +``` + + ### exportCellName {#exportCellName--} Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. @@ -345,6 +357,28 @@ encryptDocumentProperties : boolean; Only for .xls,xlsx,xlsb and xlsm file. +### getAsFlatOpc() {#getAsFlatOpc--} + +@deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```javascript +getAsFlatOpc() : boolean; +``` + + +### setAsFlatOpc(boolean) {#setAsFlatOpc-boolean-} + +@deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK. + +```javascript +setAsFlatOpc(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + ### getExportCellName() {#getExportCellName--} @deprecated. Please use the 'exportCellName' property instead. Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true. diff --git a/english/nodejs-cpp/pptxsaveoptions/_index.md b/english/nodejs-cpp/pptxsaveoptions/_index.md index 14b5b997b61..bb1830212f6 100644 --- a/english/nodejs-cpp/pptxsaveoptions/_index.md +++ b/english/nodejs-cpp/pptxsaveoptions/_index.md @@ -28,8 +28,11 @@ class PptxSaveOptions extends PaginatedSaveOptions; | Property | Type | Description | | --- | --- | --- | | [ignoreHiddenRows](#ignoreHiddenRows--)| boolean | Inidicates whether ignoring hidden rows when converting Excel to PowerPoint. | +| [saveAsEditableShapes](#saveAsEditableShapes--)| boolean | Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | +| [embedXlsxAsChartDataSource](#embedXlsxAsChartDataSource--)| boolean | Indicates whether embedding an xlsx file as data source of the chart. | | [adjustFontSizeForRowType](#adjustFontSizeForRowType--)| AdjustFontSizeForRowType | Represents what type of line needs to be adjusted size of font if height of row is small. | | [exportViewType](#exportViewType--)| SlideViewType | Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing. | +| [asFlatOpc](#asFlatOpc--)| boolean | Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -70,10 +73,16 @@ class PptxSaveOptions extends PaginatedSaveOptions; | --- | --- | | [getIgnoreHiddenRows()](#getIgnoreHiddenRows--)| @deprecated. Please use the 'ignoreHiddenRows' property instead. Inidicates whether ignoring hidden rows when converting Excel to PowerPoint. | | [setIgnoreHiddenRows(boolean)](#setIgnoreHiddenRows-boolean-)| @deprecated. Please use the 'ignoreHiddenRows' property instead. Inidicates whether ignoring hidden rows when converting Excel to PowerPoint. | +| [getSaveAsEditableShapes()](#getSaveAsEditableShapes--)| @deprecated. Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | +| [setSaveAsEditableShapes(boolean)](#setSaveAsEditableShapes-boolean-)| @deprecated. Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. | +| [getEmbedXlsxAsChartDataSource()](#getEmbedXlsxAsChartDataSource--)| @deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. | +| [setEmbedXlsxAsChartDataSource(boolean)](#setEmbedXlsxAsChartDataSource-boolean-)| @deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. | | [getAdjustFontSizeForRowType()](#getAdjustFontSizeForRowType--)| @deprecated. Please use the 'adjustFontSizeForRowType' property instead. Represents what type of line needs to be adjusted size of font if height of row is small. | | [setAdjustFontSizeForRowType(AdjustFontSizeForRowType)](#setAdjustFontSizeForRowType-adjustfontsizeforrowtype-)| @deprecated. Please use the 'adjustFontSizeForRowType' property instead. Represents what type of line needs to be adjusted size of font if height of row is small. | | [getExportViewType()](#getExportViewType--)| @deprecated. Please use the 'exportViewType' property instead. Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing. | | [setExportViewType(SlideViewType)](#setExportViewType-slideviewtype-)| @deprecated. Please use the 'exportViewType' property instead. Gets and sets the display type when exporting to PowerPoint. The default exporting type is working as printing. | +| [getAsFlatOpc()](#getAsFlatOpc--)| @deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK | +| [setAsFlatOpc(boolean)](#setAsFlatOpc-boolean-)| @deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK | | [isNull()](#isNull--)| Checks whether the implementation object is null. | | [getSaveFormat()](#getSaveFormat--)| @deprecated. Please use the 'saveFormat' property instead. Gets the save file format. | | [getClearData()](#getClearData--)| @deprecated. Please use the 'clearData' property instead. Make the workbook empty after saving the file. | @@ -186,6 +195,32 @@ ignoreHiddenRows : boolean; ``` +### saveAsEditableShapes {#saveAsEditableShapes--} + +Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```javascript +saveAsEditableShapes : boolean; +``` + + +**Remarks** + +Only for charts. + +### embedXlsxAsChartDataSource {#embedXlsxAsChartDataSource--} + +Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +embedXlsxAsChartDataSource : boolean; +``` + + +**Remarks** + +The default value is true. + ### adjustFontSizeForRowType {#adjustFontSizeForRowType--} Represents what type of line needs to be adjusted size of font if height of row is small. @@ -204,6 +239,15 @@ exportViewType : SlideViewType; ``` +### asFlatOpc {#asFlatOpc--} + +Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +asFlatOpc : boolean; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. @@ -591,6 +635,66 @@ setIgnoreHiddenRows(value: boolean) : void; | --- | --- | --- | | value | boolean | The value to set. | +### getSaveAsEditableShapes() {#getSaveAsEditableShapes--} + +@deprecated. Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```javascript +getSaveAsEditableShapes() : boolean; +``` + + +**Remarks** + +Only for charts. + +### setSaveAsEditableShapes(boolean) {#setSaveAsEditableShapes-boolean-} + +@deprecated. Please use the 'saveAsEditableShapes' property instead. Save all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint. + +```javascript +setSaveAsEditableShapes(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + +**Remarks** + +Only for charts. + +### getEmbedXlsxAsChartDataSource() {#getEmbedXlsxAsChartDataSource--} + +@deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +getEmbedXlsxAsChartDataSource() : boolean; +``` + + +**Remarks** + +The default value is true. + +### setEmbedXlsxAsChartDataSource(boolean) {#setEmbedXlsxAsChartDataSource-boolean-} + +@deprecated. Please use the 'embedXlsxAsChartDataSource' property instead. Indicates whether embedding an xlsx file as data source of the chart. + +```javascript +setEmbedXlsxAsChartDataSource(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + +**Remarks** + +The default value is true. + ### getAdjustFontSizeForRowType() {#getAdjustFontSizeForRowType--} @deprecated. Please use the 'adjustFontSizeForRowType' property instead. Represents what type of line needs to be adjusted size of font if height of row is small. @@ -643,6 +747,28 @@ setExportViewType(value: SlideViewType) : void; | --- | --- | --- | | value | [SlideViewType](../slideviewtype/) | The value to set. | +### getAsFlatOpc() {#getAsFlatOpc--} + +@deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +getAsFlatOpc() : boolean; +``` + + +### setAsFlatOpc(boolean) {#setAsFlatOpc-boolean-} + +@deprecated. Please use the 'asFlatOpc' property instead. Indicates whether saving as a flat opc file which can be generated by Open XML SDK + +```javascript +setAsFlatOpc(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + ### isNull() {#isNull--} Checks whether the implementation object is null. diff --git a/english/nodejs-cpp/saveelementtype/_index.md b/english/nodejs-cpp/saveelementtype/_index.md new file mode 100644 index 00000000000..e1ac3214cc7 --- /dev/null +++ b/english/nodejs-cpp/saveelementtype/_index.md @@ -0,0 +1,16 @@ +--- +title: SaveElementType +second_title: Aspose.Cells for Node.js via C++ API Reference +description: Represents what kind of elements should be saved. +type: docs +url: /nodejs-cpp/saveelementtype/ +--- + +## SaveElementType enumeration +Represents what kind of elements should be saved. +### Values +| Name | Value | Description | +| --- | --- | --- | +| All | `251658239` | All data. | +| Chart | `256` | Only charts. | +