Skip to content

Commit 11fbeea

Browse files
committed
Aspose.Cells for Node.js via C++ v25.8 Api Reference
1 parent 6982009 commit 11fbeea

File tree

28 files changed

+1753
-119
lines changed

28 files changed

+1753
-119
lines changed

english/nodejs-cpp/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ is_root: true
241241
| [LowCodeSaveOptionsProviderOfAssembling](./lowcodesaveoptionsproviderofassembling) | Implementation to provide save options which save split parts to files and the path of resultant file are named as(it may contains directories): [PathHeader](../nodejs-cpp/pathheader/)+[SheetPrefix](../nodejs-cpp/sheetprefix/)+SheetIndex(or SheetName) +[SplitPartPrefix](../nodejs-cpp/splitpartprefix/)+SplitPartIndex+[PathTail](../nodejs-cpp/pathtail/). |
242242
| [LowCodeSaveOptionsProviderOfPlaceHolders](./lowcodesaveoptionsproviderofplaceholders) | Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders. |
243243
| [LowCodeSplitOptions](./lowcodesplitoptions) | Options for splitting spreadsheet. |
244+
| [MarkdownLoadOptions](./markdownloadoptions) | Represents the options for loading markdown document. |
244245
| [MarkdownSaveOptions](./markdownsaveoptions) | Represents the save options for markdown. |
245246
| [Marker](./marker) | Represents the marker in a line chart, scatter chart, or radar chart. |
246247
| [MathematicalEquationNode](./mathematicalequationnode) | This class specifies an equation or mathematical expression. All mathematical text of equations or mathematical expressions are contained by this class. |
@@ -385,7 +386,7 @@ is_root: true
385386
| [ShapeGuideCollection](./shapeguidecollection) | Encapsulates a collection of shape guide |
386387
| [ShapePath](./shapepath) | Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape. |
387388
| [ShapePathCollection](./shapepathcollection) | Represents path collection information in NotPrimitive autoshape |
388-
| [ShapePathPoint](./shapepathpoint) | Represents an x-y coordinate within the path coordinate space. |
389+
| [ShapePathPoint](./shapepathpoint) | Specify position coordinates or angle markers. Position coordinates represent the coordinates of a path in a coordinate space (e.g. X/Y). Angle markers indicate angular changes in a path (e.g. the start and swing angles of an arc). |
389390
| [ShapePathPointCollection](./shapepathpointcollection) | Represents all shape path points. |
390391
| [ShapePropertyCollection](./shapepropertycollection) | This class specifies the visual shape properties for a chart element or shape. |
391392
| [ShapeSegmentPath](./shapesegmentpath) | Represents a segment path in a path of the freeform. |
@@ -550,6 +551,7 @@ is_root: true
550551
| [CellsUnitType](./cellsunittype) | Specifies the unit of measurement. |
551552
| [CellValueFormatStrategy](./cellvalueformatstrategy) | Specifies how to apply style for the value of the cell. |
552553
| [CellValueType](./cellvaluetype) | Specifies a cell value type. |
554+
| [ChartColorPaletteType](./chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in Excel chart. |
553555
| [ChartLineFormattingType](./chartlineformattingtype) | Represents line format type of chart line. |
554556
| [ChartMarkerType](./chartmarkertype) | Represents the marker style in a line chart, scatter chart, or radar chart. |
555557
| [ChartSplitType](./chartsplittype) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
@@ -751,6 +753,7 @@ is_root: true
751753
| [SensitivityLabelMarkType](./sensitivitylabelmarktype) | Represents the types of content marking that ought to be applied to a file. |
752754
| [ShapeAnchorType](./shapeanchortype) | Represents the anchor type. |
753755
| [ShapeLockType](./shapelocktype) | Represents type of the property to be locked. |
756+
| [ShapePathPointValueType](./shapepathpointvaluetype) | Specifies the value type of [ShapePathPoint](../nodejs-cpp/shapepathpoint/) object |
754757
| [ShapePathType](./shapepathtype) | Represents path segment type. |
755758
| [ShapeTextVerticalAlignmentType](./shapetextverticalalignmenttype) | It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel. |
756759
| [SheetType](./sheettype) | Specifies the worksheet type. |

english/nodejs-cpp/abstracttextloadoptions/_index.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AbstractTextLoadOptions extends LoadOptions;
4444
| [keepUnparsedData](#keepUnparsedData--)| boolean | Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true. |
4545
| [loadFilter](#loadFilter--)| LoadFilter | The filter to denote how to load data. |
4646
| [lightCellsDataHandler](#lightCellsDataHandler--)| LightCellsDataHandler | The data handler for processing cells data when reading template file. |
47-
| [memorySetting](#memorySetting--)| MemorySetting | Gets or sets the memory usage options. |
47+
| [memorySetting](#memorySetting--)| MemorySetting | Gets or sets the memory mode for loaded workbook. |
4848
| [warningCallback](#warningCallback--)| IWarningCallback | Gets or sets warning callback. |
4949
| [autoFitterOptions](#autoFitterOptions--)| AutoFitterOptions | Gets and sets the auto fitter options |
5050
| [autoFilter](#autoFilter--)| boolean | Indicates whether auto filtering the data when loading the files. |
@@ -93,8 +93,8 @@ class AbstractTextLoadOptions extends LoadOptions;
9393
| [setLoadFilter(LoadFilter)](#setLoadFilter-loadfilter-)| <b>@deprecated.</b> Please use the 'loadFilter' property instead. The filter to denote how to load data. |
9494
| [getLightCellsDataHandler()](#getLightCellsDataHandler--)| <b>@deprecated.</b> Please use the 'lightCellsDataHandler' property instead. The data handler for processing cells data when reading template file. |
9595
| [setLightCellsDataHandler(LightCellsDataHandler)](#setLightCellsDataHandler-lightcellsdatahandler-)| <b>@deprecated.</b> Please use the 'lightCellsDataHandler' property instead. The data handler for processing cells data when reading template file. |
96-
| [getMemorySetting()](#getMemorySetting--)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory usage options. |
97-
| [setMemorySetting(MemorySetting)](#setMemorySetting-memorysetting-)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory usage options. |
96+
| [getMemorySetting()](#getMemorySetting--)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory mode for loaded workbook. |
97+
| [setMemorySetting(MemorySetting)](#setMemorySetting-memorysetting-)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory mode for loaded workbook. |
9898
| [setWarningCallback(IWarningCallback)](#setWarningCallback-iwarningcallback-)| <b>@deprecated.</b> Please use the 'warningCallback' property instead. Gets or sets warning callback. |
9999
| [getWarningCallback()](#getWarningCallback--)| <b>@deprecated.</b> Please use the 'warningCallback' property instead. Gets or sets warning callback. |
100100
| [getAutoFitterOptions()](#getAutoFitterOptions--)| <b>@deprecated.</b> Please use the 'autoFitterOptions' property instead. Gets and sets the auto fitter options |
@@ -316,13 +316,17 @@ lightCellsDataHandler : LightCellsDataHandler;
316316
317317
### memorySetting {#memorySetting--}
318318
319-
Gets or sets the memory usage options.
319+
Gets or sets the memory mode for loaded workbook.
320320
321321
```javascript
322322
memorySetting : MemorySetting;
323323
```
324324
325325
326+
**Remarks**
327+
328+
For more details about memory mode, please see [Cells.MemorySetting](../cells.memorysetting/).
329+
326330
### warningCallback {#warningCallback--}
327331
328332
Gets or sets warning callback.
@@ -872,7 +876,7 @@ setLightCellsDataHandler(value: LightCellsDataHandler) : void;
872876
873877
### getMemorySetting() {#getMemorySetting--}
874878
875-
<b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory usage options.
879+
<b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory mode for loaded workbook.
876880
877881
```javascript
878882
getMemorySetting() : MemorySetting;
@@ -883,9 +887,13 @@ getMemorySetting() : MemorySetting;
883887
884888
[MemorySetting](../memorysetting/)
885889
890+
**Remarks**
891+
892+
For more details about memory mode, please see [Cells.MemorySetting](../cells.memorysetting/).
893+
886894
### setMemorySetting(MemorySetting) {#setMemorySetting-memorysetting-}
887895
888-
<b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory usage options.
896+
<b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory mode for loaded workbook.
889897
890898
```javascript
891899
setMemorySetting(value: MemorySetting) : void;
@@ -896,6 +904,10 @@ setMemorySetting(value: MemorySetting) : void;
896904
| --- | --- | --- |
897905
| value | [MemorySetting](../memorysetting/) | The value to set. |
898906
907+
**Remarks**
908+
909+
For more details about memory mode, please see [Cells.MemorySetting](../cells.memorysetting/).
910+
899911
### setWarningCallback(IWarningCallback) {#setWarningCallback-iwarningcallback-}
900912
901913
<b>@deprecated.</b> Please use the 'warningCallback' property instead. Gets or sets warning callback.

english/nodejs-cpp/cells/_index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ memorySetting : MemorySetting;
321321
```
322322

323323

324+
**Remarks**
325+
326+
Notable limits and recommended operations for some modes: <list type="table"> <listheader> <description>Mode</description> <description>Remarks</description> <description>Supported</description> </listheader> <item> <description>[MemorySetting.MemoryPreference](../memorysetting.memorypreference/)</description> <description>Cells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly</description> <description>v8.0.0</description> </item> <item> <description>[MemorySetting.FileCache](../memorysetting.filecache/)</description> <description> When this mode is used for any worksheet in one workbook, [Workbook.Dispose()](../workbook.dispose()/) should be called at the end of work to release all resources such as the temporary files. <br></br> Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). <br></br> When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. </description> <description>v25.7</description> </item> </list
327+
324328
### style {#style--}
325329

326330
Gets and sets the default style of the worksheet.
@@ -721,6 +725,10 @@ getMemorySetting() : MemorySetting;
721725

722726
[MemorySetting](../memorysetting/)
723727

728+
**Remarks**
729+
730+
Notable limits and recommended operations for some modes: <list type="table"> <listheader> <description>Mode</description> <description>Remarks</description> <description>Supported</description> </listheader> <item> <description>[MemorySetting.MemoryPreference](../memorysetting.memorypreference/)</description> <description>Cells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly</description> <description>v8.0.0</description> </item> <item> <description>[MemorySetting.FileCache](../memorysetting.filecache/)</description> <description> When this mode is used for any worksheet in one workbook, [Workbook.Dispose()](../workbook.dispose()/) should be called at the end of work to release all resources such as the temporary files. <br></br> Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). <br></br> When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. </description> <description>v25.7</description> </item> </list
731+
724732
### setMemorySetting(MemorySetting) {#setMemorySetting-memorysetting-}
725733

726734
<b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory usage option for this cells.
@@ -734,6 +742,10 @@ setMemorySetting(value: MemorySetting) : void;
734742
| --- | --- | --- |
735743
| value | [MemorySetting](../memorysetting/) | The value to set. |
736744

745+
**Remarks**
746+
747+
Notable limits and recommended operations for some modes: <list type="table"> <listheader> <description>Mode</description> <description>Remarks</description> <description>Supported</description> </listheader> <item> <description>[MemorySetting.MemoryPreference](../memorysetting.memorypreference/)</description> <description>Cells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly</description> <description>v8.0.0</description> </item> <item> <description>[MemorySetting.FileCache](../memorysetting.filecache/)</description> <description> When this mode is used for any worksheet in one workbook, [Workbook.Dispose()](../workbook.dispose()/) should be called at the end of work to release all resources such as the temporary files. <br></br> Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). <br></br> When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. </description> <description>v25.7</description> </item> </list
748+
737749
### getStyle() {#getStyle--}
738750

739751
<b>@deprecated.</b> Please use the 'style' property instead. Gets and sets the default style of the worksheet.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: ChartColorPaletteType
3+
second_title: Aspose.Cells for Node.js via C++ API Reference
4+
description: Enumerates all Monochromatic Palettes used in Excel chart.
5+
type: docs
6+
url: /nodejs-cpp/chartcolorpalettetype/
7+
---
8+
9+
## ChartColorPaletteType enumeration
10+
Enumerates all Monochromatic Palettes used in Excel chart.
11+
### Values
12+
| Name | Value | Description |
13+
| --- | --- | --- |
14+
| MonochromaticPalette1 | `1` | accent1 theme color gradient, dark to light. |
15+
| MonochromaticPalette2 | `2` | accent2 theme color gradient, dark to light. |
16+
| MonochromaticPalette3 | `3` | accent3 theme color gradient, dark to light. |
17+
| MonochromaticPalette4 | `4` | accent4 theme color gradient, dark to light. |
18+
| MonochromaticPalette5 | `5` | accent5 theme color gradient, dark to light. |
19+
| MonochromaticPalette6 | `6` | accent6 theme color gradient, dark to light. |
20+
| MonochromaticPalette7 | `7` | accent7 theme color gradient. |
21+
| MonochromaticPalette8 | `8` | accent1 theme color gradient, light to dark. |
22+
| MonochromaticPalette9 | `9` | accent2 theme color gradient, light to dark. |
23+
| MonochromaticPalette10 | `10` | accent3 theme color gradient, light to dark. |
24+
| MonochromaticPalette11 | `11` | accent4 theme color gradient, light to dark. |
25+
| MonochromaticPalette12 | `12` | accent5 theme color gradient, light to dark. |
26+
| MonochromaticPalette13 | `13` | accent6 theme color gradient, light to dark. |
27+

0 commit comments

Comments
 (0)