Skip to content

Commit bcb5ada

Browse files
release Aspose.Cells for CPP 25.11
1 parent 8a5153d commit bcb5ada

File tree

199 files changed

+1188
-494
lines changed

Some content is hidden

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

199 files changed

+1188
-494
lines changed

english/cpp/aspose.cells.drawing.equations/delimiterequationnode/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class DelimiterEquationNode : public Aspose::Cells::Drawing::Equations::Equation
4040
| [GetEquationType()](../equationnode/getequationtype/) | Get the equation type of the current node. |
4141
| [GetFont()](../../aspose.cells/fontsetting/getfont/) | Returns the font of this object. |
4242
| [GetLength()](../../aspose.cells/fontsetting/getlength/) | Gets the length of the characters. |
43-
| [GetNaryGrow()](./getnarygrow/) | |
43+
| [GetNaryGrow()](./getnarygrow/) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. |
4444
| [GetParentNode()](../equationnode/getparentnode/) | Specifies the parent node of the current node. |
4545
| [GetSeparatorChar()](./getseparatorchar/) | Delimiter separator character. |
4646
| [GetStartIndex()](../../aspose.cells/fontsetting/getstartindex/) | Gets the start index of the characters. |
@@ -63,7 +63,7 @@ class DelimiterEquationNode : public Aspose::Cells::Drawing::Equations::Equation
6363
| [SetDelimiterShape(EquationDelimiterShapeType value)](./setdelimitershape/) | Specifies the shape of delimiters in the delimiter object. |
6464
| [SetEndChar(const U16String\& value)](./setendchar/) | Delimiter ending character. |
6565
| [SetEndChar(const char16_t* value)](./setendchar/) | Delimiter ending character. |
66-
| [SetNaryGrow(bool value)](./setnarygrow/) | |
66+
| [SetNaryGrow(bool value)](./setnarygrow/) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. |
6767
| [SetParentNode(const EquationNode\& value)](../equationnode/setparentnode/) | Specifies the parent node of the current node. |
6868
| [SetSeparatorChar(const U16String\& value)](./setseparatorchar/) | Delimiter separator character. |
6969
| [SetSeparatorChar(const char16_t* value)](./setseparatorchar/) | Delimiter separator character. |

english/cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow method
33
linktitle: GetNaryGrow
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'How to use GetNaryGrow method of Aspose::Cells::Drawing::Equations::DelimiterEquationNode class in C++.'
5+
description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow method. Specifies whether the delimiter should automatically expand and contract with the height of the formula in C++.'
66
type: docs
77
weight: 1000
88
url: /cpp/aspose.cells.drawing.equations/delimiterequationnode/getnarygrow/
99
---
1010
## DelimiterEquationNode::GetNaryGrow method
1111

1212

13-
13+
Specifies whether the delimiter should automatically expand and contract with the height of the formula.
1414

1515
```cpp
1616
bool Aspose::Cells::Drawing::Equations::DelimiterEquationNode::GetNaryGrow()

english/cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow method
33
linktitle: SetNaryGrow
44
second_title: Aspose.Cells for C++ API Reference
5-
description: 'How to use SetNaryGrow method of Aspose::Cells::Drawing::Equations::DelimiterEquationNode class in C++.'
5+
description: 'Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow method. Specifies whether the delimiter should automatically expand and contract with the height of the formula in C++.'
66
type: docs
77
weight: 1100
88
url: /cpp/aspose.cells.drawing.equations/delimiterequationnode/setnarygrow/
99
---
1010
## DelimiterEquationNode::SetNaryGrow method
1111

1212

13-
13+
Specifies whether the delimiter should automatically expand and contract with the height of the formula.
1414

1515
```cpp
1616
void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetNaryGrow(bool value)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ url: /cpp/aspose.cells.pivot/
2626
| [PivotField](./pivotfield/) | Represents a field in a [PivotTable](./pivottable/) report. |
2727
| [PivotFieldCollection](./pivotfieldcollection/) | Represents a collection of all the [PivotField](./pivotfield/) objects in the [PivotTable](./pivottable/)'s specific PivotFields type. |
2828
| [PivotFieldGroupSettings](./pivotfieldgroupsettings/) | Represents the group setting of pivot field. |
29-
| [PivotFieldSortSetting](./pivotfieldsortsetting/) | Represents the setting of sorting pivot fields. |
29+
| [PivotFieldSortSetting](./pivotfieldsortsetting/) | Represents the setting for sorting pivot fields. |
3030
| [PivotFilter](./pivotfilter/) | Represents a [PivotFilter](./pivotfilter/) in [PivotFilter](./pivotfilter/) Collection. |
31-
| [PivotFilterCollection](./pivotfiltercollection/) | Represents a collection of all the [PivotFilter](./pivotfilter/) objects. |
31+
| [PivotFilterCollection](./pivotfiltercollection/) | Represents a collection of all the PivotFilters. |
3232
| [PivotFormatCondition](./pivotformatcondition/) | **(Deprecated)** Represents a [PivotTable](./pivottable/) Format Condition in [PivotFormatCondition](./pivotformatcondition/) Collection. |
3333
| [PivotFormatConditionCollection](./pivotformatconditioncollection/) | **(Deprecated)** Represents [PivotTable](./pivottable/) Format Conditions. |
3434
| [PivotItem](./pivotitem/) | Represents a item in a [PivotField](./pivotfield/) report. |
3535
| [PivotItemCollection](./pivotitemcollection/) | Represents all the [PivotItem](./pivotitem/) objects in the [PivotField](./pivotfield/). |
3636
| [PivotNumbericRangeGroupSettings](./pivotnumbericrangegroupsettings/) | Represents the numberic range group of the pivot field. |
37-
| [PivotPageFields](./pivotpagefields/) | Represents the pivot page field items if the pivot table data source is consolidation ranges. It only can contain up to 4 fields. |
37+
| [PivotPageFields](./pivotpagefields/) | Represents the pivot page items if the pivot table data source is consolidation ranges. It only can contain up to 4 items. |
3838
| [PivotShowValuesSetting](./pivotshowvaluessetting/) | Represents the settings about showing values as when the ShowDataAs calculation is in use. |
3939
| [PivotTable](./pivottable/) | Summary description for [PivotTable](./pivottable/). |
40-
| [PivotTableCalculateOption](./pivottablecalculateoption/) | Rerepsents the options of calcuating the pivot table. |
40+
| [PivotTableCalculateOption](./pivottablecalculateoption/) | Rerepsents the options of calculating data of the pivot table. |
4141
| [PivotTableCollection](./pivottablecollection/) | Represents the collection of all the [PivotTable](./pivottable/) objects on the specified worksheet. |
4242
| [PivotTableFormat](./pivottableformat/) | Represents the format defined in the [PivotTable](./pivottable/). |
4343
| [PivotTableFormatCollection](./pivottableformatcollection/) | Represents the collection of formats applied to [PivotTable](./pivottable/). |
@@ -53,7 +53,7 @@ url: /cpp/aspose.cells.pivot/
5353
| [PivotFieldGroupType](./pivotfieldgrouptype/) | Represents the group type of pivot field. |
5454
| [PivotFieldSubtotalType](./pivotfieldsubtotaltype/) | Summary description for PivotFieldSubtotalType. |
5555
| [PivotFieldType](./pivotfieldtype/) | Represents [PivotTable](./pivottable/) field type. |
56-
| [PivotFilterType](./pivotfiltertype/) | Represents [PivotTable](./pivottable/) Filter type. |
56+
| [PivotFilterType](./pivotfiltertype/) | Represents the filter type of the pivot table. |
5757
| [PivotGroupByType](./pivotgroupbytype/) | Represents group by type. |
5858
| [PivotItemPosition](./pivotitemposition/) | **(Deprecated)** Represents base item Next/Previous/All position in the base field . |
5959
| [PivotItemPositionType](./pivotitempositiontype/) | Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use. |

0 commit comments

Comments
 (0)