Skip to content

Commit 07e72f3

Browse files
committed
25.11
1 parent f988c1b commit 07e72f3

File tree

368 files changed

+1366
-698
lines changed

Some content is hidden

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

368 files changed

+1366
-698
lines changed

english/aspose.cells.charts/_index.md

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: ChartCollection indexer
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 90
7+
url: /aspose.cells.charts/chartcollection/__getitem__/
8+
is_root: false
9+
---
10+
11+
## ChartCollection indexer
12+
13+
14+
Gets the [`Chart`](/cells/python-net/aspose.cells.charts/chart) element at the specified index.
15+
### Indexer
16+
| Name | Description |
17+
| :- | :- |
18+
| index | The zero based index of the element. |
19+
20+
21+
22+
### Returns
23+
24+
25+
The element at the specified index.
26+
27+
### See Also
28+
* module [`aspose.cells.charts`](../../)
29+
* class [`Chart`](/cells/python-net/aspose.cells.charts/chart)
30+
* class [`ChartCollection`](/cells/python-net/aspose.cells.charts/chartcollection)

english/aspose.cells.charts/chartcollection/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ The ChartCollection type exposes the following members:
2222
| [capacity](/cells/python-net/aspose.cells.charts/chartcollection/capacity) | Gets or sets the number of elements that the array list can contain. |
2323

2424

25+
26+
Gets the [`Chart`](/cells/python-net/aspose.cells.charts/chart) element at the specified index.
27+
### Indexer
28+
| Name | Description |
29+
| :- | :- |
30+
| [index] | The zero based index of the element. |
31+
32+
2533
### Methods
2634
| Method | Description |
2735
| :- | :- |
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: SeriesCollection indexer
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 130
7+
url: /aspose.cells.charts/seriescollection/__getitem__/
8+
is_root: false
9+
---
10+
11+
## SeriesCollection indexer
12+
13+
14+
Gets the [`Series`](/cells/python-net/aspose.cells.charts/series) element at the specified index.
15+
### Indexer
16+
| Name | Description |
17+
| :- | :- |
18+
| index | The zero based index of the element. |
19+
20+
21+
22+
### Returns
23+
24+
25+
The element at the specified index.
26+
27+
### See Also
28+
* module [`aspose.cells.charts`](../../)
29+
* class [`Series`](/cells/python-net/aspose.cells.charts/series)
30+
* class [`SeriesCollection`](/cells/python-net/aspose.cells.charts/seriescollection)

english/aspose.cells.charts/seriescollection/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ The SeriesCollection type exposes the following members:
2525
| [capacity](/cells/python-net/aspose.cells.charts/seriescollection/capacity) | Gets or sets the number of elements that the array list can contain. |
2626

2727

28+
29+
Gets the [`Series`](/cells/python-net/aspose.cells.charts/series) element at the specified index.
30+
### Indexer
31+
| Name | Description |
32+
| :- | :- |
33+
| [index] | The zero based index of the element. |
34+
35+
2836
### Methods
2937
| Method | Description |
3038
| :- | :- |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The DelimiterEquationNode type exposes the following members:
3333
| [equation_type](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/equation_type) | |
3434
| [begin_char](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/begin_char) | Delimiter beginning character. |
3535
| [end_char](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/end_char) | Delimiter ending character. |
36-
| [nary_grow](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/nary_grow) | |
36+
| [nary_grow](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/nary_grow) | Specifies whether the delimiter should automatically expand and contract with the height of the formula. |
3737
| [separator_char](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/separator_char) | Delimiter separator character. |
3838
| [delimiter_shape](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/delimiter_shape) | Specifies the shape of delimiters in the delimiter object. |
3939

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ is_root: false
1111
## nary_grow property
1212

1313

14+
Specifies whether the delimiter should automatically expand and contract with the height of the formula.
1415

16+
### Remarks
17+
18+
19+
This property specifies the growth property of the delimiter at the document level.
20+
When off, the delimiter will not grow to match the size of its component height.
21+
When enabled, the delimiter grows vertically to match its component height.
1522
### Definition:
1623
```python
1724
@property

english/aspose.cells.pivot/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
2525
| [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | Represents a field in a PivotTable report. |
2626
| [`PivotFieldCollection`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection) | Represents a collection of all the PivotField objects<br/>in the PivotTable's specific PivotFields type. |
2727
| [`PivotFieldGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotfieldgroupsettings) | Represents the group setting of pivot field. |
28-
| [`PivotFieldSortSetting`](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting) | Represents the setting of sorting pivot fields. |
28+
| [`PivotFieldSortSetting`](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting) | Represents the setting for sorting pivot fields. |
2929
| [`PivotFilter`](/cells/python-net/aspose.cells.pivot/pivotfilter) | Represents a PivotFilter in PivotFilter Collection. |
30-
| [`PivotFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection) | Represents a collection of all the PivotFilter objects |
30+
| [`PivotFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection) | Represents a collection of all the PivotFilters. |
3131
| [`PivotFormatCondition`](/cells/python-net/aspose.cells.pivot/pivotformatcondition) | |
3232
| [`PivotFormatConditionCollection`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection) | |
3333
| [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) | Represents a item in a PivotField report. |
3434
| [`PivotItemCollection`](/cells/python-net/aspose.cells.pivot/pivotitemcollection) | Represents all the [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) objects in the PivotField. |
3535
| [`PivotNumbericRangeGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotnumbericrangegroupsettings) | Represents the numberic range group of the pivot field. |
36-
| [`PivotPageFields`](/cells/python-net/aspose.cells.pivot/pivotpagefields) | Represents the pivot page field items <br/>if the pivot table data source is consolidation ranges.<br/>It only can contain up to 4 fields. |
36+
| [`PivotPageFields`](/cells/python-net/aspose.cells.pivot/pivotpagefields) | Represents the pivot page items <br/>if the pivot table data source is consolidation ranges.<br/>It only can contain up to 4 items. |
3737
| [`PivotShowValuesSetting`](/cells/python-net/aspose.cells.pivot/pivotshowvaluessetting) | Represents the settings about showing values as when the ShowDataAs calculation is in use. |
3838
| [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable) | Summary description for PivotTable. |
39-
| [`PivotTableCalculateOption`](/cells/python-net/aspose.cells.pivot/pivottablecalculateoption) | Rerepsents the options of calcuating the pivot table. |
39+
| [`PivotTableCalculateOption`](/cells/python-net/aspose.cells.pivot/pivottablecalculateoption) | Rerepsents the options of calculating data of the pivot table. |
4040
| [`PivotTableCollection`](/cells/python-net/aspose.cells.pivot/pivottablecollection) | Represents the collection of all the PivotTable objects on the specified worksheet. |
4141
| [`PivotTableFormat`](/cells/python-net/aspose.cells.pivot/pivottableformat) | Represents the format defined in the PivotTable. |
4242
| [`PivotTableFormatCollection`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection) | Represents the collection of formats applied to PivotTable. |
@@ -54,7 +54,7 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
5454
| [`PivotFieldGroupType`](/cells/python-net/aspose.cells.pivot/pivotfieldgrouptype) | Represents the group type of pivot field. |
5555
| [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) | Summary description for PivotFieldSubtotalType. |
5656
| [`PivotFieldType`](/cells/python-net/aspose.cells.pivot/pivotfieldtype) | Represents PivotTable field type. |
57-
| [`PivotFilterType`](/cells/python-net/aspose.cells.pivot/pivotfiltertype) | Represents PivotTable Filter type. |
57+
| [`PivotFilterType`](/cells/python-net/aspose.cells.pivot/pivotfiltertype) | Represents the filter type of the pivot table. |
5858
| [`PivotGroupByType`](/cells/python-net/aspose.cells.pivot/pivotgroupbytype) | Represents group by type. |
5959
| [`PivotItemPosition`](/cells/python-net/aspose.cells.pivot/pivotitemposition) | |
6060
| [`PivotItemPositionType`](/cells/python-net/aspose.cells.pivot/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)