Skip to content

Commit bce75b9

Browse files
committed
Aspose.Cells for Node.js via C++ v26.4 Api Reference
1 parent 086af9c commit bce75b9

26 files changed

Lines changed: 405 additions & 269 deletions

File tree

english/nodejs-cpp/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ is_root: true
6060
| [CharacterBulletValue](./characterbulletvalue) | Represents the character bullet. |
6161
| [Chart](./chart) | Encapsulates the object that represents a single Excel chart. |
6262
| [ChartArea](./chartarea) | Encapsulates the object that represents the chart area in the worksheet. |
63-
| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating chart. |
63+
| [ChartCalculateOptions](./chartcalculateoptions) | Represents the options for calculating the chart. |
6464
| [ChartCollection](./chartcollection) | Encapsulates a collection of [Chart](../nodejs-cpp/chart/) objects. |
6565
| [ChartDataTable](./chartdatatable) | Represents a chart data table. |
6666
| [ChartDataValue](./chartdatavalue) | Encapsulates chart data value |
6767
| [ChartFrame](./chartframe) | Encapsulates the object that represents the frame object in a chart. |
68-
| [ChartGlobalizationSettings](./chartglobalizationsettings) | Represents the globalization settings for chart. |
68+
| [ChartGlobalizationSettings](./chartglobalizationsettings) | Represents the globalization settings for a chart. |
6969
| [ChartPoint](./chartpoint) | Represents a single point in a series in a chart. |
7070
| [ChartPointCollection](./chartpointcollection) | Represents a collection that contains all the points in one series. |
7171
| [ChartShape](./chartshape) | Represents the shape of the chart. Properties and methods for the ChartObject object control the appearance and size of the embedded chart on the worksheet. |
@@ -413,7 +413,7 @@ is_root: true
413413
| [SolidFill](./solidfill) | Encapsulates the object that represents solid fill format |
414414
| [Sparkline](./sparkline) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
415415
| [SparklineCollection](./sparklinecollection) | Encapsulates a collection of [Sparkline](../nodejs-cpp/sparkline/) objects. |
416-
| [SparklineGroup](./sparklinegroup) | [Sparkline](../nodejs-cpp/sparkline/) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines. |
416+
| [SparklineGroup](./sparklinegroup) | [Sparkline](../nodejs-cpp/sparkline/) is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines. |
417417
| [SparklineGroupCollection](./sparklinegroupcollection) | Encapsulates a collection of [SparklineGroup](../nodejs-cpp/sparklinegroup/) objects. |
418418
| [SpinButtonActiveXControl](./spinbuttonactivexcontrol) | Represents the SpinButton control. |
419419
| [Spinner](./spinner) | Represents the Forms control: Spinner. |
@@ -552,7 +552,7 @@ is_root: true
552552
| [CellsUnitType](./cellsunittype) | Specifies the unit of measurement. |
553553
| [CellValueFormatStrategy](./cellvalueformatstrategy) | Specifies how to apply style for the value of the cell. |
554554
| [CellValueType](./cellvaluetype) | Specifies a cell value type. |
555-
| [ChartColorPaletteType](./chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in Excel chart. |
555+
| [ChartColorPaletteType](./chartcolorpalettetype) | Enumerates all Monochromatic Palettes used in an Excel chart. |
556556
| [ChartLineFormattingType](./chartlineformattingtype) | Represents line format type of chart line. |
557557
| [ChartMarkerType](./chartmarkertype) | Represents the marker style in a line chart, scatter chart, or radar chart. |
558558
| [ChartSplitType](./chartsplittype) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
@@ -669,7 +669,7 @@ is_root: true
669669
| [LookAtType](./lookattype) | Represents look at type. |
670670
| [LookInType](./lookintype) | Represents look in type. |
671671
| [MapChartLabelLayout](./mapchartlabellayout) | Represents the layout of map chart's labels. |
672-
| [MapChartProjectionType](./mapchartprojectiontype) | Represents projection type of the map chart. |
672+
| [MapChartProjectionType](./mapchartprojectiontype) | Represents the projection type of the map chart. |
673673
| [MapChartRegionType](./mapchartregiontype) | Represents the region type of the map chart. |
674674
| [MarkdownTableHeaderType](./markdowntableheadertype) | Represents the header type of the table in the markdown file. |
675675
| [MemorySetting](./memorysetting) | Memory usage modes for cells data model. |

english/nodejs-cpp/axisbins/_index.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,37 @@ class AxisBins;
1919

2020
| Property | Type | Description |
2121
| --- | --- | --- |
22-
| [isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category |
22+
| [isByCategory](#isByCategory--)| boolean | Indicates whether grouping data by category is enabled. |
2323
| [isAutomatic](#isAutomatic--)| boolean | Indicates whether the axis bins are automatic. |
24-
| [width](#width--)| number | Gets or sets the width of axis bin |
25-
| [count](#count--)| number | Gets or set the count of axis bins |
26-
| [overflow](#overflow--)| number | Gets or set the overflow of axis bins |
27-
| [underflow](#underflow--)| number | Gets or set the underflow of axis bins |
24+
| [width](#width--)| number | Gets or sets the width of the axis bin. |
25+
| [count](#count--)| number | Gets or sets the count of axis bins |
26+
| [overflow](#overflow--)| number | Gets or sets the overflow of axis bins |
27+
| [underflow](#underflow--)| number | Gets or sets the underflow of axis bins |
2828

2929
## Methods
3030

3131
| Method | Description |
3232
| --- | --- |
33-
| [isByCategory()](#isByCategory--)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category |
34-
| [setIsByCategory(boolean)](#setIsByCategory-boolean-)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category |
33+
| [isByCategory()](#isByCategory--)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled. |
34+
| [setIsByCategory(boolean)](#setIsByCategory-boolean-)| <b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled. |
3535
| [isAutomatic()](#isAutomatic--)| <b>@deprecated.</b> Please use the 'isAutomatic' property instead. Indicates whether the axis bins are automatic. |
3636
| [setIsAutomatic(boolean)](#setIsAutomatic-boolean-)| <b>@deprecated.</b> Please use the 'isAutomatic' property instead. Indicates whether the axis bins are automatic. |
37-
| [getWidth()](#getWidth--)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of axis bin |
38-
| [setWidth(number)](#setWidth-number-)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of axis bin |
39-
| [getCount()](#getCount--)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or set the count of axis bins |
40-
| [setCount(number)](#setCount-number-)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or set the count of axis bins |
41-
| [getOverflow()](#getOverflow--)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or set the overflow of axis bins |
42-
| [setOverflow(number)](#setOverflow-number-)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or set the overflow of axis bins |
43-
| [getUnderflow()](#getUnderflow--)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or set the underflow of axis bins |
44-
| [setUnderflow(number)](#setUnderflow-number-)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or set the underflow of axis bins |
37+
| [getWidth()](#getWidth--)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of the axis bin. |
38+
| [setWidth(number)](#setWidth-number-)| <b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of the axis bin. |
39+
| [getCount()](#getCount--)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or sets the count of axis bins |
40+
| [setCount(number)](#setCount-number-)| <b>@deprecated.</b> Please use the 'count' property instead. Gets or sets the count of axis bins |
41+
| [getOverflow()](#getOverflow--)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or sets the overflow of axis bins |
42+
| [setOverflow(number)](#setOverflow-number-)| <b>@deprecated.</b> Please use the 'overflow' property instead. Gets or sets the overflow of axis bins |
43+
| [getUnderflow()](#getUnderflow--)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or sets the underflow of axis bins |
44+
| [setUnderflow(number)](#setUnderflow-number-)| <b>@deprecated.</b> Please use the 'underflow' property instead. Gets or sets the underflow of axis bins |
4545
| [resetOverflow()](#resetOverflow--)| Reset the overflow |
4646
| [resetUnderflow()](#resetUnderflow--)| Reset the underflow |
4747
| [isNull()](#isNull--)| Checks whether the implementation object is null. |
4848

4949

5050
### isByCategory {#isByCategory--}
5151

52-
Indicates whether grouping data by category
52+
Indicates whether grouping data by category is enabled.
5353

5454
```javascript
5555
isByCategory : boolean;
@@ -71,7 +71,7 @@ If [Width](../width/) or [Count](../count/) is called, the value will be false.
7171

7272
### width {#width--}
7373

74-
Gets or sets the width of axis bin
74+
Gets or sets the width of the axis bin.
7575

7676
```javascript
7777
width : number;
@@ -80,7 +80,7 @@ width : number;
8080

8181
### count {#count--}
8282

83-
Gets or set the count of axis bins
83+
Gets or sets the count of axis bins
8484

8585
```javascript
8686
count : number;
@@ -89,7 +89,7 @@ count : number;
8989

9090
### overflow {#overflow--}
9191

92-
Gets or set the overflow of axis bins
92+
Gets or sets the overflow of axis bins
9393

9494
```javascript
9595
overflow : number;
@@ -98,7 +98,7 @@ overflow : number;
9898

9999
### underflow {#underflow--}
100100

101-
Gets or set the underflow of axis bins
101+
Gets or sets the underflow of axis bins
102102

103103
```javascript
104104
underflow : number;
@@ -107,7 +107,7 @@ underflow : number;
107107

108108
### isByCategory() {#isByCategory--}
109109

110-
<b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category
110+
<b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled.
111111

112112
```javascript
113113
isByCategory() : boolean;
@@ -116,7 +116,7 @@ isByCategory() : boolean;
116116

117117
### setIsByCategory(boolean) {#setIsByCategory-boolean-}
118118

119-
<b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category
119+
<b>@deprecated.</b> Please use the 'isByCategory' property instead. Indicates whether grouping data by category is enabled.
120120

121121
```javascript
122122
setIsByCategory(value: boolean) : void;
@@ -159,7 +159,7 @@ If [Width](../width/) or [Count](../count/) is called, the value will be false.
159159

160160
### getWidth() {#getWidth--}
161161

162-
<b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of axis bin
162+
<b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of the axis bin.
163163

164164
```javascript
165165
getWidth() : number;
@@ -168,7 +168,7 @@ getWidth() : number;
168168

169169
### setWidth(number) {#setWidth-number-}
170170

171-
<b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of axis bin
171+
<b>@deprecated.</b> Please use the 'width' property instead. Gets or sets the width of the axis bin.
172172

173173
```javascript
174174
setWidth(value: number) : void;
@@ -181,7 +181,7 @@ setWidth(value: number) : void;
181181

182182
### getCount() {#getCount--}
183183

184-
<b>@deprecated.</b> Please use the 'count' property instead. Gets or set the count of axis bins
184+
<b>@deprecated.</b> Please use the 'count' property instead. Gets or sets the count of axis bins
185185

186186
```javascript
187187
getCount() : number;
@@ -190,7 +190,7 @@ getCount() : number;
190190

191191
### setCount(number) {#setCount-number-}
192192

193-
<b>@deprecated.</b> Please use the 'count' property instead. Gets or set the count of axis bins
193+
<b>@deprecated.</b> Please use the 'count' property instead. Gets or sets the count of axis bins
194194

195195
```javascript
196196
setCount(value: number) : void;
@@ -203,7 +203,7 @@ setCount(value: number) : void;
203203

204204
### getOverflow() {#getOverflow--}
205205

206-
<b>@deprecated.</b> Please use the 'overflow' property instead. Gets or set the overflow of axis bins
206+
<b>@deprecated.</b> Please use the 'overflow' property instead. Gets or sets the overflow of axis bins
207207

208208
```javascript
209209
getOverflow() : number;
@@ -212,7 +212,7 @@ getOverflow() : number;
212212

213213
### setOverflow(number) {#setOverflow-number-}
214214

215-
<b>@deprecated.</b> Please use the 'overflow' property instead. Gets or set the overflow of axis bins
215+
<b>@deprecated.</b> Please use the 'overflow' property instead. Gets or sets the overflow of axis bins
216216

217217
```javascript
218218
setOverflow(value: number) : void;
@@ -225,7 +225,7 @@ setOverflow(value: number) : void;
225225

226226
### getUnderflow() {#getUnderflow--}
227227

228-
<b>@deprecated.</b> Please use the 'underflow' property instead. Gets or set the underflow of axis bins
228+
<b>@deprecated.</b> Please use the 'underflow' property instead. Gets or sets the underflow of axis bins
229229

230230
```javascript
231231
getUnderflow() : number;
@@ -234,7 +234,7 @@ getUnderflow() : number;
234234

235235
### setUnderflow(number) {#setUnderflow-number-}
236236

237-
<b>@deprecated.</b> Please use the 'underflow' property instead. Gets or set the underflow of axis bins
237+
<b>@deprecated.</b> Please use the 'underflow' property instead. Gets or sets the underflow of axis bins
238238

239239
```javascript
240240
setUnderflow(value: number) : void;

english/nodejs-cpp/chartcalculateoptions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: ChartCalculateOptions
33
second_title: Aspose.Cells for Node.js via C++ API Reference
4-
description: Represents the options for calculating chart.
4+
description: Represents the options for calculating the chart.
55
type: docs
66
url: /nodejs-cpp/chartcalculateoptions/
77
---
88

99
## ChartCalculateOptions class
1010

11-
Represents the options for calculating chart.
11+
Represents the options for calculating the chart.
1212

1313
```javascript
1414
class ChartCalculateOptions;

english/nodejs-cpp/chartcolorpalettetype/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: ChartColorPaletteType
33
second_title: Aspose.Cells for Node.js via C++ API Reference
4-
description: Enumerates all Monochromatic Palettes used in Excel chart.
4+
description: Enumerates all Monochromatic Palettes used in an Excel chart.
55
type: docs
66
url: /nodejs-cpp/chartcolorpalettetype/
77
---
88

99
## ChartColorPaletteType enumeration
10-
Enumerates all Monochromatic Palettes used in Excel chart.
10+
Enumerates all Monochromatic Palettes used in an Excel chart.
1111
### Values
1212
| Name | Value | Description |
1313
| --- | --- | --- |

english/nodejs-cpp/chartglobalizationsettings/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: ChartGlobalizationSettings
33
second_title: Aspose.Cells for Node.js via C++ API Reference
4-
description: Represents the globalization settings for chart.
4+
description: Represents the globalization settings for a chart.
55
type: docs
66
url: /nodejs-cpp/chartglobalizationsettings/
77
---
88

99
## ChartGlobalizationSettings class
1010

11-
Represents the globalization settings for chart.
11+
Represents the globalization settings for a chart.
1212

1313
```javascript
1414
class ChartGlobalizationSettings;

english/nodejs-cpp/charttextdirectiontype/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Represents the text direction type of the chart.
1313
| --- | --- | --- |
1414
| Horizontal | `0` | Horizontal direction type. |
1515
| Vertical | `1` | Vertical direction type. |
16-
| Rotate90 | `2` | Rotate 90 angle. |
17-
| Rotate270 | `3` | Rotate 270 angle. |
16+
| Rotate90 | `2` | Rotate 90-degree angle. |
17+
| Rotate270 | `3` | Rotate 270-degree angle. |
1818
| Stacked | `4` | Stacked text. |
1919

0 commit comments

Comments
 (0)