Skip to content

Commit 26c8b89

Browse files
committed
Aspose.Cells for Node.js via C++ v26.6 Api Reference
1 parent bba0e8a commit 26c8b89

42 files changed

Lines changed: 854 additions & 551 deletions

File tree

Some content is hidden

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

english/nodejs-cpp/_index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ is_root: true
3030
| [AutoFitterOptions](./autofitteroptions) | Represents all auto fitter options. |
3131
| [AutomaticFill](./automaticfill) | represents automatic fill. |
3232
| [AutoNumberedBulletValue](./autonumberedbulletvalue) | Represents automatic numbered bullet. |
33-
| [Axis](./axis) | Encapsulates the object that represents an axis of chart. |
33+
| [Axis](./axis) | Encapsulates the object that represents an axis of a chart. |
3434
| [AxisBins](./axisbins) | Represents axis bins |
3535
| [BarEquationNode](./barequationnode) | This class specifies the bar equation, consisting of a base argument and an overbar or underbar. |
3636
| [BaseShapeGuide](./baseshapeguide) | Represents the shape guide. |
@@ -141,7 +141,7 @@ is_root: true
141141
| [DocxSaveOptions](./docxsaveoptions) | Represents options of saving .docx file. |
142142
| [DrawObject](./drawobject) | DrawObject will be initialized and returned when rendering. |
143143
| [DrawObjectEventHandler](./drawobjecteventhandler) | Interface to get DrawObject and Bound when rendering. |
144-
| [DropBars](./dropbars) | Represents the up/down bars in a chart. |
144+
| [DropBars](./dropbars) | Represents the up and down bars in a chart. |
145145
| [DxfCollection](./dxfcollection) | Represents the master differential formatting records. |
146146
| [DynamicFilter](./dynamicfilter) | Represents the dynamic filter. |
147147
| [EbookLoadOptions](./ebookloadoptions) | Represents options when importing an ebook file. |
@@ -732,7 +732,8 @@ is_root: true
732732
| [PivotTableStyleType](./pivottablestyletype) | Represents the pivot table style type. |
733733
| [PlacementType](./placementtype) | Represents the way the drawing object is attached to the cells below it. |
734734
| [PlotDataByType](./plotdatabytype) | Represents the type of data plot by row or column. |
735-
| [PlotEmptyCellsType](./plotemptycellstype) | Represents all plot empty cells type of a chart. |
735+
| [PlotEmptyCellsType](./plotemptycellstype) | Represents all plot empty cell types of a chart. |
736+
| [PowerQueryFormulaItemType](./powerqueryformulaitemtype) | Represents the type of a Power Query formula item. |
736737
| [PowerQueryFormulaType](./powerqueryformulatype) | Represents the type of power query formula. |
737738
| [PresetCameraType](./presetcameratype) | Represent different algorithmic methods for setting all camera properties, including position. |
738739
| [PresetMaterialType](./presetmaterialtype) | Describes surface appearance of a shape. |
@@ -761,6 +762,7 @@ is_root: true
761762
| [SensitivityLabelAssignmentType](./sensitivitylabelassignmenttype) | Represents the assignment method for the sensitivity label. |
762763
| [SensitivityLabelMarkType](./sensitivitylabelmarktype) | Represents the types of content marking that ought to be applied to a file. |
763764
| [ShapeAnchorType](./shapeanchortype) | Represents the anchor type. |
765+
| [ShapeDisplayType](./shapedisplaytype) | Represents how the application displays shapes in this workbook. Shapes might include charts, images, and other object data that the application supports. |
764766
| [ShapeLockType](./shapelocktype) | Represents type of the property to be locked. |
765767
| [ShapePathPointValueType](./shapepathpointvaluetype) | Specifies the value type of [ShapePathPoint](../nodejs-cpp/shapepathpoint/) object |
766768
| [ShapePathType](./shapepathtype) | Represents path segment type. |

english/nodejs-cpp/axis/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Axis
33
second_title: Aspose.Cells for Node.js via C++ API Reference
4-
description: Encapsulates the object that represents an axis of chart.
4+
description: Encapsulates the object that represents an axis of a chart.
55
type: docs
66
url: /nodejs-cpp/axis/
77
---
88

99
## Axis class
1010

11-
Encapsulates the object that represents an axis of chart.
11+
Encapsulates the object that represents an axis of a chart.
1212

1313
```javascript
1414
class Axis;

english/nodejs-cpp/bubblesizerepresents/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Represents what the bubble size represents on a bubble chart.
1111
### Values
1212
| Name | Value | Description |
1313
| --- | --- | --- |
14-
| SizeIsArea | `0` | Represents the value of [Series.BubbleSizes](../series.bubblesizes/) is area of the bubble. |
14+
| SizeIsArea | `0` | Represents the value of [Series.BubbleSizes](../series.bubblesizes/), which is the area of the bubble. |
1515
| SizeIsWidth | `1` | Represents the value of [Series.BubbleSizes](../series.bubblesizes/) is width of the bubble. |
1616

english/nodejs-cpp/chart/_index.md

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

english/nodejs-cpp/chartarea/_index.md

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

english/nodejs-cpp/chartframe/_index.md

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

english/nodejs-cpp/chartpoint/_index.md

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

english/nodejs-cpp/chartpointcollection/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ workbook.save("output/ChartsChartPointCollection.xls");
7171
| [getCount()](#getCount--)| <b>@deprecated.</b> Please use the 'count' property instead. Gets the count of the chart point. |
7272
| [getEnumerator()](#getEnumerator--)| Returns an enumerator for the entire [ChartPointCollection](../chartpointcollection/). |
7373
| [clear()](#clear--)| Remove all setting of the chart points. |
74-
| [removeAt(number)](#removeAt-number-)| Removes point at the index of the series.. |
74+
| [removeAt(number)](#removeAt-number-)| Removes point at the index of the series. |
7575
| [isNull()](#isNull--)| Checks whether the implementation object is null. |
7676

7777
## \[Symbol.iterator\](): Iterator\<ChartPoint\>
@@ -139,7 +139,7 @@ clear() : void;
139139

140140
### removeAt(number) {#removeAt-number-}
141141

142-
Removes point at the index of the series..
142+
Removes point at the index of the series.
143143

144144
```javascript
145145
removeAt(index: number) : void;

english/nodejs-cpp/chartsplittype/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Represents the way the two sections of either a pie of pie chart or a bar of pie
1111
### Values
1212
| Name | Value | Description |
1313
| --- | --- | --- |
14-
| Position | `0` | Represents the data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart |
14+
| Position | `0` | Represents the data points. The data points shall be split between the pie and the second chart by putting the last split position of the data points in the second chart. |
1515
| Value | `1` | Represents the data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart. |
16-
| PercentValue | `2` | Represents the data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart. |
16+
| PercentValue | `2` | Represents the data points that shall be split between the pie and the second chart by putting the points with a percentage less than the Split Position percent in the second chart. |
1717
| Custom | `3` | Represents the data points shall be split between the pie and the second chart according to the Custom Split values. |
18-
| Auto | `4` | Represents the data points shall be split using the default mechanism for this chart type. |
18+
| Auto | `4` | Represents the data points that shall be split using the default mechanism for this chart type. |
1919

english/nodejs-cpp/charttextdirectiontype/_index.md

Lines changed: 1 addition & 1 deletion
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-degree angle. |
16+
| Rotate90 | `2` | Rotate by a ninety-degree angle. |
1717
| Rotate270 | `3` | Rotate 270-degree angle. |
1818
| Stacked | `4` | Stacked text. |
1919

0 commit comments

Comments
 (0)